How to run your first full SEO audit and prioritize fixes
何時使用: New project, new site, or pre-launch checklist.
前置條件
- Skill installed — git clone https://github.com/seo-skills/seo-audit-skill ~/.claude/skills/seo-audit-skill
- Node 18+ — nvm install 18
步驟
-
Run full auditRun seo-audit-skill on https://example.com — all 108 rules, output markdown.✓ 已複製→ Report with per-rule pass/fail and a category summary
-
Prioritize by impactGroup the failures into 'ship this week' (high impact, low effort) vs 'backlog'. Explain the cutoff.✓ 已複製→ Ranked fix list with rationale
-
Generate fix PRsFor the top 5 'ship this week' items, draft the code changes in a PR-ready diff.✓ 已複製→ Diffs for meta tags, headers, and structured data
結果: A sprint-sized SEO fix list with drafted diffs.
注意事項
- Lighthouse scores vary run-to-run — Run 3 times, take median; skill supports --runs=3
- Rules flag false positives on JS-heavy SPAs — Use --render=js to enable JS rendering; costs more time