Writing & Content geoseo-auditai-crawlersrobots-txtllms-txtcontent-signalsweb-audit

GEO Crawlers Access Analysis Skill

Checks robots.txt, meta tags, and HTTP headers to determine which of 14 major AI crawlers can reach your site — then tells you exactly how to maximize AI search visibility.

FollowSkills review · FSRS-2.0
Use with care
51/ 100 5-point scale 2.6 / 5
1 2 3 4 5 6
1Trust14 / 25 · 2.8/5

Tool surface is restrained: Read/Grep/Glob/Bash/WebFetch/Write; the skill performs read-only analysis and writes one report file (GEO-CRAWLER-ACCESS.md); it recommends robots.txt snippets instead of editing them. Deducted for: unscoped Bash, no explicit user-confirmation step, undisclosed WebFetch data flow, no rollback notes, and no explicit Write path constraint.

2Reliability9 / 20 · 2.3/5

The six-step procedure (robots.txt, meta tags, headers, AI-specific files, JS rendering, Content-Signal) is clear and self-consistent with a concrete output template. Deducted for: static review cannot confirm key paths run; no tests cover this skill itself (repo tests only target fetch_page.py SSR detection); thin error handling and failure feedback for robots.txt parse anomalies, WebFetch failures, or non-standard syntax.

3Adaptability9 / 15 · 3.0/5

Clear scenario (AI-crawler accessibility within GEO audits), good semantic trigger alignment with /geo crawlers, and a practical 14-crawler tier matrix. Deducted for: undeclared non-fit boundaries (heavy SPA, login-walled sites), no Chinese-language support or China-market framing, and core value depending on overseas AI platforms (ChatGPT, Claude, Perplexity) with little coverage of Chinese AI search surfaces.

4Convention9 / 15 · 3.0/5

Well-structured doc: crawler reference, matrix, procedure, output format, scoring; repo provides MIT LICENSE and uninstaller. Deducted for: no version or changelog in the SKILL.md, no known-limitations section (e.g., data freshness of cited stats), unverifiable Originality.ai citation, and maintenance responsibility visible only at repo level.

5Effectiveness6 / 15 · 2.0/5

Deliverable (access map + recommendations + score) is complete in format and directly usable; marginal value comes from systematic 14-crawler coverage plus the emerging Content-Signal standard. Deducted for: unverified actual output correctness under static review; author-defined scoring weights not justified; UA strings risk staleness requiring manual upkeep.

6Verifiability4 / 10 · 2.0/5

The analysis steps are reproducible by users and crawler UA/purpose descriptions are broadly cross-checkable. Deducted for: key statistics (35% block rate, 300M users, 2B devices) lack source links and are author assertions; no committed tests or CI covering this skill's key paths, capping the score under static review.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision 43c98eccc9bb
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Static review only, nothing executed: all scores are low-confidence and output quality is unverified.
  • The skill requests Bash and Write without scoped constraints; run it in a controlled environment and inspect generated files.
  • Cited market statistics (35% block rate, etc.) carry no source links; do not reuse them in client-facing reports.
  • Core value targets overseas AI platforms; Chinese AI search coverage is limited.
  • robots.txt recommendations are generic; verify against your site's actual strategy (e.g., blocking CCBot is a policy choice) before applying.
Review evidence [1][2][3][4][5][6]
See the full review method →

What does this skill do, and when should you use it?

This is one of 16 skills bundled in the MIT-licensed geo-seo-claude repository, located at skills/geo-crawlers/SKILL.md. It analyzes a website's accessibility to AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) — the foundational technical requirement for Generative Engine Optimization (GEO), since blocked crawlers mean the content cannot appear in AI-generated answers at all. It parses robots.txt, samples meta robots tags and X-Robots-Tag headers, checks emerging standards like llms.txt, and produces a GEO-CRAWLER-ACCESS.md report with a 0-100 score and concrete robots.txt recommendations. The parent collection installs into Claude Code via a one-command script and is invoked with /geo crawlers <url>.

1) Fetches the target domain's robots.txt via WebFetch and parses Allow/Disallow rules for each AI crawler (including wildcard inheritance and Crawl-delay); 2) Samples 5-10 key pages for meta robots tags (noindex/noai/noimageai plus bot-specific tags) and X-Robots-Tag headers; 3) Checks for /llms.txt, /ai.txt, and /.well-known/ai-plugin.; 4) Assesses JavaScript rendering dependence (GPTBot/ClaudeBot/PerplexityBot have limited JS rendering); 5) Parses Content-Signal: directives in robots.txt (IETF draft draft-romm-aipref-contentsignals); 6) Computes a weighted AI Visibility Score (Tier 1 50%, Tier 2 25%, no blanket blocks 15%, AI-specific files 10%) and generates a GEO-CRAWLER-ACCESS.md report with a 14-crawler access matrix and a complete recommended robots.txt configuration.

  1. An SEO/GEO consultant needs a per-crawler access report and a deployable robots.txt change list for a client's AI visibility audit
  2. A content site owner notices their pages never appear in ChatGPT Search or Perplexity and wants to check whether GPTBot or PerplexityBot is accidentally blocked
  3. A technical team inheriting a site with legacy SEO robots.txt rules needs to verify whether historical rules also block AI crawlers
  4. A publisher wants to allow AI search crawlers while retaining control over training data (distinguishing Tier 1 search crawlers from Tier 3 training-only crawlers like CCBot)
  5. A business targeting Chinese markets needs a contextual recommendation on whether to allow or block Bytespider

What are this skill's strengths and limitations?

Pros
  • Covers 14 AI crawlers with a Tier 1/2/3 classification that distinguishes search crawlers (blocking directly removes AI search visibility) from training-only crawlers (blocking has no search impact), so recommendations are strategically grounded
  • Broad checks: beyond robots.txt it inspects meta tags, X-Robots-Tag headers, llms.txt/ai.txt, JS rendering dependence, and the IETF-draft Content-Signal standard
  • Outputs a Markdown report with a weighted 0-100 score and a deployable robots.txt configuration, ready for client delivery
  • MIT licensed, free, auditable
Limitations
  • Some scoring inputs (e.g., '300M+ ChatGPT weekly users', the Originality.ai 35% blocking figure) cite external studies without verification links and depend on the author keeping them current
  • Crawler detection relies entirely on robots.txt string matching; it cannot detect server-level blocks (firewalls, CDN rules)
  • The JS rendering assessment is a static, qualitative judgment; the source offers no measured validation or test suite
  • The number of sampled pages (5-10) in the 6-step analysis is left to the model, so reproducibility is not guaranteed
  • How to install this single sub-skill standalone is not documented in the source

How do you install this skill?

The collection installs with one command (all 16 skills go into ~/.claude/skills/geo/): curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/geo-seo-claude/main/install.sh | bash (Windows users run install-win.sh from Git Bash). Requires Python 3.8+ (plus python3-venv on Debian/Ubuntu), Claude Code CLI, and Git; dependencies install into an isolated venv at ~/.claude/skills/geo/.venv/ without touching system Python. The source does not document installing the geo-crawlers sub-skill on its own. Uninstall with ./uninstall.sh.

How do you use this skill?

After installing the collection, run in Claude Code: /geo crawlers https://example.com. The skill fetches and analyzes the domain's robots.txt, meta tags, HTTP headers, and llms.txt, then writes a GEO-CRAWLER-ACCESS.md report in the working directory. The report includes each crawler's status (Allowed/Blocked/Not Mentioned), a 0-100 AI Visibility Score, critical issues, and full recommended robots.txt content.

More skills from this repository

All from zubair-trabzada/geo-seo-claude

Writing & Content

GEO Full-Site Audit

A GEO+SEO audit skill for Claude Code that scores any website's citability and visibility in AI engines like ChatGPT and Perplexity on a 0-100 scale, with a prioritized action plan.

Writing & Content

llms.txt Analysis & Generation Skill

Validates or generates llms.txt files so AI search engines can understand your site's structure and key facts at a glance.

Writing & Content

GEO-SEO AI Search Optimization Audit Skill

A GEO-first SEO audit skill for the AI search era: scores how citable your site is to ChatGPT, Perplexity, and Google AI Overviews, and produces client-ready reports.

Writing & Content

GEO Content Quality & E-E-A-T Assessment

Scores web content on E-E-A-T and AI citability, producing a structured GEO-CONTENT-ANALYSIS.md report.

Writing & Content

GEO Platform Optimizer

Audits and scores a website against five AI search platforms — Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot — with per-platform checklists and a consolidated optimization report.

Dev & Engineering

GEO Schema Structured Data Audit Skill

Detect, validate, and generate Schema.org structured data optimized for AI discoverability, with JSON-LD output and a scored report.

Writing & Content

GEO Technical SEO Audit Skill (geo-technical)

Runs a technical SEO audit on any website with AI-search focus: server-side rendering, AI crawler access, Core Web Vitals, and security headers.

Writing & Content

GEO Citability Scoring Skill

Scores any web page 0-100 for how likely ChatGPT, Perplexity, Claude or Gemini will cite it, then hands you sentence-level rewrite suggestions.

Writing & Content

GEO Client Report Generator (geo-report)

Consolidates multiple GEO audit results into one client-facing report with scores, findings, and a prioritized action plan — ready to deliver as-is.

Productivity & Collaboration

GEO Monthly Delta Report Generator

Compares two GEO audits, calculates score improvements and action-item completion, and produces a "here's your progress" retention report for agency clients.

Writing & Content

GEO Brand Mentions Scanner

Scans brand presence across AI-cited platforms (YouTube, Reddit, Wikipedia, LinkedIn) and produces a 0-100 Brand Authority Score with platform-specific recommendations.

Productivity & Collaboration

GEO Proposal Generator

Turns GEO audit data into a client-ready service proposal with tiered pricing, ROI projections, and a delivery timeline — automatically.

Productivity & Collaboration

GEO PDF Report Generator

Turns a GEO audit markdown report into a client-ready PDF with a cover page, color-coded score tables, and a 90-day roadmap.

Automation & Ops

GEO-SEO Skill Updater

One command syncs your locally installed GEO-SEO skills, agents, scripts and schema templates to the latest upstream release, with a change summary before and after.

Productivity & Collaboration

GEO Prospect Manager (geo-prospect)

A CRM-lite for GEO agencies: track prospects through the full sales pipeline inside Claude Code, from first contact to signed contract.

Related skills