SEO015 · Sitemap referenced in robots.txt
Severity: info
What it checks
Section titled “What it checks”When both robots.txt and a sitemap exist, the static static/robots.txt should contain a Sitemap: line. (A +server robots endpoint is not inspected statically.)
Why it matters
Section titled “Why it matters”A Sitemap: line in robots.txt helps crawlers discover your sitemap; without it, discovery relies on manual submission.
How to fix
Section titled “How to fix”Add a Sitemap: line to static/robots.txt:
User-agent: *Allow: /
Sitemap: https://example.com/sitemap.xml