High issue
Sitemap drift and unreachable sitemap URLs
Sitemaps lose value when they disappear, return stale URLs, or list pages that now redirect, error, or conflict with canonical tags.
Why it matters
Search engines use sitemaps as a discovery hint. A stale or unreachable sitemap does not guarantee ranking loss, but it can hide newly important pages and repeatedly point crawlers at URLs that no longer represent the site.
Common signals
- The sitemap URL returns a non-200 status or invalid XML.
- Listed URLs redirect, 404, or return server errors.
- Sitemap entries disagree with canonical URLs on the destination pages.
Stable fix pattern
- Regenerate the sitemap from the same route registry that powers production pages.
- Remove deleted or redirected URLs instead of leaving stale entries behind.
- Sample sitemap URLs after deploys to catch status and canonical mismatches early.
How SitePulse will monitor this in v1
- Checks sitemap reachability and parseability.
- Samples sitemap URLs before crawl-discovered URLs for stable repeated scans.
- Reports affected sitemap entries separately from unrelated page issues.