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