# Claude SEO — Complete SEO Skill for Claude Code > Universal SEO analysis skill with 15 sub-skills and 12 parallel subagents. Covers technical SEO, E-E-A-T, schema markup, GEO/AEO, local SEO, Google APIs, and PDF reporting. MIT license, 4,000+ stars. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use **Plugin Install (Claude Code 1.0.33+):** ``` /plugin marketplace add AgriciDaniel/claude-seo /plugin install claude-seo@AgriciDaniel-claude-seo ``` **Manual Install (macOS/Linux):** ```bash curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-seo/main/install.sh | bash ``` **Windows (PowerShell):** ``` git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.git powershell -ExecutionPolicy Bypass -File claude-seo\install.ps1 ``` Run your first audit: ``` /seo audit https://yoursite.com ``` --- ## Intro Claude SEO is a comprehensive, open-source SEO analysis skill for Claude Code with 4,000+ GitHub stars and MIT license. It deploys 15 sub-skills and 12 parallel subagents to cover every dimension of SEO — technical audits, E-E-A-T content quality (updated to September 2025 Quality Rater Guidelines), schema markup validation, AI search optimization (GEO/AEO for Google AI Overviews and ChatGPT), local SEO, maps intelligence, and direct Google API integration (Search Console, PageSpeed, CrUX, GA4). Optional extensions for DataForSEO, Firecrawl, and Banana add real keyword data, deep crawling, and JavaScript rendering. Best for: SEO professionals, web developers, and site owners who want AI-powered SEO analysis directly from their terminal. Works with: Claude Code (macOS, Linux, Windows). Setup time: under 2 minutes. --- ## Claude SEO — Full Command Reference ### Slash Commands | Command | Purpose | |---------|---------| | `/seo audit` | Full website audit with 12 parallel subagents | | `/seo page` | Deep single-page analysis | | `/seo technical` | Technical SEO audit (9 categories) | | `/seo content` | E-E-A-T and content quality assessment | | `/seo schema` | Schema detection, validation, and JSON-LD generation | | `/seo images` | Image optimization analysis | | `/seo sitemap` | XML sitemap analysis and generation | | `/seo geo` | AI Search / Generative Engine Optimization | | `/seo local` | Local SEO (GBP, citations, reviews) | | `/seo maps` | Maps intelligence and geo-grid ranking | | `/seo hreflang` | Hreflang / i18n validation and generation | | `/seo google` | Google APIs (GSC, PageSpeed, CrUX, Indexing, GA4) | | `/seo plan` | Strategic planning (SaaS, local, ecommerce, publisher) | | `/seo programmatic` | Programmatic SEO analysis | | `/seo competitor-pages` | Comparison page generation | ### Architecture Running `/seo audit` launches **12 parallel subagents**, each handling a different analysis dimension: 1. **Technical Crawler** — Performance, crawlability, indexing, mobile 2. **Content Analyzer** — E-E-A-T scoring, readability, keyword usage 3. **Schema Validator** — JSON-LD, Microdata, RDFa with Google type validation 4. **Image Auditor** — Format, compression, alt text, lazy loading 5. **Sitemap Analyzer** — XML structure, coverage, freshness 6. **GEO Optimizer** — AI Overviews, ChatGPT, Perplexity readiness 7. **Local SEO Agent** — GBP optimization, NAP consistency, reviews 8. **Maps Intelligence** — Geo-grid rank tracking, competitor mapping 9. **Hreflang Validator** — International SEO correctness 10. **Link Analyzer** — Internal/external link health 11. **Core Web Vitals** — LCP, FID, CLS scoring 12. **Report Generator** — PDF/Excel with charts and recommendations ### Extensions (Optional) | Extension | Purpose | Requirement | |-----------|---------|-------------| | **DataForSEO** | Real search volume, keyword difficulty, SERP features | DataForSEO API key | | **Firecrawl** | Deep JavaScript-rendered crawling | Firecrawl API key | | **Banana** | Browser rendering for complex SPAs | Banana API key | ### GEO / AEO Optimization The `/seo geo` command specifically analyzes readiness for: - **Google AI Overviews** — Will your content be cited? - **ChatGPT Web Search** — Are you in ChatGPT's citation pool? - **Perplexity** — Does your content structure match Perplexity's extraction patterns? ### FAQ **Q: What is Claude SEO?** A: A comprehensive SEO analysis skill for Claude Code with 15 sub-skills and 12 parallel subagents covering technical SEO, content quality, schema, AI search optimization, local SEO, and Google API integration. **Q: Is Claude SEO free?** A: Yes, the core skill is fully open-source under MIT license. Optional extensions (DataForSEO, Firecrawl) require separate API subscriptions for real-world data. **Q: How does it compare to Ahrefs or Semrush?** A: Claude SEO runs locally with no subscription cost. It covers similar analysis dimensions but uses AI reasoning instead of proprietary crawl databases. For keyword volume data, connect the DataForSEO extension. --- ## Source & Thanks > Created by [AgriciDaniel](https://github.com/AgriciDaniel). Licensed under MIT. > > [claude-seo](https://github.com/AgriciDaniel/claude-seo) — ⭐ 4,000+ Thank you to AgriciDaniel for building the most comprehensive SEO skill in the Claude Code ecosystem. --- ## Quick Use **Plugin install:** ``` /plugin marketplace add AgriciDaniel/claude-seo /plugin install claude-seo@AgriciDaniel-claude-seo ``` Run your first audit: ``` /seo audit https://yoursite.com ``` --- ## Intro Claude SEO is a comprehensive SEO analysis skill for Claude Code with 4,000+ GitHub stars and an MIT license. It deploys 15 sub-skills and 12 parallel sub-agents covering technical SEO, E-E-A-T content quality, Schema markup validation, AI search optimization (GEO/AEO), local SEO, maps intelligence, and Google API integration (Search Console, PageSpeed, CrUX, GA4). Best for SEO pros, web developers, and site owners who need AI-driven SEO analysis. Compatible tools: Claude Code (macOS, Linux, Windows). --- ## Command Reference | Command | Purpose | |---------|---------| | `/seo audit` | Site-wide audit (12 parallel sub-agents) | | `/seo page` | Deep single-page analysis | | `/seo technical` | Technical SEO audit | | `/seo content` | E-E-A-T content quality | | `/seo schema` | Schema detection and validation | | `/seo geo` | AI search optimization (GEO/AEO) | | `/seo local` | Local SEO | | `/seo google` | Google API integration | ### FAQ **Q: What is Claude SEO?** A: A comprehensive SEO skill for Claude Code — 15 sub-skills + 12 parallel sub-agents covering everything from technical SEO to AI search optimization. **Q: Is it free?** A: Core skills are MIT open source and free. Optional extensions require separate API subscriptions. --- ## Source & Thanks > Created by [AgriciDaniel](https://github.com/AgriciDaniel). Licensed under MIT. > > [claude-seo](https://github.com/AgriciDaniel/claude-seo) — ⭐ 4,000+ --- Source: https://tokrepo.com/en/workflows/claude-seo-complete-seo-skill-claude-code-cb068086 Author: Skill Factory