No XML sitemap found: what it is, why it matters, and how to fix it
No XML sitemap was detected at the standard locations (/sitemap.xml, /sitemap_index.xml) or referenced in robots.txt. An XML sitemap helps search engines discover and prioritise your pages.
Where this fits: crawlability in SEO
Why no xml sitemap found hurts your rankings
While search engines can discover pages through links alone, an XML sitemap dramatically improves crawl efficiency. For large sites, new sites, or sites with poor internal linking, a sitemap is essential for ensuring all important pages are found. Google uses sitemaps as a signal for canonical URL selection and to understand update frequency.
This is a high-severity issue: it directly suppresses rankings or click-through on the pages it affects. It belongs in your current sprint, prioritised by how many pages carry it.
How to fix it
Generate an XML sitemap containing all indexable, canonical URLs on your site. Submit it to Google Search Console and Bing Webmaster Tools. Reference the sitemap in your robots.txt file with a Sitemap directive. Keep it updated automatically whenever pages are added or removed.
# robots.txt
Sitemap: https://example.com/sitemap.xml
<!-- sitemap.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<lastmod>2025-01-15</lastmod>
</url>
</urlset>Frequently asked questions
What does "No XML sitemap found" mean?
No XML sitemap was detected at the standard locations (/sitemap.xml, /sitemap_index.xml) or referenced in robots.txt. An XML sitemap helps search engines discover and prioritise your pages.
Why does no xml sitemap found matter for SEO?
While search engines can discover pages through links alone, an XML sitemap dramatically improves crawl efficiency. For large sites, new sites, or sites with poor internal linking, a sitemap is essential for ensuring all important pages are found. Google uses sitemaps as a signal for canonical URL selection and to understand update frequency.
How do I fix no xml sitemap found?
Generate an XML sitemap containing all indexable, canonical URLs on your site. Submit it to Google Search Console and Bing Webmaster Tools. Reference the sitemap in your robots.txt file with a Sitemap directive. Keep it updated automatically whenever pages are added or removed.
How serious is this issue?
This is a high-severity issue: it directly suppresses rankings or click-through on the pages it affects. It belongs in your current sprint, prioritised by how many pages carry it. It belongs to the crawlability family of checks.
How do I find every page affected by this on my site?
Run a free Dr Urls audit: it crawls your site, detects no xml sitemap found on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.
Does your site have this issue?
A free Dr Urls audit crawls your site, finds every page affected by no xml sitemap found, and hands you a ready-made fix task.
Check my site free