Skip to main content
Identifies pages blocked from search engine indexing
Rule IDcrawl/indexability
CategoryCrawlability
ScopePer-page
Severityinfo
Weight2/10

Solution

If this page should be indexed by search engines, remove ‘noindex’ from robots meta tag or X-Robots-Tag header. If the page is intentionally blocked (e.g., admin pages, thank-you pages), this is expected behavior.

Enable / Disable

Disable this rule

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

Disable all Crawlability rules

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

Enable only this rule

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