{
  "name": "Detect cannibalized keywords and competing pages with Google Search Console",
  "nodes": [
    {
      "id": "7c9a0add-4047-47e0-8d27-53bf9a0b3951",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 760,
        "height": 460,
        "content": "## 🔎 Find Query Cannibalization (Google Search Console)\n\n**Purpose**\nDetect queries where **multiple pages** on your site compete and both receive clicks (true cannibalization).\n\n**How it works**\n1) F"
      }
    },
    {
      "id": "fe090582-2798-4639-83e8-fd138e2f704d",
      "name": "Manual Start",
      "type": "n8n-nodes-base.start",
      "position": [
        304,
        512
      ]
    },
    {
      "id": "d2ea11e7-0342-4762-b338-d17254fa6a0d",
      "name": "Query Search Analytics",
      "type": "n8n-nodes-google-search-console.googleSearchConsole",
      "position": [
        528,
        512
      ]
    },
    {
      "id": "345f7a46-c00a-44a1-87fa-f8b70cf795a3",
      "name": "Summarize by Query",
      "type": "n8n-nodes-base.summarize",
      "position": [
        752,
        512
      ]
    },
    {
      "id": "27038010-a800-4a33-b22a-fbfdf82b5e8e",
      "name": "Filter Cannibal Queries",
      "type": "n8n-nodes-base.filter",
      "position": [
        976,
        512
      ]
    }
  ],
  "connections": {
    "Manual Start": {
      "main": [
        [
          {
            "node": "Query Search Analytics",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Summarize by Query": {
      "main": [
        [
          {
            "node": "Filter Cannibal Queries",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Query Search Analytics": {
      "main": [
        [
          {
            "node": "Summarize by Query",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}