robots-ai-crawler-audit
Installation
SKILL.md
Robots AI Crawler Audit
Check whether crawler access rules help or block AI visibility.
Scope: access rules only. Sitemap coverage belongs to sitemap-discovery-audit; drafting llms.txt belongs to llms-txt-generator; whole-site triage belongs to ai-visibility-audit.
Workflow
- Fetch
/robots.txt. - Identify global disallow rules, sitemap declarations, crawl delays, and user-agent specific rules. On ecommerce/marketplace sites, check specifically whether product, category, and policy paths are blocked — these are usually the pages a shopper or AI agent needs to read.
- Check page-level
noindex,nofollow, canonical tags, andX-Robots-Tagheaders on key URLs. - Check response security headers (
Strict-Transport-Security,X-Content-Type-Options,X-Frame-Options) on key URLs — a real technical-SEO/trust signal, and missing ones can also indicate a misconfigured origin worth flagging alongside crawler-access findings. - Look for AI crawler-specific rules for major bots where visible.
- Compare access rules against the user's visibility goals.
- [EXPERIMENTAL] Check for emerging draft signals (Content Signals directives in robots.txt, Web Bot Auth endpoints/headers, and DNS-AID TXT records) — see
references/checks.md. Clearly mark any findings in this category as experimental draft standards that do not block core search/crawler indexing. - Recommend exact changes only when the desired access policy is clear.