1---2name: claude-seo3description: SEO toolkit with 24 specialist sub-skills (upstream v2.0) — full site audits, technical SEO, content optimization & briefs, schema markup, sitemaps, image SEO, hreflang, local/maps SEO, backlinks, topic clustering, SERP experience (SXO), drift monitoring, Google APIs (GSC/PageSpeed/CrUX), e-commerce, programmatic SEO, and GEO for AI Overviews/ChatGPT/Perplexity. Use when auditing websites, optimizing pages or content, tracking SEO regressions, or planning SEO strategy.4---56# Claude SEO78Comprehensive SEO toolkit (upstream v2.0.0) with parallel sub-agent delegation for full-site audits. Sub-skills live in `skills/<name>/SKILL.md`; shared Python helpers in `scripts/` (referenced by sub-skills as the plugin-root scripts dir — resolve them relative to THIS skill's root).910## Sub-Skills1112### Core analysis1314| Skill | Description |15|-------|-------------|16| **seo-audit** | Full website SEO audit — crawls site, delegates to specialists in parallel |17| **seo-page** | Deep single-page analysis — titles, metas, headings, structured data |18| **seo-technical** | Crawlability, indexing, site speed, Core Web Vitals (incl. INP) |19| **seo-content** | Content optimization — keyword use, readability, E-E-A-T, internal links |20| **seo-content-brief** | Competitive content briefs w/ per-section word counts & competitor scoring |21| **seo-schema** | Schema.org markup generation & validation |22| **seo-sitemap** | XML sitemap generation & validation |23| **seo-images** | Image SEO — alt text, compression, lazy loading, WebP |24| **seo-hreflang** | International SEO — hreflang for multi-language sites |25| **seo-competitor-pages** | Competitor page analysis & gap identification |26| **seo-programmatic** | Programmatic SEO — template pages at scale |27| **seo-plan** | SEO strategy planning w/ business-type templates |2829### New in v2.03031| Skill | Description |32|-------|-------------|33| **seo-geo** | GEO — visibility in AI Overviews, ChatGPT, Perplexity |34| **seo-local** | Local SEO — Google Business Profile, NAP, citations, reviews, local schema |35| **seo-maps** | Maps intelligence — geo-grid rank tracking, GBP API audit, review mining |36| **seo-backlinks** | Backlink profile — referring domains, anchors, toxic links, gaps (free APIs: Moz, CommonCrawl) |37| **seo-cluster** | SERP-overlap topic clustering for content architecture |38| **seo-sxo** | Search Experience Optimization — SERP-derived intent & page-type match |39| **seo-drift** | "Git for SEO" — baseline, diff & track SEO-critical element regressions |40| **seo-google** | Google APIs — Search Console, PageSpeed Insights v5, CrUX history, Indexing |41| **seo-ecommerce** | Shopping visibility, product schema, marketplace & pricing intel |42| **seo-flow** | FLOW framework — evidence-led Find → Leverage → Optimize → Win loop |43| **seo-dataforseo** | Live SERP/keyword/competitor data via DataForSEO MCP (needs account) |44| **seo-image-gen** | AI-generated SEO assets (OG images, heroes) — needs Gemini API key |4546## Usage4748- Full audit → `seo-audit` orchestrates the others; single page → `seo-page`.49- Read the sub-skill's SKILL.md before use; each documents its scripts & inputs.50- API-key-dependent sub-skills (`seo-dataforseo`, `seo-google`, `seo-maps`, `seo-image-gen`, parts of `seo-backlinks`): check key availability first and fall back to the no-API path the sub-skill documents.51- Upstream ships 18 plugin sub-agents; outside the plugin, run their roles as generic parallel subagents per `seo-audit`'s delegation table.