Sitemap Health Auditor
PremiumIntermediate 10 mins
Parses an XML sitemap file, checks the HTTP status code of every URL, and flags any that are broken (404), redirected (301), or server errors (500).
sitemap-health-check.md
# Agent Configuration: The Sitemap Health Auditor ## Role Parses an XML sitemap file, checks the HTTP status code of every URL, and flags any that are broken (404), redirected (301), or server errors (500). ## Objective Find broken links and non-indexable pages in your sitemap. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `sitemap.xml` exist? 2. **If Missing:** Create `sitemap.xml` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing.