mcpbeat Sign in

SEO Audit Skill for Claude

> Technical SEO auditing covering crawlability, indexation, Core Web Vitals, on-page optimization, and competitive gaps, with an 85-point checklist and remediation plans. Use when auditing technical SEO or diagnosing indexation issues.

16k tokens
context cost
the whole folder, loaded on every use
7
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
447
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/borghei/Claude-Skills --skill seo-audit

What comes with it

59 763 bytes besides the instruction
references/audit-checklist.md
references/diagnostics-and-analysis.md
references/remediation-and-migration.md
scripts/content_scorer.py
scripts/redirect_checker.py
scripts/sitemap_analyzer.py

The instruction itself

8 sections, as written by the author

SEO Audit

Production-grade SEO audit framework with an 85-point checklist across 8 dimensions, severity-weighted scoring, automated diagnostic workflows, and prioritized remediation plans. Covers technical SEO, on-page optimization, content quality, competitive positioning, and migration readiness.

Core Capabilities

  • 85-point checklist across 8 dimensions — crawlability, indexation, Core Web Vitals, on-page, content quality, infrastructure, off-page, analytics
  • Severity-weighted scoring — Critical/High/Medium/Low multipliers roll up to an A–F health grade
  • Diagnostic deep dives — CWV optimization stacks, indexation gap analysis, traffic-drop decision tree, cannibalization & intent matching, E-E-A-T and AI-content detection
  • Competitive gap analysis — your site vs. 3 competitors across technical and content dimensions
  • Prioritized remediation — P0–P4 priority framework, fix-list template, and migration checklists

When to Use

Pick the operating mode that matches the situation:

  • Full Site Audit — comprehensive audit across all 8 dimensions; use for initial assessment or annual reviews.
  • Focused Audit — single-dimension deep dive when the problem area is already identified (e.g., failing Core Web Vitals, indexation issues).
  • Pre-Migration Audit — for planned URL changes, platform switches, or redesigns; establishes baseline and redirect mapping.
  • Traffic Drop Diagnosis — emergency diagnostic when organic traffic drops; follows the traffic-drop decision tree to isolate cause.

Clarify First

Before auditing, confirm these inputs. If any is unknown or vague, ASK — do not assume:

  • [ ] Audit mode — full site, single-dimension focused, pre-migration, or traffic-drop diagnosis — sets scope and which of the 8 dimensions to run
  • [ ] Site URL + available data — GSC, analytics, and crawl exports on hand — determines what can be verified vs. assumed in the findings
  • [ ] Primary symptom or goal — e.g. ranking drop, indexation gap, failing Core Web Vitals — focuses the diagnostic deep-dives and remediation priority
  • [ ] Competitor set — the 3 sites to benchmark against — drives the competitive gap analysis

Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.

Quick Start

# Check redirect chains and status codes
python scripts/redirect_checker.py --url https://example.com/old-page --json

# Analyze XML sitemap for errors
python scripts/sitemap_analyzer.py --sitemap https://example.com/sitemap.xml

# Score content quality for SEO
python scripts/content_scorer.py article.md --json

References

Load the reference that matches the task — keep this file lean and pull detail on demand:

  • references/audit-checklist.md — initial scoping questions, the full 85-point checklist across all 8 dimensions, and the severity-weighted scoring formula. Read when starting an audit or scoring results.
  • references/diagnostics-and-analysis.md — Core Web Vitals optimization stacks, indexation gap analysis, traffic-drop decision tree, cannibalization/intent scoring, AI-content & E-E-A-T detection, competitive gap framework. Read when diagnosing a specific problem area.
  • references/remediation-and-migration.md — migration checklist (pre/during/post), P0–P4 remediation framework and plan template, output artifacts, troubleshooting table, and success criteria. Read when turning findings into an action plan.

Scope & Limitations

In scope: technical SEO across all 8 audit dimensions, severity-weighted scoring with prioritized remediation, traffic-drop diagnosis, competitive gap analysis, pre/post-migration checklists, AI content quality detection.

Out of scope: content creation or rewriting (use Content Creator), structured data implementation (use Schema Markup), site architecture redesign (use Site Architecture), link building execution, paid search audits, server/CDN provisioning.

Known limitations: field CWV data requires sufficient traffic for CrUX; off-page signals need third-party tools (Ahrefs, SEMrush); AI Overview impact on CTR varies by query type; Google's algorithm changes 500–600 times/year, so findings are point-in-time.

Integration Points

  • AI SEO — run after audit to optimize for AI search citation alongside traditional findings.
  • Schema Markup — use when audit reveals missing or broken structured data opportunities.
  • Site Architecture — use when audit uncovers structural issues requiring architectural redesign.
  • Content Humanizer — use when audit flags AI content detection signals on key pages.
  • Content Strategy / programmatic-seo — use when audit reveals content gaps or keyword-gap clusters addressable at scale.

Other skills for the same job

different authors, same section of the catalogue
Internal Comms
by anthropics
vendor ×13

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

6k tokens
Competitive Ads Extractor
by frostant
×10

Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.

2k tokens
Lead Research Assistant
by frostant
×8

Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.

2k tokens
Developer Growth Analysis
by frostant
×6

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

4k tokens
App Store Optimization
by alirezarezvani
×3

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

55k tokens scripts
Deeptools
by christophacham
×3

NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.

21k tokens scripts
Pymatgen
by christophacham
×3

Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.

26k tokens scripts
Enhance Prompt
by google-labs-code
vendor ×2

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

3k tokens

How to use it

Copy the folder

Take borghei/seo-audit from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.