Claude seo
Skill georgekhananaev/claude-skills-vault/.claude/skills/claude-seo
A curated collection of high impact skills for Claude Code designed to supercharge the senior full stack workflow. This vault automates the repetitive parts of development like architectural reviews, TDD cycles, and PR management so you can stay in flow. It is a force multiplier for shipping clean, production ready code at scale. πβ‘οΈ
npx -y skills add georgekhananaev/claude-skills-vault --skill claude-seoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
SEO toolkit with 24 specialist sub-skills (upstream v2.0) β full site audits, technical SEO, content optimization & briefs, schema markup, sitemaps, image SEO, hreflang, local/maps SEO, backlinks, topic clustering, SERP experience (SXO), drift monitoring, Google APIs (GSC/PageSpeed/CrUX), e-commerce, programmatic SEO, and GEO for AI Overviews/ChatGPT/Perplexity. Use when auditing websites, optimizing pages or content, tracking SEO regressions, or planning SEO strategy.
SKILL.md
3.5 KB, as published. Nobody here has run it
Claude SEO
Comprehensive SEO toolkit (upstream v2.0.0) with parallel sub-agent delegation for full-site audits. Sub-skills live in skills/<name>/SKILL.md; shared Python helpers in scripts/ (referenced by sub-skills as the plugin-root scripts dir β resolve them relative to THIS skill's root).
Sub-Skills
Core analysis
| Skill | Description |
|---|---|
| seo-audit | Full website SEO audit β crawls site, delegates to specialists in parallel |
| seo-page | Deep single-page analysis β titles, metas, headings, structured data |
| seo-technical | Crawlability, indexing, site speed, Core Web Vitals (incl. INP) |
| seo-content | Content optimization β keyword use, readability, E-E-A-T, internal links |
| seo-content-brief | Competitive content briefs w/ per-section word counts & competitor scoring |
| seo-schema | Schema.org markup generation & validation |
| seo-sitemap | XML sitemap generation & validation |
| seo-images | Image SEO β alt text, compression, lazy loading, WebP |
| seo-hreflang | International SEO β hreflang for multi-language sites |
| seo-competitor-pages | Competitor page analysis & gap identification |
| seo-programmatic | Programmatic SEO β template pages at scale |
| seo-plan | SEO strategy planning w/ business-type templates |
New in v2.0
| Skill | Description |
|---|---|
| seo-geo | GEO β visibility in AI Overviews, ChatGPT, Perplexity |
| seo-local | Local SEO β Google Business Profile, NAP, citations, reviews, local schema |
| seo-maps | Maps intelligence β geo-grid rank tracking, GBP API audit, review mining |
| seo-backlinks | Backlink profile β referring domains, anchors, toxic links, gaps (free APIs: Moz, CommonCrawl) |
| seo-cluster | SERP-overlap topic clustering for content architecture |
| seo-sxo | Search Experience Optimization β SERP-derived intent & page-type match |
| seo-drift | "Git for SEO" β baseline, diff & track SEO-critical element regressions |
| seo-google | Google APIs β Search Console, PageSpeed Insights v5, CrUX history, Indexing |
| seo-ecommerce | Shopping visibility, product schema, marketplace & pricing intel |
| seo-flow | FLOW framework β evidence-led Find β Leverage β Optimize β Win loop |
| seo-dataforseo | Live SERP/keyword/competitor data via DataForSEO MCP (needs account) |
| seo-image-gen | AI-generated SEO assets (OG images, heroes) β needs Gemini API key |
Usage
- Full audit β
seo-auditorchestrates the others; single page βseo-page. - Read the sub-skill's SKILL.md before use; each documents its scripts & inputs.
- API-key-dependent sub-skills (
seo-dataforseo,seo-google,seo-maps,seo-image-gen, parts ofseo-backlinks): check key availability first and fall back to the no-API path the sub-skill documents. - Upstream ships 18 plugin sub-agents; outside the plugin, run their roles as generic parallel subagents per
seo-audit's delegation table.