{
  "name": "Audit & monitor SEO performance with GPT-4 Advisor, PageSpeed Insights & Slack alerts",
  "nodes": [
    {
      "id": "node1",
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "position": null
    },
    {
      "id": "node2",
      "name": "Scheduled SEO & Core Web Vitals Audit",
      "type": "n8n-nodes-base.cron",
      "position": null
    },
    {
      "id": "node3",
      "name": "Chatbot Webhook Listener",
      "type": "n8n-nodes-base.webhook",
      "position": null
    },
    {
      "id": "node4",
      "name": "Monitored Websites List",
      "type": "n8n-nodes-base.set",
      "position": null
    },
    {
      "id": "node5",
      "name": "HTTP Crawler",
      "type": "n8n-nodes-base.httpRequest",
      "position": null
    },
    {
      "id": "node6",
      "name": "Cheerio HTML Parser (On-Page SEO)",
      "type": "n8n-nodes-base.cheerio",
      "position": null
    },
    {
      "id": "node7",
      "name": "On-Page SEO Validator",
      "type": "n8n-nodes-base.function",
      "position": null
    },
    {
      "id": "node8",
      "name": "Fetch Robots.txt",
      "type": "n8n-nodes-base.httpRequest",
      "position": null
    },
    {
      "id": "node9",
      "name": "Check Sitemap.xml Presence",
      "type": "n8n-nodes-base.httpRequest",
      "position": null
    },
    {
      "id": "node10",
      "name": "Technical SEO Validator",
      "type": "n8n-nodes-base.function",
      "position": null
    },
    {
      "id": "node11",
      "name": "AI SEO Audit & Recommendations",
      "type": "n8n-nodes-base.openAi",
      "position": null
    },
    {
      "id": "node12",
      "name": "Google PageSpeed Insights API",
      "type": "n8n-nodes-base.googlePageSpeedInsights",
      "position": null
    },
    {
      "id": "node13",
      "name": "Save Comprehensive SEO Report to Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": null
    },
    {
      "id": "node14",
      "name": "Overall SEO Health Check (Alert Trigger)",
      "type": "n8n-nodes-base.if",
      "position": null
    },
    {
      "id": "node15",
      "name": "Send Comprehensive SEO Audit Alert (Slack)",
      "type": "n8n-nodes-base.slack",
      "position": null
    },
    {
      "id": "node16",
      "name": "AI Chatbot NLP & Response",
      "type": "n8n-nodes-base.openAi",
      "position": null
    },
    {
      "id": "node17",
      "name": "Extract Chatbot Entities & Intent",
      "type": "n8n-nodes-base.function",
      "position": null
    },
    {
      "id": "node18",
      "name": "Google Search Console API - Query Data (Chatbot)",
      "type": "n8n-nodes-base.googleSearchConsole",
      "position": null
    },
    {
      "id": "node19",
      "name": "Respond to Chatbot Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": null
    },
    {
      "id": "node20",
      "name": "Re-Crawl for Chatbot Audit",
      "type": "n8n-nodes-base.httpRequest",
      "position": null
    },
    {
      "id": "node21",
      "name": "Execute SEO Audit Workflow (Chatbot Trigger)",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": null
    },
    {
      "id": "node22",
      "name": "If Chatbot Requests Full Audit",
      "type": "n8n-nodes-base.if",
      "position": null
    }
  ],
  "connections": {
    "node1": {
      "main": [
        [
          {
            "node": "Scheduled SEO & Core Web Vitals Audit",
            "type": "main",
            "index": 0
          },
          {
            "node": "Chatbot Webhook Listener",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node2": {
      "main": [
        [
          {
            "node": "Monitored Websites List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node3": {
      "main": [
        [
          {
            "node": "Extract Chatbot Entities & Intent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node4": {
      "main": [
        [
          {
            "node": "HTTP Crawler",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google PageSpeed Insights API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node5": {
      "main": [
        [
          {
            "node": "Cheerio HTML Parser (On-Page SEO)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node6": {
      "main": [
        [
          {
            "node": "On-Page SEO Validator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node7": {
      "main": [
        [
          {
            "node": "Technical SEO Validator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node8": {
      "main": [
        [
          {
            "node": "Technical SEO Validator",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "node9": {
      "main": [
        [
          {
            "node": "Technical SEO Validator",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "node10": {
      "main": [
        [
          {
            "node": "AI SEO Audit & Recommendations",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node11": {
      "main": [
        [
          {
            "node": "Save Comprehensive SEO Report to Google Sheet",
            "type": "main",
            "index": 0
          },
          {
            "node": "Overall SEO Health Check (Alert Trigger)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node12": {
      "main": [
        [
          {
            "node": "Save Comprehensive SEO Report to Google Sheet",
            "type": "main",
            "index": 1
          },
          {
            "node": "Overall SEO Health Check (Alert Trigger)",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "node13": {
      "main": [
        [
          {
            "node": "Send Comprehensive SEO Audit Alert (Slack)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node14": {
      "main": [
        [
          {
            "node": "Send Comprehensive SEO Audit Alert (Slack)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node16": {
      "main": [
        [
          {
            "node": "Respond to Chatbot Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node17": {
      "main": [
        [
          {
            "node": "If Chatbot Requests Full Audit",
            "type": "main",
            "index": 0
          },
          {
            "node": "AI Chatbot NLP & Response",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google Search Console API - Query Data (Chatbot)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node18": {
      "main": [
        [
          {
            "node": "AI Chatbot NLP & Response",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "node20": {
      "main": [
        [
          {
            "node": "Cheerio HTML Parser (On-Page SEO)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "node22": {
      "main": [
        [
          {
            "node": "Execute SEO Audit Workflow (Chatbot Trigger)",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "AI Chatbot NLP & Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}