Claude SEO Review
Open-source SEO skill for Claude Code with 25 sub-skills and 18 parallel agents
Agent Skills · Open Source · OPEN SOURCE
Overview
Claude SEO turns Claude Code into an SEO audit machine. You type /seo audit and it spawns up to 15 specialist agents in parallel, each covering a different discipline: technical SEO, content quality, E-E-A-T signals, Schema.org markup, Core Web Vitals, local SEO, ecommerce SEO, international SEO, and AI search optimization (what Google calls GEO). A full-site audit that would take a consultant a full day finishes in minutes. The output is a prioritized action plan where every recommendation carries the observation it rests on, its dependencies, and an explicit "how would we know this failed?" check. That last part matters. Most SEO tools tell you what's wrong. Claude SEO tells you what's wrong, why it matters, and how you'd verify the fix worked. The AI-search angle is what separates this from a Screaming Frog crawl. Claude SEO scores your content for citability by AI answer engines: whether your pages have self-contained 134-167 word answer blocks, question-based heading hierarchy, and the structured data that makes LLMs cite you instead of your competitor. It checks for IPTC TrainedAlgorithmicMedia metadata on AI-generated images, llms.txt files, and agent-friendly page structure per web.dev guidance. If you're optimizing for a world where Google's AI Overviews and ChatGPT answers replace traditional blue links, this is the audit tool built for that reality. It's free and MIT-licensed. The catch is you need Claude Code (Anthropic's paid CLI/IDE product) to run it, so you're paying for API tokens. A full audit on a 200-page site burns through a meaningful chunk of tokens. There's also a private community mirror on Skool (AI Marketing Hub Pro) that gets early features, but the public repo is fully functional. Version 2.2.5 ships 439 passing tests, which is unusual rigor for a skill pack. Compared to doing this manually with Screaming Frog, Ahrefs, and a spreadsheet, Claude SEO collapses the workflow into one command. Compared to SaaS audit tools like Sitebulb or Lumar, it's more flexible and cheaper, but you lose the polished dashboards and historical tracking. It's best for SEO agencies running 5+ client sites who want weekly automated audits instead of quarterly manual ones, and for in-house SEO leads who want a second pair of eyes before executive reviews. If you don't use Claude Code, look at Codex SEO, the same author's port for OpenAI's Codex.

AI Capabilities
- 25 parallel sub-skills for technical SEO, E-E-A-T, schema, GEO/AEO
- 18 specialist agents running concurrent audits
- AI search optimization (GEO) aligned with Google's AI Optimization Guide
- Citability scoring for AI-answer engines
- Falsifiable recommendations with dependency tracking
Key Integrations
Pricing
Claude SEO is free to self-host under the MIT licence.
Free, MIT-licensed. Self-hosted inside Claude Code. Optional paid community mirror on Skool.
How to install
- Clone the repo: git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.git
- Run the installer: bash claude-seo/install.sh
- Open Claude Code and type /seo setup once, then /seo doctor to confirm
- Start an audit with /seo audit https://your-site.com
Requirements
Python 3.10+ and Claude Code CLI. macOS, Linux, Windows (PowerShell installer available). Audits run locally; only Google API calls and optional providers leave your machine.
Best for
Developers and SEO practitioners who want audit depth without a SaaS subscription, and teams already living in Claude Code who want SEO checks next to their code workflow.
Not for
Marketers who want a dashboard, rank tracking history, or scheduled reports. Claude SEO produces point-in-time audits in your terminal; there is no UI and no storage beyond what you keep.
Hosted vs. original
SE Ranking sells hosted Claude SEO skills as an add-on to its platform. The original project is free and runs entirely in your terminal; SE Ranking's version trades independence for integration with its existing suite.
Audit scores on our own sites
| Grader | Date | Score | Context |
|---|---|---|---|
| v2.2.4 | 2026-08-23 | 83/100 | First audit, 169 pages |
| v2.2.4 | 2026-08-24 | 92/100 | After fixing round-1 findings |
| v2.2.4 | 2026-08-25 | 96/100 | Zero critical and high findings |
| v2.2.5 | 2026-08-26 | 61/100 | Same site, stricter grader |
| v2.2.5 | 2026-08-27 | 66/100 | First remediation wave |
| v2.2.5 | 2026-08-27 | 72/100 | Remediation waves 2 and 3 |
| v2.2.5 | 2026-08-27 | 74.6/100 | All 115 tool pages differentiated |
Second site check: oresund.live 68 (2026-08-23) → 87 (2026-08-25)
How we read scores: v2.2.4 and v2.2.5 are different graders. The 96 to 61 move in late August was a version change, not a site regression. Within v2.2.5, 61 to 74.6 in one day reflects real fixes to real findings.
Review notes
We ran Claude SEO on our own production sites before writing this. On a 170-page marketing site it surfaced 96 findings in about five minutes; on a smaller transit-info site it flagged 87 findings across technical SEO, schema gaps, and citability issues like missing llms.txt. Both audits cost roughly six dollars of API tokens each.
Findings are graded High/Medium/Low with dependency tracking, which matters when several fixes interact: schema work depends on markup cleanup, citability fixes depend on heading hierarchy. Re-running after fixing confirmed the score moved from 68 to 87 on one site. That verify-the-fix loop is the part most audit tools skip.
The v2.2.5 release (August 2026) is a reliability and Google-currency pass: refreshed guidance through the August spam update, Preferred Sources, Search Console platform properties, and PageSpeed Insights Agentic Browsing, plus safer JSON-LD traversal and bounded Chromium accessibility-tree capture. Test count is up to 439. Nothing changed in the workflow, but the audit rules track Google's current guidance.
Verdict
The most thorough free SEO audit you can run without leaving your terminal. Scores only mean something within one grader version, so pin the version and track deltas, not absolutes. It caught real bugs in our own production deploy pipeline on day one.
Pros and cons
| Pros | Cons |
|---|---|
| ✓ MIT licence with free self-hosting | ✗ Runs inside Claude Code, so a paid Anthropic subscription is part of the real cost |
| ✓ AI capabilities: 25 parallel sub-skills for technical SEO, E-E-A-T, schema, GEO/AEO | ✗ Grader strictness shifts between versions, so scores are not comparable across releases |
| ✓ Established community (16,675 GitHub stars) | ✗ Multi-site config needs manual .env work and API keys for DataForSEO and Firecrawl |
| ✓ Native integrations include Claude Code, Google Search Console, DataForSEO (5 listed) | |
| ✓ MIT licensed with no paid tier, so the whole audit stack is inspectable |
Building your martech shortlist?
The weekly newsletter: one tool teardown, one workflow, no fluff. Free.
Frequently asked questions
What is Claude SEO?
Open-source SEO skill for Claude Code with 25 sub-skills and 18 parallel agents. It ships with 25 parallel sub-skills for technical SEO, E-E-A-T, schema, GEO/AEO, 16,675 GitHub stars. MartechSignal's review covers features, pricing, and how it compares to alternatives.
How much does Claude SEO cost?
Claude SEO is open source - MIT licensed and free to self-host; the public repository carries 16,675 stars; native integrations cover Claude Code, Google Search Console, DataForSEO. You pay in server time and maintenance, not licences.
Is Claude SEO a good Agent Skills tool in 2026?
The most thorough free SEO audit you can run without leaving your terminal. Scores only mean something within one grader version, so pin the version and track deltas, not absolutes. It caught real bugs in our own production deploy pipeline on day one.
Is Claude SEO the same as SEO tools for Claude?
Yes. 'Claude SEO' usually refers to this open-source skill that runs inside Claude Code. MartechSignal's review covers what it audits and how it compares to hosted alternatives.
How does a Claude SEO audit work?
You run /seo audit with a URL. The skill coordinates up to 15 specialist agents that check technical SEO, content quality, schema, performance, and AI-search readiness, then returns a prioritized list of fixes.
Is there a free Claude SEO checker?
Yes, and it is the same project. Claude SEO is free and MIT-licensed; the checker is the /seo audit command inside Claude Code. We ran seven audits on two production sites in one week and scored up to 96/100 on the v2.2.4 grader.
What is the Claude SEO tool?
An open-source SEO analysis toolkit for Claude Code: 21 sub-skills and 16 agents that crawl your site and grade technical SEO, content, schema, and AI-search readiness. On our own sites it surfaced 96 findings in about five minutes.
Can Claude Code do SEO audits?
Yes. With the Claude SEO skill installed, you type /seo audit plus a URL. Claude Code coordinates specialist agents checking crawlability, structured data, content quality, and AI-answer citability, then returns a prioritized fix list.
How much does a Claude SEO audit cost?
The skill itself is free. Your only cost is Claude Code API tokens: our full-site audits on 90-to-170-page sites ran about five minutes and roughly six dollars each, far less than a consultant day rate or a month of SaaS audit tools.
Is Claude SEO better than Screaming Frog?
They overlap on technical checks but differ in output. Screaming Frog crawls fast and cheap for raw data; Claude SEO spends more tokens per run but returns prioritized findings with dependencies, verification checks, and AI-search citability scoring that crawlers don't attempt.
Are Claude SEO scores reliable?
Within one version, yes: our score moved 61 to 66 to 72 to 74.6 as we fixed flagged issues, and every point tracked a real repair. Across versions, no: v2.2.4 scored the same site 96 that v2.2.5 scored 61. Pin the version before comparing runs.
Does Claude SEO work as SEO analysis software?
It runs as analysis software inside your terminal rather than a dashboard. Each audit crawls every URL, grades seven categories, and writes a full report with prioritized fixes. We published three complete reports from real runs on this site's own domain.