all-noindex-pages
Installation
SKILL.md
Audit all noindex pages
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.