geo-audit
Full website GEO+SEO audit with parallel subagent delegation. Orchestrates a comprehensive Generative Engine Optimization audit across AI citability, platform analysis, technical infrastructure, content quality, and schema markup. Produces a composite GEO Score (0-100) with prioritized action plan.
What this skill does
# GEO Audit Orchestration Skill ## Purpose This skill performs a comprehensive Generative Engine Optimization (GEO) audit of any website. GEO is the practice of optimizing web content so that AI systems (ChatGPT, Claude, Perplexity, Gemini, etc.) can discover, understand, cite, and recommend it. This audit measures how well a site performs across all GEO dimensions and produces an actionable improvement plan. ## Key Insight Traditional SEO optimizes for search engine rankings. GEO optimizes for AI citation and recommendation. Sites that score high on GEO metrics see 30-115% more visibility in AI-generated responses (Georgia Tech / Princeton / IIT Delhi 2024 study). The two disciplines overlap but have distinct requirements. --- ## Audit Workflow ### Phase 1: Discovery and Reconnaissance **Step 1: Fetch Homepage and Detect Business Type** 1. Use WebFetch to retrieve the homepage at the provided URL. 2. Extract the following signals: - Page title, meta description, H1 heading - Navigation menu items (reveals site structure) - Footer content (reveals business info, location, legal pages) - Schema.org markup on homepage (Organization, LocalBusiness, etc.) - Pricing page link (SaaS indicator) - Product listing patterns (E-commerce indicator) - Blog/resource section (Publisher indicator) - Service pages (Agency indicator) - Address/phone/Google Maps embed (Local business indicator) 3. Classify the business type using these patterns: | Business Type | Detection Signals | |---|---| | **SaaS** | Pricing page, "Sign up" / "Free trial" CTAs, app.domain.com subdomain, feature comparison tables, integration pages | | **Local Business** | Physical address on homepage, Google Maps embed, "Near me" content, LocalBusiness schema, service area pages | | **E-commerce** | Product listings, shopping cart, product schema, category pages, price displays, "Add to cart" buttons | | **Publisher** | Blog-heavy navigation, article schema, author pages, date-based archives, RSS feeds, high content volume | | **Agency/Services** | Case studies, portfolio, "Our Work" section, team page, client logos, service descriptions | | **Hybrid** | Combination of above signals -- classify by dominant pattern | **Step 2: Crawl Sitemap and Internal Links** 1. Attempt to fetch `/sitemap.xml` and `/sitemap_index.xml`. 2. If sitemap exists, extract up to 50 unique page URLs prioritized by: - Homepage (always include) - Top-level navigation pages - High-value pages (pricing, about, contact, key service/product pages) - Blog posts (sample 5-10 most recent) - Category/landing pages 3. If no sitemap exists, crawl internal links from the homepage: - Extract all `<a href>` links pointing to the same domain - Follow up to 2 levels deep - Prioritize pages linked from main navigation 4. Respect `robots.txt` directives -- do not fetch disallowed paths. 5. Enforce a maximum of 50 pages and a 30-second timeout per fetch. **Step 3: Collect Page-Level Data** For each page in the crawl set, record: - URL, title, meta description, canonical URL - H1-H6 heading structure - Word count of main content - Schema.org types present - Internal/external link counts - Images with/without alt text - Open Graph and Twitter Card meta tags - Response status code - Whether the page has structured data --- ### Phase 2: Parallel Subagent Delegation Delegate analysis to 5 specialized subagents. Each subagent operates on the collected page data and produces a category score (0-100) plus findings. **Subagent 1: AI Visibility Analysis (geo-ai-visibility)** - Analyze content blocks for quotability by AI systems (citability scoring) - Check AI crawler access via robots.txt and llms.txt presence - Scan brand presence across YouTube, Reddit, Wikipedia, LinkedIn - Score brand authority signals that AI models use for entity recognition **Subagent 2: Platform Optimization (geo-platform-analysis)** - Assess readiness for Google AI Overviews, ChatGPT, Perplexity, Gemini, Bing Copilot - Check platform-specific ranking factors and optimization opportunities **Subagent 3: Technical GEO Infrastructure (geo-technical)** - Analyze robots.txt for AI crawler access - Verify meta tags, headers, and technical accessibility for AI systems - Check page speed, server-side rendering, and Core Web Vitals - Assess security headers and mobile optimization **Subagent 4: Content E-E-A-T Quality (geo-content)** - Evaluate Experience, Expertise, Authoritativeness, Trustworthiness signals - Check author bios, credentials, source citations - Assess content freshness, depth, and originality - Verify "About" page quality and team credentials **Subagent 5: Schema & Structured Data (geo-schema)** - Validate all schema.org markup - Check for GEO-critical schema types (FAQ, HowTo, Organization, Product, Article) - Assess schema completeness and accuracy - Identify missing schema opportunities --- ### Phase 3: Score Aggregation and Report Generation #### Composite GEO Score Calculation The overall GEO Score (0-100) is a weighted average of six category scores: | Category | Weight | What It Measures | |---|---|---| | **AI Citability** | 25% | How quotable/extractable content is for AI systems | | **Brand Authority** | 20% | Third-party mentions, entity recognition signals | | **Content E-E-A-T** | 20% | Experience, Expertise, Authoritativeness, Trustworthiness | | **Technical GEO** | 15% | AI crawler access, llms.txt, rendering, speed | | **Schema & Structured Data** | 10% | Schema.org markup quality and completeness | | **Platform Optimization** | 10% | Presence on platforms AI models train on and cite | **Formula:** ``` GEO_Score = (Citability * 0.25) + (Brand * 0.20) + (EEAT * 0.20) + (Technical * 0.15) + (Schema * 0.10) + (Platform * 0.10) ``` #### Score Interpretation | Score Range | Rating | Interpretation | |---|---|---| | 90-100 | Excellent | Top-tier GEO optimization; site is highly likely to be cited by AI | | 75-89 | Good | Strong GEO foundation with room for improvement | | 60-74 | Fair | Moderate GEO presence; significant optimization opportunities exist | | 40-59 | Poor | Weak GEO signals; AI systems may struggle to cite or recommend | | 0-39 | Critical | Minimal GEO optimization; site is largely invisible to AI systems | --- ## Issue Severity Classification Every issue found during the audit is classified by severity: ### Critical (Fix Immediately) - All AI crawlers blocked in robots.txt - No indexable content (JavaScript-rendered only with no SSR) - Domain-level noindex directive - Site returns 5xx errors on key pages - Complete absence of any structured data - Brand not recognized as an entity by any AI system ### High (Fix Within 1 Week) - Key AI crawlers (GPTBot, ClaudeBot, PerplexityBot) blocked - No llms.txt file present - Zero question-answering content blocks on key pages - Missing Organization or LocalBusiness schema - No author attribution on content pages - All content behind login/paywall with no preview ### Medium (Fix Within 1 Month) - Partial AI crawler blocking (some allowed, some blocked) - llms.txt exists but is incomplete or malformed - Content blocks average under 50 citability score - Missing FAQ schema on pages with FAQ content - Thin author bios without credentials - No Wikipedia or Reddit brand presence ### Low (Optimize When Possible) - Minor schema validation errors - Some images missing alt text - Content freshness issues on non-critical pages - Missing Open Graph tags - Suboptimal heading hierarchy on some pages - LinkedIn company page exists but is incomplete --- ## Output Format Generate a file called `GEO-AUDIT-REPORT.md` with the following structure: ```markdown # GEO Audit Report: [Site Name] **Audit Date:** [Date] **URL:** [URL] **Business Type:** [Detected Type] **Pages Analyzed:** [Count] --- ## Executive Summary **Overall GEO Score: [X]/100 ([Rating])** [2-3 sentence summary of the site's GEO health, biggest strengths, an
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".