Schema + Noindex Conflict
Detects pages with rich result schema that are blocked from indexing
Detects pages with rich result schema that are blocked from indexing
| Rule ID | crawl/schema-noindex-conflict |
| Category | Crawlability |
| Scope | Site-wide |
| Severity | error |
| Weight | 8/10 |
Solution
Pages with rich result schemas (Article, Product, Recipe, Event, etc.) should be indexed so search engines can display rich results. Having schema markup on noindexed pages wastes effort and prevents rich results from appearing. Remove noindex directive or remove schema markup if page shouldn’t be indexed.
Enable / Disable
Disable this rule
[rules]
disable = ["crawl/schema-noindex-conflict"]
Disable all Crawlability rules
[rules]
disable = ["crawl/*"]
Enable only this rule
[rules]
enable = ["crawl/schema-noindex-conflict"]
disable = ["*"]