geo
GEO-first SEO analysis tool. Optimizes websites for AI-powered search engines (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews) while maintaining traditional SEO foundations. Performs full GEO audits, citability scoring, AI crawler analysis, llms.txt generation, brand mention scanning, platform-specific optimization, schema markup, technical SEO, content quality (E-E-A-T), and client-ready GEO report generation. Use when user says "geo", "seo", "audit", "AI search", "AI visibility", "optimize", "citability", "llms.txt", "schema", "brand mentions", "GEO report", or any URL for analysis.
What this skill does
# GEO-SEO Analysis Tool — Claude Code Skill (February 2026) > **Philosophy:** GEO-first, SEO-supported. AI search is eating traditional search. > This tool optimizes for where traffic is going, not where it was. --- ## Quick Reference | Command | What It Does | |---------|-------------| | `/geo audit <url>` | Full GEO + SEO audit with parallel subagents | | `/geo page <url>` | Deep single-page GEO analysis | | `/geo citability <url>` | Score content for AI citation readiness | | `/geo crawlers <url>` | Check AI crawler access (robots.txt analysis) | | `/geo llmstxt <url>` | Analyze or generate llms.txt file | | `/geo brands <url>` | Scan brand mentions across AI-cited platforms | | `/geo platforms <url>` | Platform-specific optimization (ChatGPT, Perplexity, Google AIO) | | `/geo schema <url>` | Detect, validate, and generate structured data | | `/geo technical <url>` | Traditional technical SEO audit | | `/geo content <url>` | Content quality and E-E-A-T assessment | | `/geo report <url>` | Generate client-ready GEO deliverable | | `/geo report-pdf <url>` | Generate professional PDF report with charts and scores | | `/geo quick <url>` | 60-second GEO visibility snapshot | | `/geo prospect <cmd>` | CRM-lite: manage prospects through the sales pipeline | | `/geo proposal <domain>` | Auto-generate client proposal from audit data | | `/geo compare <domain>` | Monthly delta report: show score improvements to client | | `/geo update` | Pull latest GEO skill updates from upstream | --- ## Market Context (Why GEO Matters) | Metric | Value | Source | |--------|-------|--------| | GEO services market (2025) | $850M-$886M | Yahoo Finance / Superlines | | Projected GEO market (2031) | $7.3B (34% CAGR) | Industry analysts | | AI-referred sessions growth | +527% (Jan-May 2025) | SparkToro | | AI traffic conversion vs organic | 4.4x higher | Industry data | | Google AI Overviews reach | 1.5B users/month, 200+ countries | Google | | ChatGPT weekly active users | 900M+ | OpenAI | | Perplexity monthly queries | 500M+ | Perplexity | | Gartner: search traffic drop by 2028 | -50% | Gartner | | Marketers investing in GEO | Only 23% | Industry surveys | | Brand mentions vs backlinks for AI | 3x stronger correlation | Ahrefs (Dec 2025) | --- ## Orchestration Logic ### Full Audit (`/geo audit <url>`) **Phase 1: Discovery (Sequential)** 1. Fetch homepage HTML (curl or WebFetch) 2. Detect business type (SaaS, Local, E-commerce, Publisher, Agency, Other) 3. Extract key pages from sitemap.xml or internal links (up to 50 pages) **Phase 2: Parallel Analysis (Delegate to Subagents)** Launch these 5 subagents simultaneously: | Subagent | File | Responsibility | |----------|------|---------------| | geo-ai-visibility | `agents/geo-ai-visibility.md` | GEO audit, citability, AI crawlers, llms.txt, brand mentions | | geo-platform-analysis | `agents/geo-platform-analysis.md` | Platform-specific optimization (ChatGPT, Perplexity, Google AIO) | | geo-technical | `agents/geo-technical.md` | Technical SEO, Core Web Vitals, crawlability, indexability | | geo-content | `agents/geo-content.md` | Content quality, E-E-A-T, readability, AI content detection | | geo-schema | `agents/geo-schema.md` | Schema markup detection, validation, generation | **Phase 3: Synthesis (Sequential)** 1. Collect all subagent reports 2. Calculate composite GEO Score (0-100) 3. Generate prioritized action plan 4. Output client-ready report ### Scoring Methodology | Category | Weight | Measured By | |----------|--------|-------------| | AI Citability & Visibility | 25% | Passage scoring, answer block quality, AI crawler access | | Brand Authority Signals | 20% | Mentions on Reddit, YouTube, Wikipedia, LinkedIn; entity presence | | Content Quality & E-E-A-T | 20% | Expertise signals, original data, author credentials | | Technical Foundations | 15% | SSR, Core Web Vitals, crawlability, mobile, security | | Structured Data | 10% | Schema completeness, JSON-LD validation, rich result eligibility | | Platform Optimization | 10% | Platform-specific readiness (Google AIO, ChatGPT, Perplexity) | --- ## Business Type Detection Analyze homepage for patterns: | Type | Signals | |------|---------| | **SaaS** | Pricing page, "Sign up", "Free trial", "/app", "/dashboard", API docs | | **Local Service** | Phone number, address, "Near me", Google Maps embed, service area | | **E-commerce** | Product pages, cart, "Add to cart", price elements, product schema | | **Publisher** | Blog, articles, bylines, publication dates, article schema | | **Agency** | Portfolio, case studies, "Our services", client logos, testimonials | | **Other** | Default — apply general GEO best practices | Adjust recommendations based on detected type. Local businesses need LocalBusiness schema and Google Business Profile optimization. SaaS needs SoftwareApplication schema and comparison page strategy. E-commerce needs Product schema and review aggregation. --- ## Sub-Skills (14 Specialized Components) | # | Skill | Directory | Purpose | |---|-------|-----------|---------| | 1 | geo-audit | `skills/geo-audit/` | Full audit orchestration and scoring | | 2 | geo-citability | `skills/geo-citability/` | Passage-level AI citation readiness | | 3 | geo-crawlers | `skills/geo-crawlers/` | AI crawler access and robots.txt | | 4 | geo-llmstxt | `skills/geo-llmstxt/` | llms.txt standard analysis and generation | | 5 | geo-brand-mentions | `skills/geo-brand-mentions/` | Brand presence on AI-cited platforms | | 6 | geo-platform-optimizer | `skills/geo-platform-optimizer/` | Platform-specific AI search optimization | | 7 | geo-schema | `skills/geo-schema/` | Structured data for AI discoverability | | 8 | geo-technical | `skills/geo-technical/` | Technical SEO foundations | | 9 | geo-content | `skills/geo-content/` | Content quality and E-E-A-T | | 10 | geo-report | `skills/geo-report/` | Client-ready deliverable generation | | 11 | geo-prospect | `skills/geo-prospect/` | CRM-lite prospect and client pipeline management | | 12 | geo-proposal | `skills/geo-proposal/` | Auto-generate client proposals from audit data | | 13 | geo-compare | `skills/geo-compare/` | Monthly delta tracking and progress reports | | 14 | geo-update | `skills/geo-update/` | Pull latest updates from upstream repository | --- ## Subagents (5 Parallel Workers) | Agent | File | Skills Used | |-------|------|-------------| | geo-ai-visibility | `agents/geo-ai-visibility.md` | geo-citability, geo-crawlers, geo-llmstxt, geo-brand-mentions | | geo-platform-analysis | `agents/geo-platform-analysis.md` | geo-platform-optimizer | | geo-technical | `agents/geo-technical.md` | geo-technical | | geo-content | `agents/geo-content.md` | geo-content | | geo-schema | `agents/geo-schema.md` | geo-schema | --- ## Output Files All commands generate structured output: | Command | Output File | |---------|------------| | `/geo audit` | `GEO-AUDIT-REPORT.md` | | `/geo page` | `GEO-PAGE-ANALYSIS.md` | | `/geo citability` | `GEO-CITABILITY-SCORE.md` | | `/geo crawlers` | `GEO-CRAWLER-ACCESS.md` | | `/geo llmstxt` | `llms.txt` (ready to deploy) | | `/geo brands` | `GEO-BRAND-MENTIONS.md` | | `/geo platforms` | `GEO-PLATFORM-OPTIMIZATION.md` | | `/geo schema` | `GEO-SCHEMA-REPORT.md` + generated JSON-LD | | `/geo technical` | `GEO-TECHNICAL-AUDIT.md` | | `/geo content` | `GEO-CONTENT-ANALYSIS.md` | | `/geo report` | `GEO-CLIENT-REPORT.md` (presentation-ready) | | `/geo report-pdf` | `GEO-REPORT.pdf` (professional PDF with charts) | | `/geo quick` | Inline summary (no file) | | `/geo prospect` | Updates `~/.geo-prospects/prospects.json` | | `/geo proposal` | `~/.geo-prospects/proposals/<domain>-proposal-<date>.md` | | `/geo compare` | `~/.geo-prospects/reports/<domain>-monthly-<YYYY-MM>.md` | --- ## PDF Report Generation The `/geo report-pdf <url>` command converts `GEO-AUDIT-REPORT.md` into a styled, client-ready PDF. ### Requirements - **pandoc** — `brew install pandoc` - **Google Chrome**
Related in Ads & Marketing
ads
IncludedMulti-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.
banana
IncludedAI image generation Creative Director powered by Google Gemini Nano Banana models. Use this skill for ANY request involving image creation, editing, visual asset production, or creative direction. Triggers on: generate an image, create a photo, edit this picture, design a logo, make a banner, visual for my anything, and all /banana commands. Handles text-to-image, image editing, multi-turn creative sessions, batch workflows, and brand presets.
rpg-migration-analyzer
IncludedAnalyzes legacy RPG (Report Program Generator) programs from AS/400 and IBM i systems for migration to modern Java applications. Extracts business logic from RPG III/IV/ILE source code, identifies data structures (D-specs), file operations (F-specs), program dependencies (CALLB/CALLP), and converts RPG constructs to Java equivalents. Generates migration reports, complexity estimates, and Java implementation strategies with POJO classes, JPA entities, and service methods. Use when modernizing AS/400 or IBM i legacy systems, analyzing RPG source files (.rpg, .rpgle, .RPGLE), converting RPG to Java, mapping data specifications to Java classes, planning legacy system migration, or when user mentions RPG analysis, Report Program Generator, RPG III/IV/ILE, AS/400 modernization, IBM i migration, packed decimal conversion, or mainframe application rewrite.
brand-library-architect
IncludedBuild a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.
writing-tech-post
IncludedAuthors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
blog-google
IncludedGoogle API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities", "blog performance", "youtube search", "google api setup".