{
  "name": "Automate SEO title & description updates for WordPress with Yoast SEO API",
  "nodes": [
    {
      "id": "1cb100ae-108b-43ab-8430-f3ecfc7de76a",
      "name": "Settings",
      "type": "n8n-nodes-base.set",
      "position": [
        208,
        320
      ]
    },
    {
      "id": "0f8b25b7-bc5e-4c17-b821-81536741a97c",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -16,
        320
      ]
    },
    {
      "id": "5401ea77-65f7-4448-ad15-8a8756bc1b39",
      "name": "HTTP Request - Update Yoast Meta",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        448,
        320
      ]
    },
    {
      "id": "e1d716b0-abc7-4436-a28e-3ea44e4e0acc",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 592,
        "height": 288,
        "content": "## Yoast SEO Update\n\nThis workflow updates the **SEO Title** and **Meta Description** of a post via a request to a custom API endpoint.\n\n**Prerequisites:**\n* The provided custom plugin must be install"
      }
    }
  ],
  "connections": {
    "Settings": {
      "main": [
        [
          {
            "node": "HTTP Request - Update Yoast Meta",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}