Audit & Diagnostics Custom Skills · Curated

Meta Robots Auditor

Finds pages accidentally set to noindex, nofollow, or blocked in robots.txt that should be visible to search.

What it does

Cross-checks a set of pages against their meta robots tag, x-robots-tag header, and robots.txt rules, then compares that against what the page's URL pattern and content suggest it should be (indexable, or deliberately excluded). Surfaces the mismatches, not the full expected list.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/meta-robots-auditor/ (or ~/.claude/skills/meta-robots-auditor/ for all projects)

GitHub Copilot (VS Code)

.github/skills/meta-robots-auditor/

OpenAI Codex

.codex/skills/meta-robots-auditor/

Cursor

.cursor/skills/meta-robots-auditor/ (or ~/.cursor/skills/meta-robots-auditor/ globally)

Compatibility

Any WordPress site. Robots directives are read from the active SEO plugin's per-page settings and the site's robots.txt file.