GitHub

Sitemap Coverage

Checks for indexable pages that are not in the sitemap

Checks for indexable pages that are not in the sitemap

Rule IDcrawl/sitemap-coverage
CategoryCrawlability
ScopeSite-wide
Severitywarning
Weight5/10

Solution

Your sitemap should include all pages you want search engines to index. Pages that are crawlable and indexable (no noindex, not blocked by robots.txt) should generally be in your sitemap. Missing pages may not be discovered or indexed efficiently. Use a sitemap generator that automatically includes all indexable pages, or manually add important pages.

Enable / Disable

Disable this rule

squirrel.toml
toml
[rules]
disable = ["crawl/sitemap-coverage"]

Disable all Crawlability rules

squirrel.toml
toml
[rules]
disable = ["crawl/*"]

Enable only this rule

squirrel.toml
toml
[rules]
enable = ["crawl/sitemap-coverage"]
disable = ["*"]

Type to search…

↑↓ navigate ↵ open esc close