/ Directorio / Playground / claude-seo
● Comunidad AgriciDaniel ⚡ Instantáneo

claude-seo

por AgriciDaniel · AgriciDaniel/claude-seo

Turns Claude Code into a full SEO agency — 19 sub-skills, 12 subagents, /seo commands for audits, schema, GEO, local, and Google API integration.

A comprehensive SEO skill ecosystem. Install it and Claude gains /seo commands that orchestrate parallel subagents to audit websites, generate Schema.org markup, optimize for Google AI Overviews, analyze local SEO, and integrate Search Console / PageSpeed / GA4 data. Designed for agencies and solo operators who want enterprise-grade SEO output.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

claude-seo-skill.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ],
      "_inferred": true
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ],
      "_inferred": true
    }
  }
}

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ],
      "_inferred": true
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-seo-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-seo-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/AgriciDaniel/claude-seo",
          "~/.claude/skills/claude-seo"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add claude-seo-skill -- git clone https://github.com/AgriciDaniel/claude-seo ~/.claude/skills/claude-seo

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: claude-seo

Run a full technical SEO audit and deliver a client-ready report

👤 SEO consultants and agencies ⏱ ~45 min intermediate

Cuándo usarlo: Onboarding a new client; need a baseline audit in hours, not days.

Requisitos previos
  • Target site URL — The client's canonical domain
  • Optional: Search Console + PageSpeed API keys — For the /seo google commands — free Google Cloud APIs
Flujo
  1. Run the audit
    /seo audit https://client.example.com — full technical + E-E-A-T, output PDF.✓ Copiado
    → Subagents kick off in parallel; progress logged per category
  2. Review findings
    Summarize the top 10 highest-impact issues by priority and effort.✓ Copiado
    → Prioritized list with concrete fixes
  3. Generate remediation plan
    Draft a 90-day remediation roadmap with weekly milestones.✓ Copiado
    → Dated plan the client can sign off on

Resultado: A deliverable-quality audit report plus an actionable roadmap.

Errores comunes
  • Audit runs on a staging site blocked by robots.txt — Confirm crawlability up-front; the skill respects robots.txt by default
Combinar con: firecrawl

Optimize a page for Google AI Overviews and ChatGPT citations

👤 Content marketers chasing AI citations ⏱ ~30 min intermediate

Cuándo usarlo: A key page is losing organic clicks to AI summaries and you want to be the cited source.

Flujo
  1. Run the GEO sub-skill on the page
    /seo geo https://example.com/post — what needs to change for AI Overview citation?✓ Copiado
    → Concrete recommendations on entity clarity, snippet-friendly structure, schema
  2. Apply and re-test
    Apply the changes, then re-score using the same sub-skill.✓ Copiado
    → Score improves; specific deltas called out

Resultado: A page rewritten to maximize AI-answer citation probability.

Errores comunes
  • Over-optimizing for AI hurts human readability — Balance — the skill has an E-E-A-T check that catches robotic-sounding edits
Combinar con: firecrawl

Generate and validate Schema.org markup for 50 product pages

👤 E-commerce SEO managers ⏱ ~40 min intermediate

Cuándo usarlo: Launching a new category and need Product + Offer + AggregateRating markup everywhere.

Flujo
  1. Point the schema sub-skill at the category
    /seo schema https://shop.example.com/cat/widgets — generate Product schema for all 50 items.✓ Copiado
    → JSON-LD blobs per URL, validated against Schema.org
  2. Verify with Google's Rich Results Test
    For each URL, run the Rich Results Test and flag any warnings.✓ Copiado
    → Per-URL pass/fail with actionable warnings

Resultado: Valid schema ready to deploy, pre-tested.

Errores comunes
  • Schema out of sync with visible content (spam signal) — The skill cross-checks markup values against scraped page content
Combinar con: firecrawl

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

claude-seo-skill + firecrawl

Competitor content analysis — scrape their top-ranking pages and reverse-engineer the pattern

Scrape the top 5 ranking pages for 'best widgets' with firecrawl, then use /seo audit to compare them structurally to our page.✓ Copiado
claude-seo-skill + brave-search

Use Brave Search to find competitors, then audit their pages

Brave-search the top 10 results for my target keyword, then run /seo audit on each.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
SEO audit (/seo audit) URL Baseline or quarterly review Tokens only
Schema generation (/seo schema) URL Adding or fixing structured data Tokens only
GEO optimization (/seo geo) URL Targeting AI Overviews / ChatGPT citations Tokens only
Local SEO (/seo local) URL or GMB name Brick-and-mortar or multi-location Tokens only
Google APIs (/seo google) property + date range Any data-backed analysis Free API calls

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
None for the skill; Google APIs have generous free tiers
Tokens por llamada
Full audit: 10-30k tokens. Single sub-skill: 2-5k.
Monetario
Free — skill is local. DataForSEO/Firecrawl pairings cost their own credits.
Consejo
Run one sub-skill at a time for small jobs; save the full /seo audit for client deliverables.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Google API keys in env vars if using /seo google; no credentials in the skill itself
Salida de datos: Only to sites you audit and the Google APIs you authenticate with

Resolución de problemas

Errores comunes y soluciones

Slash command /seo not recognized

Make sure the skill's commands/ folder is in place after clone; restart Claude Code.

Verificar: ls ~/.claude/skills/claude-seo/commands/
Subagents fail or time out

Reduce parallelism; run sub-skills sequentially for large sites.

Google APIs return 403

Enable the specific API (Search Console, PageSpeed, etc.) in your GCP project and re-auth.

Alternativas

claude-seo vs otros

AlternativaCuándo usarlaContrapartida
seo-geo-claude-skillYou want a lighter 20-skill bundle without subagent orchestrationSimpler but fewer enterprise reporting features
agentic-seo-skillYou're on Antigravity/Codex, not just Claude CodeBroader agent support; similar feature set
claude-blog-skillYou only need content SEO, not full technical auditsNarrower scope, faster to learn

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills