Indexability Check
Identifies pages blocked from search engine indexing
Identifies pages blocked from search engine indexing
| Rule ID | crawl/indexability |
| Category | Crawlability |
| Scope | Per-page |
| Severity | info |
| Weight | 2/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
[rules]
disable = ["crawl/indexability"]
Disable all Crawlability rules
[rules]
disable = ["crawl/*"]
Enable only this rule
[rules]
enable = ["crawl/indexability"]
disable = ["*"]