{
  "name": "Extract Website URLs from Sitemap.XML for SEO Analysis",
  "nodes": [
    {
      "id": "6d91a84e-bf2b-4118-9e35-5baecda1b14b",
      "name": "XML",
      "type": "n8n-nodes-base.xml",
      "position": [
        340,
        -40
      ]
    },
    {
      "id": "65f12b51-d34c-4e87-b581-e29370eb0554",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -320,
        -40
      ]
    },
    {
      "id": "b82a0bce-0dd4-4a64-b60a-64ea4021bee5",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        560,
        -40
      ]
    },
    {
      "id": "0e97abde-ba13-4889-979d-0f0e5b085dcb",
      "name": "Set URL",
      "type": "n8n-nodes-base.set",
      "position": [
        -100,
        -40
      ]
    },
    {
      "id": "146a5e34-d64a-450b-8354-770c90547325",
      "name": "Convert to File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        1440,
        -40
      ]
    },
    {
      "id": "0c1f8d18-ca4b-4996-9928-abbc6d45b227",
      "name": "Crawl sitemap",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        120,
        -40
      ]
    },
    {
      "id": "eaa43363-d059-4c66-8851-7e85d4fb5bd3",
      "name": "Crawl sitemap 2",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        780,
        -40
      ]
    },
    {
      "id": "692efb13-a6ce-4667-842b-614cf9ee8315",
      "name": "XML 2",
      "type": "n8n-nodes-base.xml",
      "position": [
        1000,
        -40
      ]
    },
    {
      "id": "88a15568-352f-4997-ae2b-522a2713843d",
      "name": "Split Out 2",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1220,
        -40
      ]
    },
    {
      "id": "e0e0fb12-1dc5-4665-9530-6b53ed7dc593",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -240
      ],
      "parameters": {
        "width": 440,
        "height": 360,
        "content": "## Set website URL at node 1 (or paste sitemap URL at node 2)"
      }
    },
    {
      "id": "fc9d88ce-4ec0-4581-b1ff-7c007bdf5f0b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1340,
        -200
      ],
      "parameters": {
        "width": 300,
        "height": 320,
        "content": "## Download file at here\n(or replace this node = Gooogle sheet node)\n"
      }
    },
    {
      "id": "39f13360-e94d-4b33-b258-5e8837daab4f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -980,
        -460
      ],
      "parameters": {
        "width": 600,
        "height": 940,
        "content": "# FAQ\n## Q: What happens if the sitemap is large or contains many sub-sitemaps?\n\nA: The workflow handles sitemap indexes by splitting and processing each sub-sitemap individually. For very large sitem"
      }
    }
  ],
  "connections": {
    "XML": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "XML 2": {
      "main": [
        [
          {
            "node": "Split Out 2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set URL": {
      "main": [
        [
          {
            "node": "Crawl sitemap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Crawl sitemap 2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out 2": {
      "main": [
        [
          {
            "node": "Convert to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crawl sitemap": {
      "main": [
        [
          {
            "node": "XML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to File": {
      "main": [
        []
      ]
    },
    "Crawl sitemap 2": {
      "main": [
        [
          {
            "node": "XML 2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Set URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}