‹ 首页

30x-seo-content-decay

@norahe0304-art · 收录于 1 周前

Detect content decay - old content losing rankings/traffic that needs refresh. Identifies pages published >6 months ago with declining performance. Outputs refresh priority list with specific update recommendations.

适合你,如果管理着大量博客内容,需要定期刷新以维持搜索排名。

/ 下载安装
30x-seo-content-decay.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add norahe0304-art/30x-seo/30x-seo-content-decay
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- norahe0304-art/30x-seo/30x-seo-content-decay
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify norahe0304-art/30x-seo/30x-seo-content-decay
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
41GitHub stars
~855上下文体积 · 单文件
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · bb60a06

Content Decay Detection

Find declining old content that needs refresh
What is Content Decay

Content "rots" over time:

  • Information becomes outdated (2023 data is stale in 2026)
  • Competitors publish better content
  • Search intent changes
  • Google algorithm updates

Result: Rankings drop → Traffic drops → Revenue drops


Detection Criteria

| Metric | Threshold | Description | |--------|-----------|-------------| | Publication Date | >6 months | New content doesn't count as decay | | Traffic Change | Down >20% | Compared to 3 months ago | | Ranking Change | Down >5 positions | Primary keyword | | CTR Change | Down >15% | Title may need updating |

Trigger Refresh: Meeting any 2 criteria = needs refresh


Workflow
Method A: With GSC Data
User provides GSC export (CSV)
↓
Analyze each URL:
- Impression trends
- Click trends
- Average position trends
- CTR trends
↓
Identify decaying content
↓
Output refresh priority list
Method B: Without GSC Data
User provides URL list
↓
Check each page:
- Publication date / Last updated date
- Content timeliness signals (years, "latest", etc.)
- Competitor SERP analysis (your content vs Top 10)
↓
Identify potentially decaying content
↓
Output recommendation list

Output Format
# Content Decay Report

## High Priority Refresh (High Traffic Impact)

| Page | Published | Traffic Change | Rank Change | Issue | Recommendation |
|------|-----------|----------------|-------------|-------|----------------|
| /blog/best-crm-2024 | 2024-03 | -45% | -8 positions | Year outdated | Update to 2026 version |
| /guide/remote-work | 2023-11 | -30% | -5 positions | Tool recommendations outdated | Update tool list |

## Medium Priority Refresh

| Page | Published | Issue | Recommendation |
|------|-----------|-------|----------------|
| ... | ... | ... | ... |

## Refresh Recommendations

### /blog/best-crm-2024

**Problem Diagnosis**:
- Title contains "2024", outdated
- Pricing info may be inaccurate
- Missing 2025-2026 new features

**Refresh Checklist**:
- [ ] Update title to "Best CRM 2026"
- [ ] Verify all prices
- [ ] Add new tools (X, Y, Z)
- [ ] Update screenshots
- [ ] Check all external links are valid
- [ ] Update dateModified in Schema

**Estimated Impact**: Recover ~40% traffic

Refresh Strategies
Light Refresh (Quick Update)

When: Minor information outdated

  • Update years
  • Update prices/data
  • Fix dead links
  • Update dateModified
Medium Refresh (Content Update)

When: Content partially outdated

  • Rewrite outdated sections
  • Add new information
  • Update images/screenshots
  • Add new H2 sections
Heavy Refresh (Content Rewrite)

When: Content significantly outdated or intent changed

  • Re-analyze SERP intent
  • Rewrite most content
  • May need new content-brief
  • Keep URL (preserve 301 historical equity)

Usage
# With GSC data
/seo content-decay --gsc [csv-file]

# Without GSC, provide URL list
/seo content-decay --urls [url-list]

# Analyze entire site (crawl sitemap)
/seo content-decay https://example.com

Related Skills

| Upstream | This Skill | Downstream | |----------|------------|------------| | GSC data | 30x-seo-content-decay | 30x-seo-content-brief | | sitemap | ↓ Identify decay | 30x-seo-content-writer | | | | (refresh content) |


Best Practices
  1. Regular checks: Run decay detection quarterly
  2. Prioritize high-value pages: Refresh high traffic/conversion pages first
  3. Keep URLs: Refresh rather than recreate, preserve historical equity
  4. Update dateModified: Tell Google content has been updated
  5. Internal link check: Check if internal links need updating after refresh

[PROTOCOL]: Update this header on changes, then check CLAUDE.md

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。