{
  "name": "Run automated technical SEO audits with SE Ranking and Google Sheets",
  "nodes": [
    {
      "id": "3b3dd901-ad80-4778-893a-75488fd1dd2b",
      "name": "Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        624,
        256
      ],
      "parameters": {
        "width": 512,
        "height": 884,
        "content": "## Run automated technical SEO audits\n\n## Who is this for\n- SEO agencies auditing client sites\n- Web developers checking pre-launch SEO\n- Website owners monitoring site health\n\n## What you'll get\n- Ov"
      }
    },
    {
      "id": "9f5d8abc-b0d3-47dc-9b37-a426ca284bf8",
      "name": "Step 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1216,
        848
      ],
      "parameters": {
        "width": 700,
        "height": 80,
        "content": "### 🔍 Run Audit & Wait"
      }
    },
    {
      "id": "bfa087ce-7c7a-4437-9575-221b70e9f0a7",
      "name": "Step 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2384,
        832
      ],
      "parameters": {
        "width": 260,
        "height": 80,
        "content": "### 📊 Get Report & Last 10 reports\n"
      }
    },
    {
      "id": "b836ce13-5782-420d-8c85-6713f18d44fc",
      "name": "Step 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2880,
        848
      ],
      "parameters": {
        "width": 308,
        "height": 80,
        "content": "### 📤 Export to Sheets"
      }
    },
    {
      "id": "128fcad7-c904-4ad8-a6d7-7d52a50298dd",
      "name": "When clicking 'Execute workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        1216,
        944
      ]
    },
    {
      "id": "39bb9fa9-68b6-406d-93d4-b9243f1b0f2d",
      "name": "Create standard audit",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1440,
        944
      ]
    },
    {
      "id": "43b523b2-cb28-4d53-a73d-8978c3159bd4",
      "name": "Wait for crawl (5 min)",
      "type": "n8n-nodes-base.wait",
      "position": [
        1664,
        944
      ]
    },
    {
      "id": "9803b991-8155-4725-b55b-27ab6e5ad087",
      "name": "Check audit status",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1888,
        944
      ]
    },
    {
      "id": "5fd3d6f8-6974-49c1-8fc0-4e39fa5f662b",
      "name": "If audit complete",
      "type": "n8n-nodes-base.if",
      "position": [
        2112,
        944
      ]
    },
    {
      "id": "e8e396e2-a8ca-47ab-a71b-0a17eabfeef6",
      "name": "Get audit report",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        2352,
        944
      ]
    },
    {
      "id": "059d077d-0e3b-421d-a19f-8eec7a42e120",
      "name": "Wait and retry (2 min)",
      "type": "n8n-nodes-base.wait",
      "position": [
        2112,
        1088
      ]
    },
    {
      "id": "71a1db8e-f134-4fa0-bfd3-89a9d506f48b",
      "name": "List all audits for domain",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        2576,
        944
      ]
    },
    {
      "id": "3bc8fd02-11aa-46e4-a962-96b0d8ca01fd",
      "name": "Format audits for Sheet",
      "type": "n8n-nodes-base.code",
      "position": [
        2800,
        944
      ]
    },
    {
      "id": "b469a5ed-c38c-4f34-9c58-f6dc3d5de6ff",
      "name": "Export to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        3024,
        944
      ]
    }
  ],
  "connections": {
    "Get audit report": {
      "main": [
        [
          {
            "node": "List all audits for domain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If audit complete": {
      "main": [
        [
          {
            "node": "Get audit report",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait and retry (2 min)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check audit status": {
      "main": [
        [
          {
            "node": "If audit complete",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create standard audit": {
      "main": [
        [
          {
            "node": "Wait for crawl (5 min)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait and retry (2 min)": {
      "main": [
        [
          {
            "node": "Check audit status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait for crawl (5 min)": {
      "main": [
        [
          {
            "node": "Check audit status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format audits for Sheet": {
      "main": [
        [
          {
            "node": "Export to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "List all audits for domain": {
      "main": [
        [
          {
            "node": "Format audits for Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking 'Execute workflow'": {
      "main": [
        [
          {
            "node": "Create standard audit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}