AI crawler accessMediumWeight 1
sitemap.xml exists and is declared
crawlability/sitemap-presentWhy this matters
A sitemap lets crawlers find pages without walking the internal link graph, which matters most for deep pages and pages with few inbound links.
How to fix it
Which advice applies depends on what the audit found. The label is the condition that triggers it.
missingGenerate sitemap.xml and declare it in robots.txt with `Sitemap: https://…/sitemap.xml`.
undeclaredAdd a `Sitemap: {url}` line to robots.txt so crawlers do not have to guess the path.
Check your own page
Run a free audit and see which of these rules your page already passes.
Run a free audit