Claude AI

Full SEO Audit Claude Skill

By Jake Labate, SEO Professional Published | Updated Read Time 2 mins

This skill runs a complete technical-SEO audit of a website by orchestrating every individual audit skill — sitemap, robots.txt, redirects, internal and external links, metadata, headings, images, schema markup, canonical tags, Open Graph, mixed content, pagination, soft 404s, content quality, keyword cannibalization, site architecture, Core Web Vitals, and llms.txt — then consolidates the findings into one prioritized report ranked by impact, not by which audit found the issue.

Quick Take

Point the orchestrator at a site root. It runs each per-area skill (or a chosen subset), then merges every finding into a single cross-area report ranked by impact, so you get the whole picture in one place.

What The Skill Checks

  • Crawlability and indexation: sitemap, robots.txt, redirects, canonical tags, pagination, and soft 404s.
  • On-page and content: metadata, headings, images, schema markup, Open Graph, content quality, and keyword cannibalization.
  • Site health and AI readiness: internal and external links, site architecture, mixed content, Core Web Vitals, and llms.txt — all consolidated into one impact-ranked report.

How The Skill Is Packaged

The skill follows the standard Claude Agent Skill structure: a SKILL.md orchestrator with YAML frontmatter and workflow instructions, a references/ folder with a coverage map of every audit it runs and the consolidated report template, and a scripts/ folder with a Python script that merges the individual reports into one prioritized output. Install it with npx claude-seo-skills install full-seo-audit, or copy the skill folder into your Claude skills directory; Claude invokes it automatically when a request matches its description.

Skill Files

Every file in the skill is embedded below directly from the Claude-SEO-Skills repository, so you can review exactly what the skill instructs Claude to do before installing it.

SKILL.md

The orchestrator definition: frontmatter, inputs to collect, and how it runs and sequences the per-area skills.

Coverage Map (references/coverage-map.md)

Maps every SEO area to the individual skill that covers it, so the orchestrator knows what to run and how findings map back.

Consolidated Report Template (references/report-template.md)

The structure of the single, cross-area report, with findings grouped and ranked by impact.

Report Consolidator Script (scripts/consolidate_reports.py)

Merges the output of every individual audit into one prioritized report ranked by impact across areas.