Audit all noindex pages
SkillWeb & browsingLets your agent audit pages marked noindex to check their crawlability and indexability.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Audit all noindex pages skill
About this capability
Use when auditing metadata, crawlability, structured data, or indexability related to Audit all noindex pages. Verify the rendered HTML and HTTP response rather than relying only on source files.
What this skill tells your AI
The instructions your AI receives, as published by thedaviddias/front-end-checklist in skills/all-noindex-pages/SKILL.md and read by ahel’s review.
An incorrect noindex tag can completely remove important pages from search results, while proper usage helps manage crawl budget and prevents duplicate content issues.
Quick Reference
- Identify all pages using the
noindexdirective in meta tags or headers - Verify that critical pages (products, articles) aren't accidentally blocked
- Ensure
noindexis correctly applied to thin content, admin, or utility pages
Check
Verify that the noindex directive is only applied to pages that should not appear in search results.
Fix
Remove <meta name="robots" content="noindex"> from pages that should be indexed and ranking.
Explain
Explain the difference between noindex and disallow in robots.txt and when to use each for optimal SEO.
Code Review
Review metadata generation, rendered HTML, structured data, and response headers related to Audit all noindex pages. Flag exact routes or templates where search-facing output violates the rule, and describe how to verify the final page output.
For full implementation details, code examples, and framework-specific guidance,
see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/seo/all-noindex-pages
Signals
- GitHub stars
- 74k
- Forks
- 7k
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
all-noindex-pages- Source
- github.com/thedaviddias/front-end-checklist