Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thedaviddias avatar

Robots Meta

  • 1 installs
  • 73.4k repo stars
  • Updated June 18, 2026
  • thedaviddias/frontendchecklist

Audits each page's robots meta directive to catch accidental noindex tags that silently remove key pages from search results.

About

Checks per-page robots meta directives so no landing page carries an unintended noindex that drops it from search. A developer uses it when pages disappear from results or checking staging vs production parity.

  • Use noindex only on pages that should not appear in search
  • Crawler-specific tags override the generic robots tag

Robots Meta by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,710 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thedaviddias/frontendchecklist --skill robots-meta

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars73.4k
Last updatedJune 18, 2026
Repositorythedaviddias/frontendchecklist

What it does

Audits each page's robots meta directive to catch accidental noindex tags that silently remove key pages from search results.

Files

SKILL.mdMarkdownGitHub ↗

Set robots meta directives correctly

An accidental noindex on a key landing page silently removes it from search results; audit every page's robots directive to avoid invisible ranking losses.

Quick Reference

  • Place <meta name="robots" content="..."> in <head> to control indexing per-page
  • Use noindex only on pages that should not appear in search results
  • Avoid noindex, nofollow on pages you want crawled for PageRank flow
  • Crawler-specific tags (googlebot, bingbot) override the generic robots tag for that crawler

Check

Inspect <head> for <meta name="robots" content="...">. Verify the content value is intentional (e.g., production pages should not have noindex). Check for conflicting googlebot-specific tags.

Fix

Remove or update the noindex directive from pages that should appear in search results. For pages that must be blocked, confirm noindex is intentional. Remove duplicate or conflicting robots meta tags.

Explain

Explain the difference between robots.txt and meta robots, when each should be used, and why noindex combined with follow still allows link equity to flow.

Code Review

Review metadata generation, rendered HTML, structured data, and response headers related to Set robots meta directives correctly. 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/robots-meta

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.