Add this skill
npx mdskills install AgriciDaniel/seo-auditComprehensive framework for diagnosing SEO issues with evidence-based scoring and clear prioritization

Comprehensive SEO analysis skill for Claude Code. Covers technical SEO, on-page analysis, content quality (E-E-A-T), schema markup, image optimization, sitemap architecture, AI search optimization (GEO), and strategic planning.
curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-seo/main/install.sh | bash
git clone https://github.com/AgriciDaniel/claude-seo.git
cd claude-seo
./install.sh
irm https://raw.githubusercontent.com/AgriciDaniel/claude-seo/main/install.ps1 | iex
# Start Claude Code
claude
# Run a full site audit
/seo audit https://example.com
# Analyze a single page
/seo page https://example.com/about
# Check schema markup
/seo schema https://example.com
# Generate a sitemap
/seo sitemap generate
# Optimize for AI search
/seo geo https://example.com
Watch the full demo on YouTube
/seo audit — full site audit with parallel subagents:
| Command | Description |
|---|---|
/seo audit | Full website audit with parallel subagent delegation |
/seo page | Deep single-page analysis |
/seo sitemap | Analyze existing XML sitemap |
/seo sitemap generate | Generate new sitemap with industry templates |
/seo schema | Detect, validate, and generate Schema.org markup |
/seo images | Image optimization analysis |
/seo technical | Technical SEO audit (8 categories) |
/seo content | E-E-A-T and content quality analysis |
/seo geo | AI Overviews / Generative Engine Optimization |
/seo plan | Strategic SEO planning (saas, local, ecommerce, publisher, agency) |
/seo programmatic | Programmatic SEO analysis and planning |
/seo competitor-pages | Competitor comparison page generation |
/seo hreflang | Hreflang/i18n SEO audit and generation |
/seo programmatic [url|plan]Programmatic SEO Analysis & Planning
Build SEO pages at scale from data sources with quality safeguards.
Capabilities:
/seo competitor-pages [url|generate]Competitor Comparison Page Generator
Create high-converting "X vs Y" and "alternatives to X" pages.
Capabilities:
/seo hreflang [url]Hreflang / i18n SEO Audit & Generation
Validate and generate hreflang tags for multi-language sites.
Capabilities:
Updated to September 2025 Quality Rater Guidelines:
New for 2026 - optimize for:
~/.claude/skills/seo/ # Main skill
~/.claude/skills/seo-*/ # Sub-skills (12 total)
~/.claude/agents/seo-*.md # Subagents (6 total)
Additional schema types for video content, live streaming, and key moments:
See schema/templates.json for ready-to-use JSON-LD snippets.
/seo programmatic)/seo competitor-pages)/seo hreflang)curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-seo/main/uninstall.sh | bash
Integrates with MCP servers for live SEO data — including official servers from Ahrefs (@ahrefs/mcp) and Semrush, plus community servers for Google Search Console, PageSpeed Insights, and DataForSEO. See MCP Integration Guide for setup.
MIT License - see LICENSE for details.
Contributions welcome! Please read the guidelines in docs/ before submitting PRs.
Built for Claude Code by @AgriciDaniel
Install via CLI
npx mdskills install AgriciDaniel/seo-auditSEO Audit is a free, open-source AI agent skill. >
Install SEO Audit with a single command:
npx mdskills install AgriciDaniel/seo-auditThis downloads the skill files into your project and your AI agent picks them up automatically.
SEO Audit works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code, Chatgpt. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.