Sitemap fetch and URL health check
sitemap_checkFetch sitemap URLs and check HTTP status codes to identify 404s, redirects, and server errors. Supports auto-discovery from site root.
Instructions
Fetch a sitemap (sitemap index supported, .gz supported), list its URLs, and check the HTTP status of a sample (or all) of them to find 404s, redirects and server errors. Pass a site root to auto-discover the sitemap from robots.txt or /sitemap.xml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Sitemap URL, or the site root (e.g. https://example.com/) to auto-discover. | |
| checkAll | No | Check every URL (capped at 500). | |
| listUrls | No | Include the full URL list in the response. | |
| sampleSize | No | How many URLs to status-check (0 = list only). Sampled evenly across the sitemap. | |
| concurrency | No |