Remediation
A sitemap.xml is reachable and referenced from robots.txt.
sitemap.presentdiscoverabilityweight 2deterministicauto-fix available
Why it matters
sitemap.xml is the canonical inventory of every URL on your site. Search engines and AI crawlers both use it to discover pages they would otherwise miss. A site without a sitemap forces agents to crawl recursively from the homepage and miss anything not linked from a top-level page.
Underlying specification: https://www.sitemaps.org/protocol.html
How to fix
- Generate a sitemap.xml that lists every public URL on your site.
- Most frameworks (Next.js, Hugo, Jekyll, Astro) generate one automatically; CMSes have plugins (Yoast, Rank Math).
- Reference the sitemap from robots.txt with a `Sitemap:` directive at the top of the file.
- Submit it to Google Search Console and Bing Webmaster Tools after deploy.
Generated snippet
The snippet below uses your-domain.example as a placeholder. Replace it with your actual host before deploying. For a fix tailored to your live site, run a scan and open the per-domain remediation page.
Run a scan to check your site
Verify on your site
Run a scan against your domain to see whether sitemap.present currently passes, warns, or fails. Free, no signup; the score page is permanent and citable.