CtrlK
BlogDocsLog inGet started
Tessl Logo

all-noindex-pages

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.

55

Quality

62%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/all-noindex-pages/SKILL.md
SKILL.md
Quality
Evals
Security

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 noindex directive in meta tags or headers
  • Verify that critical pages (products, articles) aren't accidentally blocked
  • Ensure noindex is 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

Repository
thedaviddias/Front-End-Checklist
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.