How It Works

This Google Apps Script turns your spreadsheet into an intelligent crawler. It scans your provided list of URLs and fetches their live HTTP status directly within Google Sheets, safely bypassing execution time limits by batching requests every 15 minutes.

Soft 404 Detection & Color Coding

Beyond standard status codes, the script uses Regex patterns to identify hidden "Soft 404s" (pages that load but display error text). It then automatically color-codes the rows—green for OK, yellow for redirects, and red for errors—giving you instant visual feedback.

Automated Email Alerts

Once the crawl is fully completed, the script complies a summary of all problematic URLs (404s, server errors, and Soft 404s) and sends an automated notification directly to your inbox so you can take immediate action.

Technical SEO

404 Pages Status

Scans a list of URLs to identify broken links (Error 404) and Soft 404s so you can redirect or fix them quickly. Keep your site's link health in check with automated alerts directly from Google Sheets.

Script Capabilities

  • Platform: Google Apps Script
  • Processing: Safe Batching (15m Triggers)
  • Feature: Soft-404 Regex Detection
  • Visuals: Dynamic Status Color-Coding
  • Alerts: Automated Email Summaries
×
Preview