Help us improve
Share bugs, ideas, or general feedback.
From mcp-search-console
Detects keyword cannibalization by grouping search analytics data to find queries where multiple site pages compete for rankings. Useful for SEO audits on competing pages or keyword overlap.
npx claudepluginhub aminforou/mcp-gscHow this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-search-console:cannibalization-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identify queries where multiple pages on the same site are competing for rankings.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Analyzes multiple pages to detect keyword overlap and cannibalization issues, then suggests differentiation strategies.
Optimizes SEO using Google Search Console data: analyzes metrics like clicks/impressions/CTR/position, finds striking-distance keywords, fixes low-CTR pages, detects keyword cannibalization, identifies declining pages, builds data-driven strategies.
Share bugs, ideas, or general feedback.
Identify queries where multiple pages on the same site are competing for rankings.
list_properties to confirm the exact site_url.get_advanced_search_analytics with dimensions=query,page, sort_by=impressions, row_limit=1000 to get all query+page combinations.query. Queries with two or more distinct pages in the top results are cannibalization candidates.For each cannibalization case:
Present as a markdown table followed by a prioritized action list.