{
  "name": "Track new search queries with zero-click analysis in Google Search Console",
  "nodes": [
    {
      "id": "3b30f5b7-5a0a-4310-9722-663e578e4763",
      "name": "Manual Start",
      "type": "n8n-nodes-base.start",
      "position": [
        -64,
        576
      ]
    },
    {
      "id": "af4d9520-25e7-48ba-9213-51ba0de3d0e1",
      "name": "Compare search analytics between two date ranges",
      "type": "n8n-nodes-google-search-console.googleSearchConsole",
      "position": [
        176,
        576
      ]
    },
    {
      "id": "adc872fb-54e2-457d-b821-8a9b4edad7e2",
      "name": "Filter (No Past Impressions)",
      "type": "n8n-nodes-base.filter",
      "position": [
        416,
        576
      ]
    },
    {
      "id": "70a69524-a92b-4798-83b0-6973e73465a3",
      "name": "Zero Click",
      "type": "n8n-nodes-base.filter",
      "position": [
        656,
        432
      ]
    },
    {
      "id": "f19d81ee-f725-42f0-aa0c-243da7985a02",
      "name": "Has Click",
      "type": "n8n-nodes-base.filter",
      "position": [
        656,
        720
      ]
    },
    {
      "id": "aaab352f-b8e6-4d64-a8f1-aaa8ef431ddf",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -464,
        368
      ],
      "parameters": {
        "width": 720,
        "height": 400,
        "content": "## 🔎 Google Search Console - New Keywords (Last 7 Days)\n\nThis workflow identifies queries that had **no impressions in the past** but appeared in the **last 7 days**. It helps you find **new keyword o"
      }
    }
  ],
  "connections": {
    "Manual Start": {
      "main": [
        [
          {
            "node": "Compare search analytics between two date ranges",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter (No Past Impressions)": {
      "main": [
        [
          {
            "node": "Zero Click",
            "type": "main",
            "index": 0
          },
          {
            "node": "Has Click",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Compare search analytics between two date ranges": {
      "main": [
        [
          {
            "node": "Filter (No Past Impressions)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}