Keyword Cannibalization Check
Identify queries where multiple pages on the same site are competing for rankings.
Steps
- Call
list_propertiesto confirm the exactsite_url. - Call
seo_cannibalizationto get a dedicated cannibalization report. This tool groups query+page combinations and surfaces the most severe conflicts directly, without manual filtering. - If
seo_cannibalizationreturns limited results, supplement withget_advanced_search_analyticsusingdimensions=query,page,sort_by=impressions,row_limit=1000. Group rows byquery: those with two or more distinct pages are candidates. - For each cannibalizing query, collect both page URLs with their individual clicks, impressions, CTR, and position.
- Sort candidates by total impressions (most valuable conflicts first).
- Limit the output to the top 20 most severe cases.
Output format
For each cannibalization case:
- Query: the competing keyword
- Pages: list each URL with its metrics (clicks / impressions / CTR / position)
- Severity: High / Medium / Low based on impressions at stake
- Recommendation: which page to consolidate to (pick the one with better position or CTR), and whether to use a canonical, redirect, or content merge
Present as a markdown table followed by a prioritized action list.