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.
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.
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.
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.