Claude SEO is an open-source Python-based plugin for Claude Code that runs 25 sub-skills and 18 specialist agents for comprehensive SEO audits, with multiple extension options and cross-version releases.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Claude SEO is an open-source SEO analysis plugin for Claude Code. It runs 25 sub-skills and 18 specialist agents in parallel across technical SEO, content quality (E-E-A-T), Schema.org markup, AI search optimization (GEO), local SEO, e-commerce, and international SEO. Every audit produces a prioritized action plan with testable recommendations grounded in primary-source guidance from Google.
How it works
The tool executes parallel audits using multiple sub-skills and agents to produce a prioritized action plan. It supports a variety of commands under /seo for auditing, page analysis, schema checks, geo optimization, sitemap handling, and more. It includes a setup workflow that creates an isolated Python runtime and installs a Chromium runtime for the Claude Code environment. It provides 32 user-invocable commands across the orchestrator and sub-skills, including setup, doctor, audit, page, schema, geo, sitemap, backlinks, local, maps, hreflang, google, and various extensions.
Getting started
Plugin Install (Claude Code 1.0.33+)
/plugin marketplace add AgriciDaniel/claude-seo
/plugin install claude-seo@agricidaniel-claude-seo
/seo setup
Manual Install (Unix / macOS / Linux)
git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.git
bash claude-seo/install.sh
Windows (PowerShell)
git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.git
powershell -ExecutionPolicy Bypass -File claude-seo\install.ps1
Quick Start
# Start Claude Code
claude
# Full site audit: parallel sub-agents produce a prioritized action plan
/seo audit https://example.com
# Deep single-page analysis
/seo page https://example.com/about
# Schema markup audit
/seo schema https://example.com
# AI search optimization
/seo geo https://example.com
# Generate a sitemap
/seo sitemap generate
Recent releases
Latest: v2.2.4 (2026-07-20) — Community maintenance release with a full issue/PR review; added managed cross-platform Python runtime with setup and doctor commands; added SSRF. Previous: v2.2.3 (2026-07-20) — maintenance including public main from v2.2.0 through v2.2.3; no breaking changes; refreshed time-sensi. Earlier: v2.2.0 (2026-06-12) — Security, cross-platform, and data-accuracy release; first public ship of v2.1.0 knowledge-currency content. v2.0.0 (2026-05-25) — Security + AI-Search major release. v1.9.9 (2026-05-11) — Final 1.x patch release.
Traction
Not applicable as a separate numeric traction metric is not provided in the facts.
License
MIT






