seo-content-audit
정보
이 스킬은 웹사이트 콘텐츠 라이브러리를 감사하여 각 콘텐츠를 '유지/업데이트/통합/리디렉션/삭제' 프레임워크로 체계적으로 평가하고 분류합니다. 콘텐츠 부패 해결, 키워드 캐니벌라이제이션 해소, 페이지 정리, 또는 사이트 전체 트래픽 감소 대응과 같은 SEO 작업에서 실행됩니다. 개발자는 이를 통해 콘텐츠 목록을 작성하고, 성과를 점수화하며, 실행 가능한 콘텐츠 관리 결정을 생성할 수 있습니다.
빠른 설치
Claude Code
추천npx skills add rampstackco/claude-skills -a claude-code/plugin add https://github.com/rampstackco/claude-skillsgit clone https://github.com/rampstackco/claude-skills.git ~/.claude/skills/seo-content-auditClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Content Audit
Inventory existing content, score it, and decide for each piece: keep, update, merge, redirect, or delete. Stack-agnostic. Works on blogs, marketing sites, knowledge bases, and product content.
When to use
- Inheriting a content library you did not create
- Diagnosing site-wide traffic decline
- Resolving cannibalization (two pages competing for the same query)
- Pre-migration cleanup
- Annual or semi-annual content health check
- Pruning before a redesign or replatform
When NOT to use
- Optimizing a single page (use
seo-onpage) - Planning new content (use
seo-keyword) - Comparing your content to competitors (use
seo-competitor) - Site-level technical issues (use
seo-technical)
Required inputs
- The site URL and access to crawl it (or a complete URL list)
- Search console access (or a 12-month export)
- Analytics access (sessions, conversions, engagement)
- A backlink tool (to identify pages with referring domains worth preserving)
The framework: 5 actions
For every content piece, the audit produces one of five decisions.
1. Keep
The page performs well, has clear intent, and needs no changes.
Signals:
- Top 10 ranking for its primary query
- Consistent traffic with no decay
- Healthy engagement (above-site-average time on page or interaction rate)
- Up-to-date information
2. Update
The page has potential but is underperforming due to fixable issues.
Signals:
- Page 2 ranking for high-value queries (rank 11 to 30)
- Traffic decay over the last 6 to 12 months
- Information gone stale
- Title or meta need rewriting for CTR
- Thin content that could expand to match competitor depth
- Missing schema or other technical hygiene
3. Merge
Two or more pages target overlapping queries and should consolidate.
Signals:
- Cannibalization (multiple pages ranking for the same query, none ranking well)
- Significant content overlap between pages
- Combined, they would outperform either alone
- Both have backlinks worth preserving
4. Redirect
The page has no future but has assets (links, equity) worth preserving.
Signals:
- No traffic, no rankings
- Holds backlinks (especially editorial ones)
- A relevant target page exists that would benefit from the equity
- Topic is still relevant but this specific page is not
5. Delete (and let return 404 or 410)
The page has no future and no assets worth preserving.
Signals:
- No traffic, no rankings, no backlinks
- Content is outdated and not worth updating
- Topic is no longer relevant
- Even thin or spam content from a previous era
Note: In most cases, return 410 (gone) for intentionally deleted content. 410 is processed faster than 404 and signals the deletion was deliberate.
Scoring inputs
Pull these for every URL before deciding:
| Metric | Source | Threshold for "low" |
|---|---|---|
| Sessions (last 90 days) | Analytics | <10/month |
| Organic traffic (last 90 days) | Search console or analytics | <5/month |
| Average position for top query | Search console | >30 |
| Impressions (last 90 days) | Search console | <100/month |
| Click-through rate | Search console | <1% (when impressions exist) |
| Referring domains | Backlink tool | 0 |
| Engagement (avg time on page) | Analytics | <30 seconds |
| Last meaningful update | Manual / git | >24 months |
| Word count | Crawler | <300 (for articles) |
| Internal links in | Crawler | 0 |
A page can survive low scores on a few metrics. A page that fails on most is a delete or redirect candidate.
Decision matrix
A simplified decision tree:
Has traffic? ─── Yes ──── Recent decay? ─── Yes ── UPDATE
│ │
│ └── No ─── KEEP
│
└── No ──── Has backlinks? ─── Yes ── Has relevant target? ─── Yes ── REDIRECT
│ │
│ └── No ─── UPDATE (rebuild)
│
└── No ──── Cannibalizing another page? ─── Yes ── MERGE
│
└── No ─── DELETE (410)
For overlapping pages, "merge" usually wins over "delete" because it preserves both link equity and any topical authority.
Workflow
- Inventory. Pull a complete URL list from the crawl, sitemap, and search console (some indexed pages may not be in the sitemap).
- Pull the metrics. Sessions, organic, search console rank/CTR, backlinks, last-modified date, word count.
- Score each URL. Use the framework. Mark a decision: Keep / Update / Merge / Redirect / Delete.
- Identify cannibalization clusters. Group URLs targeting the same query. Decide which becomes the canonical, what to merge, what to redirect.
- Sequence the work. Do redirects and deletes in batches. Plan updates by priority (highest-traffic-recovery potential first).
- Implement. With change tracking. Re-crawl after each batch to confirm no broken redirect chains.
- Measure. Track aggregate organic traffic 30, 60, 90 days post-audit.
Failure patterns
- Deleting pages with backlinks. Always check referring domains before deleting. A redirect preserves equity at near-zero cost.
- Updating pages that should be merged. Two thin pages updated to medium pages still cannibalize. Merge first.
- Merging without preserving the better URL. Pick the merge target by which URL has stronger signals (older URL, more backlinks, better URL slug, currently better ranking), not which one has more content.
- Mass-deleting low-traffic pages. Some have value: fresh pages still ramping, niche pages serving a specific audience, evergreen pages with seasonal traffic. Do not bulk-delete by sessions alone.
- Over-aggressive pruning of "old" content. Date alone is not a delete signal. Topic relevance and intent quality are.
- No post-audit measurement. Without measurement, you cannot tell if the audit worked.
Output format
Default output: a spreadsheet with one row per URL, plus a summary markdown report.
Spreadsheet columns:
- URL
- Page type (article, product, category, etc.)
- Sessions (90d), organic clicks (90d), impressions (90d), avg position
- Referring domains
- Word count
- Last modified
- Decision (keep / update / merge / redirect / delete)
- Merge target / redirect target (if applicable)
- Priority (1-5)
- Notes
Summary report:
- Inventory totals (URLs by decision)
- Cannibalization clusters identified
- Top 20 update priorities
- Redirect map (CSV)
- Delete list
- Implementation roadmap (sequenced by priority)
- Measurement plan
Reference files
references/audit-template.md- Spreadsheet column definitions and report template.references/cannibalization-resolution.md- Detailed methodology for resolving cannibalization clusters.
GitHub 저장소
연관 스킬
seo-onpage
기타이 스킬은 개별 웹 페이지에 대한 포괄적인 온페이지 SEO 감사 및 최적화를 수행합니다. 제목 태그, 메타 설명, 헤더, 콘텐츠, 링크, 이미지, URL, 스키마 마크업 등 여덟 가지 핵심 요소를 분석하고 개선합니다. 검색 성능 향상을 위해 단일 페이지의 감사, 최적화 또는 SEO 친화적인 카피 작성이 필요할 때 사용하세요.
seo-technical
기타이 스킬은 크롤링 가능성, 색인 생성 가능성, 사이트 구조, 페이지 경험, 구조화된 데이터를 종합적으로 분석하는 기술적 SEO 감사를 수행합니다. 사이트맵, Core Web Vitals, 리디렉션과 같은 특정 용어에 반응하며, 트래픽 감소나 색인 생성 문제와 같은 이슈가 있을 때도 활성화됩니다. 사이트 전반의 다양한 검색 성능 관련 문제를 진단하고 해결하는 데 활용하세요.
seo-keyword
기타이 스킬은 포괄적인 SEO 키워드 연구를 수행하여 검색 의도를 분석하고, 콘텐츠 기획을 위해 키워드를 주제별 그룹으로 클러스터링합니다. 난이도와 검색량 같은 지표를 바탕으로 순위 향상 기회를 파악하고 키워드 우선순위를 정하는 데 도움을 줍니다. 개발자는 이를 활용해 신규 또는 기존 사이트의 콘텐츠 전략을 수립하고, 주제를 매핑하며, 콘텐츠 공백을 채울 수 있습니다.
seo-competitor
기타이 스킬은 사용자의 사이트와 지정된 경쟁사를 SERP 중복도, 콘텐츠 깊이, 백링크 프로필, 기술적 요소를 종합적으로 비교하여 경쟁사 SEO 분석을 수행합니다. 콘텐츠 격차 찾기, 백링크 기회 식별, 순위 차이 이해와 같은 작업에 트리거됩니다. 개발자는 이를 통해 사이트의 벤치마크를 측정하고 실행 가능한 인사이트를 발견하여 경쟁사를 앞서나가도록 활용해야 합니다.
