EveryDev.ai
Subscribe
Home
Tools

3,713+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Claude SEO
    Claude SEO icon

    Claude SEO

    SEO Tools
    Featured

    A free, open-source SEO toolkit for Claude Code with 25 sub-skills, 18 specialist agents, and 32 commands covering technical SEO, content quality, schema, local SEO, and AI search optimization.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and MIT-licensed. All 25 sub-skills, 18 agents, and 32 commands included. No paid tier exists for Claude SEO itself.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    SEO ToolsAI Coding AssistantsCommand Line Assistants

    Alternatives

    GrowthBarOriginality.aillm-citeops
    Developer
    Agrici DanielMoldovaEst. 2024

    Listed Aug 2026

    About Claude SEO

    Claude SEO is a free, open-source SEO analysis plugin for Claude Code, built and maintained by Agrici Daniel. It runs 25 sub-skills and 18 specialist agents in parallel, covering technical SEO, E-E-A-T content quality, Schema.org markup, Generative Engine Optimization (GEO), local SEO, e-commerce, and international SEO. The project is MIT-licensed and available on GitHub, where it has accumulated over 15,000 stars since launching in February 2026.

    What It Is

    Claude SEO is a terminal-native SEO toolkit that plugs into Claude Code as a skill plugin. Rather than a browser-based dashboard, it operates entirely from the command line, coordinating up to 15 specialist agents simultaneously to produce a prioritized action plan with a 0–100 heuristic health score. Every recommendation carries a first-principle observation, dependency relationships, an explicit "how would we know this failed?" check, and a leading indicator — a design the project calls falsifiable auditing. The plugin works without any third-party API keys by default; audits contact only the target URLs you point them at.

    What It Covers

    Claude SEO ships 32 user-invocable /seo commands organized across the orchestrator, 24 sub-skills, and 8 optional MCP extensions:

    • Full site audit (/seo audit): up to 15 parallel specialist agents, weighted health score across content quality (23%), technical SEO (22%), on-page SEO (20%), schema (10%), performance (10%), AI readiness (10%), and images (5%)
    • Technical SEO (/seo technical): crawlability, indexability, security, URL structure, mobile, Core Web Vitals (LCP, INP, CLS), structured data, JS rendering, IndexNow
    • E-E-A-T content (/seo content): aligned with the September 2025 Quality Rater Guidelines, thin content detection, filler and AI-pattern detection
    • Schema markup (/seo schema): detects, validates, and generates JSON-LD for active Schema.org types; tracks deprecated types including HowTo (removed Sept 2023) and FAQPage rich results (retired May 2026)
    • GEO / AI search (/seo geo): passage citability scoring, question-based heading hierarchy, entity presence, AI crawler access, llms.txt evidence-based posture
    • Local SEO (/seo local): Google Business Profile signals, NAP consistency, review intelligence, map pack factors, multi-location support
    • Additional skills: backlinks (Common Crawl, Moz, Bing), hreflang/i18n, programmatic SEO, competitor comparison pages, semantic clustering, SEO drift monitoring with SQLite baselines, search experience optimization (SXO), e-commerce SEO, and Google API integration (GSC, PageSpeed Insights, CrUX, GA4, Indexing API)

    Optional extensions add live SERP and keyword data via DataForSEO, full-site JS-rendered crawling via Firecrawl, AI image generation via Banana/Gemini, and integrations with Ahrefs, SE Ranking, Profound, and Bing Webmaster Tools.

    Architecture and Setup

    The plugin follows a 3-layer architecture (directive, orchestration, execution). Skills and agents are auto-discovered from skills/seo-*/ and agents/seo-*.md. The orchestrator handles industry auto-detection across five business types — SaaS, local service, e-commerce, publisher, and agency — and tailors recommendations accordingly.

    Installation takes one command on macOS, Linux, or Windows:

    git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.git && bash claude-seo/install.sh
    

    A plugin marketplace path is also available for Claude Code 1.0.33+. Requirements are Python 3.10+, Git, and the Claude Code CLI. Playwright Chromium is optional but needed for SPA rendering (Next.js, React, Vue, Nuxt, Astro).

    Update: v2.2.5 — Reliability and Google Currency

    The latest release is v2.2.5, published August 25, 2026. The v2 line represents the largest release in the project's history, shipping across six build phases:

    • Phase A: Headless rendering via Playwright Chromium for SPA-aware audits
    • Phase B: QRG-aligned content quality gates, filler detector, expired-domain heritage check
    • Phase C: LCP subpart decomposition via CrUX, Speculation Rules and bfcache detection, IndexNow submitter
    • Phase D: Four new schema generators, e-commerce schema validator, dual validator (Rich Results Test + Schema Markup Validator)
    • Phase E: Five new MCP extensions (Ahrefs, SE Ranking, Profound, Bing Webmaster, Unlighthouse), parasite-SEO risk scanner
    • Phase F: GBP deprecation linter, DMA consent-mode-v2 diagnostic, machine-translation QA flag

    Since v2.0.0, point releases have addressed security hardening (SSRF and credential-injection fixes in v2.2.0), Lighthouse 13.4.0 alignment and full command audit (v2.2.1), GBP Q&A corrections (v2.2.2), and managed cross-platform runtime with GSC pagination fixes (v2.2.4). Test coverage grew from 39 tests in v1.9.9 to 410 passing tests across the v2 line. The GitHub repository reports 15,389 stars and 2,268 forks as of late August 2026.

    Community and Ecosystem

    Claude SEO is part of a family of Claude Code skills built by Agrici Daniel, including Claude Blog (content writing optimized by SEO findings), Claude Banana (AI image generation), and Codex SEO (a Codex-first port). Community contributors from the AI Marketing Hub Pro challenge shipped four skills in v1.9.0: semantic clustering (seo-cluster), SXO (seo-sxo), SEO drift monitoring (seo-drift), and e-commerce SEO (seo-ecommerce). A free community hub and a Pro community on Skool provide early access to the private mirror with upcoming features.

    Claude SEO - 1

    Community Discussions

    Be the first to start a conversation about Claude SEO

    Share your experience with Claude SEO, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and MIT-licensed. All 25 sub-skills, 18 agents, and 32 commands included. No paid tier exists for Claude SEO itself.

    • 25 sub-skills and 18 parallel specialist agents
    • 32 /seo commands
    • Full site audit with 0-100 health score
    • Technical SEO, E-E-A-T, schema, GEO, local SEO, backlinks
    • Google API integration (bring your own credentials)

    Capabilities

    Key Features

    • 25 sub-skills and 18 parallel specialist agents
    • Full site audit with 0-100 heuristic health score
    • Technical SEO across 9 categories including Core Web Vitals (LCP, INP, CLS)
    • E-E-A-T content quality assessment per September 2025 QRG
    • Schema.org detection, validation, and JSON-LD generation
    • Generative Engine Optimization (GEO) for AI Overviews, ChatGPT, Perplexity
    • Local SEO with Google Business Profile, NAP consistency, and review intelligence
    • Free backlink analysis via Common Crawl, Moz, and Bing Webmaster APIs
    • Hreflang and international SEO audit
    • Programmatic SEO analysis and planning
    • Semantic topic clustering via SERP overlap
    • SEO drift monitoring with SQLite baselines
    • Search Experience Optimization (SXO)
    • E-commerce SEO with product schema and Google Shopping intelligence
    • Google API integration (GSC, PageSpeed Insights, CrUX, GA4, Indexing API)
    • Optional MCP extensions: DataForSEO, Firecrawl, Ahrefs, SE Ranking, Profound, Bing Webmaster, Unlighthouse
    • SPA-aware headless rendering via Playwright Chromium
    • PDF and Markdown audit reports
    • Industry auto-detection for SaaS, local, e-commerce, publisher, and agency sites
    • Falsifiable recommendations with explicit failure-mode checks
    • 32 user-invocable /seo commands
    • MIT licensed, fully open source, no telemetry

    Integrations

    Claude Code
    Ahrefs MCP
    Semrush MCP
    DataForSEO
    Firecrawl
    Google Search Console
    Google PageSpeed Insights
    Google CrUX
    Google Analytics 4
    Google Indexing API
    Google Keyword Planner
    SE Ranking
    Profound
    Bing Webmaster Tools
    IndexNow
    Unlighthouse
    Playwright Chromium
    WeasyPrint
    Common Crawl
    Moz API
    API Available
    View Docs

    Demo Video

    Claude SEO Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate Claude SEO and help others make informed decisions.

    Developer

    Agrici Daniel

    Agrici Daniel builds open-source AI automation tools and workflows for digital marketing professionals. As an AI Workflow Architect and Marketing Automation Expert, he specializes in intelligent systems that transform SEO and paid advertising workflows using Claude, n8n, OpenAI, and Gemini. He founded the AI Marketing Hub community (2,800+ members) and co-founded Rankenstein, an AI-powered SEO content platform. His open-source Claude Code skill ecosystem has accumulated 9,500+ GitHub stars across 35 MIT-licensed repositories.

    Founded 2024
    Moldova
    1 employees

    Used by

    AI Marketing Hub free community (4,500+…
    AI Marketing Hub Pro community (220+…
    100+ agencies for which Rankenstein's…
    Read more about Agrici Daniel
    WebsiteGitHub
    3 tools in directory

    Similar Tools

    GrowthBar icon

    GrowthBar

    AI-powered SEO writing tool that helps bloggers and content teams research, write, and optimize long-form blog content 10x faster.

    Originality.ai icon

    Originality.ai

    AI content detector, plagiarism checker, fact checker, and readability analyzer for writers, publishers, and educators.

    llm-citeops icon

    llm-citeops

    A CLI tool that audits web content for AEO and GEO readiness, scoring pages on answer engine optimization and generative engine optimization using deterministic heuristics.

    Browse all tools

    Related Topics

    SEO Tools

    AI-powered platforms that optimize website content, structure, and visibility across search engines with intelligent keyword research, semantic analysis, and ranking factors optimization.

    66 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    792 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    229 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions