{
  "name": "Automate WooCommerce SEO with Yoast & AI-powered meta tag generation for FREE",
  "nodes": [
    {
      "id": "02c4abf8-64f5-45e5-934f-0f1db4484c78",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        120,
        -480
      ]
    },
    {
      "id": "d545f0e0-76dd-490b-85b6-7a83b65eb8f6",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        920,
        -280
      ]
    },
    {
      "id": "a9873f0e-8325-4434-9219-45c711a7afad",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        120,
        -660
      ]
    },
    {
      "id": "9a232d7e-97e7-4e47-85ab-5069108d53ab",
      "name": "Get product ID",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        320,
        -480
      ]
    },
    {
      "id": "b4324a6a-7c53-460e-9966-37a8df4d0ae9",
      "name": "Get product",
      "type": "n8n-nodes-base.wooCommerce",
      "position": [
        520,
        -480
      ]
    },
    {
      "id": "28a911b7-0d74-4686-a349-f727b0ee9641",
      "name": "Generate metatitle e metadescription",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        740,
        -480
      ]
    },
    {
      "id": "0c995efc-e28e-467d-9b17-d22e792ff0d3",
      "name": "Update product",
      "type": "n8n-nodes-base.wooCommerce",
      "position": [
        1120,
        -480
      ]
    },
    {
      "id": "e1850ecf-792a-4b78-addb-f433732a215c",
      "name": "Update Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1320,
        -480
      ]
    },
    {
      "id": "a095dc5b-d234-40c5-9486-e34f24c1b1eb",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        -560
      ],
      "parameters": {
        "width": 180,
        "height": 240,
        "content": "Get the product ID that does not have metatitle or metadescription yet"
      }
    },
    {
      "id": "bac079f9-890e-49e4-811e-31cf0cfb5d1b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        -560
      ],
      "parameters": {
        "width": 180,
        "height": 240,
        "content": "Get all the product details starting from the product ID"
      }
    },
    {
      "id": "c9c3d53a-a591-4ab4-8f81-c93edd3c5b9f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        -560
      ],
      "parameters": {
        "width": 380,
        "height": 240,
        "content": "Based on the content of the product generates the metatitle and metadescription. In this example we use Gemini Think 2.0 which is FREE with OpenRouter"
      }
    },
    {
      "id": "521240e4-fc75-45cc-a965-95d7d17dc727",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1080,
        -560
      ],
      "parameters": {
        "width": 180,
        "height": 240,
        "content": "Insert the generated data into WooCommerce"
      }
    },
    {
      "id": "e8643582-c30a-4b16-8e15-15acc969a032",
      "name": "Gemini 2.0 Flash Exp",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        740,
        -280
      ]
    },
    {
      "id": "be9042a1-e2f8-4ed0-850d-269cf6fc55e8",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        -820
      ],
      "parameters": {
        "width": 980,
        "height": null,
        "content": "WooCommerce SEO Yoast Meta Tag Generation for FREE\n\nThis workflow streamlines the process of optimizing WooCommerce product pages for SEO, saving time and ensuring consistency in meta tag generation.\n"
      }
    }
  ],
  "connections": {
    "Get product": {
      "main": [
        [
          {
            "node": "Generate metatitle e metadescription",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Sheet": {
      "main": [
        []
      ]
    },
    "Get product ID": {
      "main": [
        [
          {
            "node": "Get product",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update product": {
      "main": [
        [
          {
            "node": "Update Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gemini 2.0 Flash Exp": {
      "ai_languageModel": [
        [
          {
            "node": "Generate metatitle e metadescription",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Generate metatitle e metadescription",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Get product ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate metatitle e metadescription": {
      "main": [
        [
          {
            "node": "Update product",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}