Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

30x-seo-cannibalization30X SEO cannibalization 搜索

Agent Skill

30x-seo-cannibalization 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

722

周安装

31

GitHub Stars

24

下载量

253
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:30x-seo-cannibalization(30X SEO cannibalization 搜索)
来源仓库:https://github.com/norahe0304-art/30x-seo
仓库路径:skills/30x-seo-cannibalization
安装命令:
npx skills add https://github.com/norahe0304-art/30x-seo --skill 30x-seo-cannibalization
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/norahe0304-art/30x-seo --skill 30x-seo-cannibalization

简介

适用于需要分析网站内容重叠问题的 SEO 研究人员和开发者, 尤其适合在 Codex、Claude、Cursor 等宿主环境中进行内容优化分析。

  • 核心能力包括通过 Google Search Console 数据识别关键词竞争页面,并评估其排名表现差异。
  • 使用方式通常涉及导入搜索查询报告并按关键词分组分析,结合安装命令从指定 GitHub 仓库获取技能。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网或文件读写操作。

SKILL.md

Keyword Cannibalization Detection

Find pages competing for the same keyword

What is Keyword Cannibalization

Problem: Multiple pages on your site targeting the same keyword.

/blog/best-crm-software     → Target: "best crm"
/guide/crm-comparison       → Target: "best crm"
/products/crm               → Target: "best crm"

Consequences:

  • Google doesn't know which to rank → none rank well
  • Internal link equity is diluted
  • Confusing user experience
  • Wasted crawl budget

Detection Methods

Method A: With GSC Data (Recommended)

Import GSC "Queries" report
↓
Group by keyword
↓
Find keywords with multiple URLs
↓
Analyze each URL's:
- Impressions
- Clicks
- Average position
- Position fluctuation
↓
Identify cannibalization

Cannibalization Signals:

  • Same keyword has 2+ URLs with impressions
  • Ranking fluctuates frequently (Google is indecisive)
  • Both pages stuck at positions 5-15

Method B: Without GSC Data

Input target keyword list
↓
For each keyword:
- site:domain.com "keyword" search
- Analyze multiple results returned
↓
Check content overlap between pages
↓
Identify potential cannibalization

Output Format

# Keyword Cannibalization Report

## Found X Cannibalization Groups

### Group #1: "best crm software"

| URL | Position | Impressions | Clicks | Content Angle |
|-----|----------|-------------|--------|---------------|
| /blog/best-crm-2024 | #8 | 5,000 | 120 | Review article |
| /guide/crm-comparison | #12 | 3,200 | 45 | Comparison guide |
| /products/crm | #15 | 1,800 | 30 | Product page |

**Diagnosis**: Three pages have different angles but titles/H1s all target "best crm"

**Recommendation**: Differentiation strategy
- /blog/best-crm-2024 → Keep, primary target for "best crm software"
- /guide/crm-comparison → Retarget to "crm comparison guide"
- /products/crm → Retarget to brand term "YourBrand CRM features"

---

### Group #2: "how to use crm"

| URL | Position | Content Overlap |
|-----|----------|-----------------|
| /blog/crm-tutorial | #11 | 80% |
| /help/getting-started | #14 | 75% |

**Diagnosis**: Two pages with highly overlapping content

**Recommendation**: Merge strategy
- Merge into /blog/crm-tutorial (higher traffic)
- 301 redirect /help/getting-started to merged page
- Or: Rewrite /help/getting-started as product-specific tutorial

---

## Solution Summary

| Keyword | Strategy | Keep URL | Action for Others |
|---------|----------|----------|-------------------|
| best crm software | Differentiate | /blog/best-crm-2024 | Update titles |
| how to use crm | Merge | /blog/crm-tutorial | 301 redirect |
| ... | ... | ... | ... |

Four Resolution Strategies

1. Merge

When: Content overlap >70%

A + B → A (the better one)
B → 301 to A

Steps:

  • Pick the page with better traffic/ranking
  • Merge unique content from the other page
  • Set up 301 redirect
  • Update internal links

2. Redirect

When: One page is clearly weaker

Weak page → 301 to strong page

Steps:

  • 301 redirect directly, no content merge
  • Ensure strong page covers weak page's intent

3. Differentiate

When: Two pages serve different intents

A → Keyword X
B → Keyword Y (related but different)

Steps:

  • Modify title, H1, meta description
  • Adjust content angle
  • Update internal link anchor text

4. Delete

When: Page has no value

Low-quality page → Delete or noindex

Steps:

  • 410 delete (explicitly tell Google)
  • Or noindex (keep but don't rank)

Usage

# With GSC data
/seo cannibalization --gsc [csv-file]

# With keyword list
/seo cannibalization --keywords "keyword1, keyword2, ..."

# Analyze entire site
/seo cannibalization https://example.com

Prevention

Keyword Mapping

Before writing new content, check if existing pages cover that keyword:

| Target Keyword | Existing Page | Status |
|----------------|---------------|--------|
| best crm | /blog/best-crm-2024 | Covered |
| crm pricing | — | Available |
| crm vs erp | /blog/crm-erp-difference | Covered |

Content Planning Principles

  1. One keyword = One page
  2. Check keyword mapping before new content
  3. Run cannibalization detection regularly
  4. Keep internal link anchors consistent with target keywords

Related Skills

SkillRelationship
30x-seo-keywordsBuild mapping during keyword research
30x-seo-internal-linksUpdate links after fixing
30x-seo-redirectsExecute 301 redirects
30x-seo-content-writerRewrite for differentiation

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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.57%
按下载量换算93

Claude

29.21%
按下载量换算74

Cursor

18.74%
按下载量换算47

Gemini CLI

7.91%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills