Block 1 - Workflow Description
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Find Cannibalized Pages (Google Search Console) This n8n template helps you detect page cannibalization in Google Search Console (GSC): situations where multiple pages on your site rank for the sam...
n8n-nodes-base.stickynote, n8n-nodes-base.start, n8n-nodes-google-search-console.googlesearchconsole, n8n-nodes-base.summarize, n8n-nodes-base.filter
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mohammadreza azari.
Original n8n.io sourceThis n8n template helps you detect page cannibalization in Google Search Console (GSC): situations where multiple pages on your site rank for the same query and more than one page gets clicks. Use it to spot competing URLs, consolidate content, improve internal linking, and protect your CTR/rankings.
query, page).sc-domain:example.com) and a neutral credential name; replace both after import.query, building two arrays: appended_page[] → all pages seen for that query appended_clicks[] → clicks for each page-query row (aligned with appended_page)count_query > 1 (more than one page involved), and appended_clicks[1] > 0 (the second page also received clicks)Example output
{
"query": "best running shoes",
"appended_page": [
"https://example.com/blog/best-running-shoes",
"https://example.com/guide/running-shoes-2025"
],
"appended_clicks": [124, 37],
"count_query": 3
}
siteUrl with your property (sc-domain:your-domain.com).💡 Tip: If your site is large, start with a shorter date range (e.g., 90 days) or raise rowLimit.
clicks aggregation from append to sum. Then filter for “at least 2 pages with sum_clicks > 0” to avoid any dependency on row order. impressions and position in the GSC node and extend the summary to prioritize fixes (e.g., high impressions + split clicks). rowLimit, or temporarily relax the filter (remove the second-page click condition to validate data flow). sc-domain: vs. https:// property format correctly and that your user has GSC access. This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Detect cannibalized keywords and competing pages with Google Search Console |
|---|---|
| Complexity | intermediate |
| Nodes | 5 |
| Categories | Market Research, Multimodal AI |
| Author | Mohammadreza azari |
| Published | 11 Aug 2025 |
Use the JSON export at /data/workflows/7237/7237.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Find Cannibalized Pages (Google Search Console) This n8n template helps you detect page cannibalization in Google Search Console (GSC): situations where multiple pages on your site rank for the sam...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, Multimodal AI use case.