{
  "name": "Index your website using IndexNow and your XML sitemap",
  "nodes": [
    {
      "id": "ebf4d0c8-33fb-408e-95bd-f9515094fb53",
      "name": "Read Sitemap",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        448,
        0
      ]
    },
    {
      "id": "5116fe05-5619-4cfd-9b2c-50dbd539aab2",
      "name": "Parse XML",
      "type": "n8n-nodes-base.xml",
      "position": [
        672,
        0
      ]
    },
    {
      "id": "5945d668-0608-4e87-b85d-3323f094b296",
      "name": "Split Out URLs",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        896,
        0
      ]
    },
    {
      "id": "6917f50d-8471-4240-af25-c7ddfbc092ad",
      "name": "Filter Last Modified Pages",
      "type": "n8n-nodes-base.filter",
      "position": [
        1120,
        0
      ]
    },
    {
      "id": "093a6adb-d208-4cf9-b255-595c8a4f9e2f",
      "name": "Aggregate URLs",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1344,
        0
      ]
    },
    {
      "id": "1c45c4f1-dcbc-42ab-9425-a68cb6207b92",
      "name": "Send URLs to IndexNow",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1568,
        0
      ]
    },
    {
      "id": "0f3a430b-fd33-42e2-b963-5eda88c55fd0",
      "name": "Configuration",
      "type": "n8n-nodes-base.set",
      "position": [
        224,
        0
      ]
    },
    {
      "id": "e415a830-b8ec-4dd1-8e96-1ce54205862d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -224,
        -640
      ],
      "parameters": {
        "width": 608,
        "height": 800,
        "content": "## Index your website using IndexNow and XML sitemap\n\nStop waiting for search engines to discover your content updates. This workflow automates the process of notifying search engines (Bing, Yandex, e"
      }
    },
    {
      "id": "9b6fb884-d2f3-4664-922a-aabbd6222b3f",
      "name": "Run Daily Indexing",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "7d8532ce-8c6a-4b3e-83a5-d174cb43efb3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        384,
        -112
      ],
      "parameters": {
        "width": 672,
        "height": 272,
        "content": "## Get URLs from website\nRead sitemap.xml, parse it and split out URLs from it"
      }
    },
    {
      "id": "b386ea7e-d814-4760-9234-f6e558d5b558",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1056,
        -112
      ],
      "parameters": {
        "width": 448,
        "height": 272,
        "content": "## Prepare URLs from submission\nFilter last modified URLs and convert them into array"
      }
    },
    {
      "id": "86baa662-9ba8-42cf-bf4e-174a40289794",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1504,
        -112
      ],
      "parameters": {
        "width": null,
        "height": 272,
        "content": "## Submit"
      }
    }
  ],
  "connections": {
    "Parse XML": {
      "main": [
        [
          {
            "node": "Split Out URLs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Sitemap": {
      "main": [
        [
          {
            "node": "Parse XML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Configuration": {
      "main": [
        [
          {
            "node": "Read Sitemap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate URLs": {
      "main": [
        [
          {
            "node": "Send URLs to IndexNow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out URLs": {
      "main": [
        [
          {
            "node": "Filter Last Modified Pages",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Daily Indexing": {
      "main": [
        [
          {
            "node": "Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Last Modified Pages": {
      "main": [
        [
          {
            "node": "Aggregate URLs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}