Sitemapper

Critical

Sitemap could not be fetched

A sitemap URL returned an error or could not be loaded.

Why it matters

Search engines treat sitemaps as hints. If the file is down, newly added URLs may be discovered later — or not at all.

Example

https://example.com/sitemap.xml returns HTTP 404.

How Sitemapper detects it

Sitemapper requests each discovered sitemap and records non-success responses.

Verify it yourself

curl -I the sitemap URL. Check robots.txt Sitemap: lines.

Practical fix

Restore the sitemap at a stable URL and keep robots.txt in sync.

Official documentation

Run this check on a site