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:
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.
1---2name: seo-audit-73description: 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.4license: MIT + Commons Clause5---6# SEO Audit
7
8Production-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.
9
10## Core Capabilities
11
12- **85-point checklist across 8 dimensions** — crawlability, indexation, Core Web Vitals, on-page, content quality, infrastructure, off-page, analytics
13- **Severity-weighted scoring** — Critical/High/Medium/Low multipliers roll up to an A–F health grade
14- **Diagnostic deep dives** — CWV optimization stacks, indexation gap analysis, traffic-drop decision tree, cannibalization & intent matching, E-E-A-T and AI-content detection
15- **Competitive gap analysis** — your site vs. 3 competitors across technical and content dimensions
16- **Prioritized remediation** — P0–P4 priority framework, fix-list template, and migration checklists
17
18## When to Use
19
20Pick the operating mode that matches the situation:
21
22- **Full Site Audit** — comprehensive audit across all 8 dimensions; use for initial assessment or annual reviews.
23- **Focused Audit** — single-dimension deep dive when the problem area is already identified (e.g., failing Core Web Vitals, indexation issues).
24- **Pre-Migration Audit** — for planned URL changes, platform switches, or redesigns; establishes baseline and redirect mapping.
25- **Traffic Drop Diagnosis** — emergency diagnostic when organic traffic drops; follows the traffic-drop decision tree to isolate cause.
26
27## Clarify First
28
29Before auditing, confirm these inputs. If any is unknown or vague, ASK — do not assume:
30
31- [ ] **Audit mode** — full site, single-dimension focused, pre-migration, or traffic-drop diagnosis — sets scope and which of the 8 dimensions to run
32- [ ] **Site URL + available data** — GSC, analytics, and crawl exports on hand — determines what can be verified vs. assumed in the findings
33- [ ] **Primary symptom or goal** — e.g. ranking drop, indexation gap, failing Core Web Vitals — focuses the diagnostic deep-dives and remediation priority
34- [ ] **Competitor set** — the 3 sites to benchmark against — drives the competitive gap analysis
35
36Stop 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.
37
38## Quick Start
39
40```bash
41# Check redirect chains and status codes
42python scripts/redirect_checker.py --url https://example.com/old-page --json
43
44# Analyze XML sitemap for errors
45python scripts/sitemap_analyzer.py --sitemap https://example.com/sitemap.xml
46
47# Score content quality for SEO
48python scripts/content_scorer.py article.md --json
49```
50
51## References
52
53Load the reference that matches the task — keep this file lean and pull detail on demand:
54
55- **[references/audit-checklist.md](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.
56- **[references/diagnostics-and-analysis.md](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.
57- **[references/remediation-and-migration.md](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.
58
59## Scope & Limitations
60
61**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.
62
63**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.
64
65**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.
66
67## Integration Points
68
69- **AI SEO** — run after audit to optimize for AI search citation alongside traditional findings.
70- **Schema Markup** — use when audit reveals missing or broken structured data opportunities.
71- **Site Architecture** — use when audit uncovers structural issues requiring architectural redesign.
72- **Content Humanizer** — use when audit flags AI content detection signals on key pages.
73- **Content Strategy / programmatic-seo** — use when audit reveals content gaps or keyword-gap clusters addressable at scale.