Cannibalization check
Open-source skills that turn your agent into an SEO operator. Diagnose traffic decay, write refresh briefs, build proposals, and generate client-ready reports.
npx -y skills add marketingskills/seo --skill cannibalization-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Find query and page overlap from GSC data and recommend consolidation, differentiation, or internal-link fixes. Use when Codex needs to identify and resolve keyword cannibalization issues.
SKILL.md
1.3 KB, as published. Nobody here has run it
Cannibalization Check
Overview
Analyze GSC query and page data to find situations where multiple pages compete for the same or closely related queries, diluting ranking potential. Recommend consolidation, 301 redirects, or differentiation strategies.
Inputs
- GSC query + page export or live data
- Optional: site content inventory or sitemap
Workflow
- Load GSC data and group queries by semantic similarity.
- For each query group, identify pages that appear for the same query.
- Score cannibalization severity:
- Multiple pages in top 20 for the same query
- Pages splitting clicks/impressions across similar queries
- High-authority page being cannibalized by a lower-authority page
- For each cannibalization instance, recommend:
- Consolidation: 301 to the best page
- Differentiation: adjust targets so pages cover distinct subtopics
- Internal link fix: adjust anchor text and link structure
- Estimate the traffic recovery from resolving each instance.
Output
Cannibalization report with competing page pairs, query overlap, severity score, and fix recommendation.