8
n8n 中文网amn8n.com

使用Yoast SEO API自动化WordPress SEO标题和描述更新

初级

这是一个自动化工作流,包含 4 个节点。主要使用 Set, HttpRequest, ManualTrigger 等节点。 使用Yoast SEO API自动化WordPress SEO标题和描述更新

前置要求
  • 可能需要目标 API 的认证凭证

分类

-
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "4a11afdb3c52fd098e3eae9fad4b39fdf1bbcde142f596adda46c795e366b326"
  },
  "nodes": [
    {
      "id": "1cb100ae-108b-43ab-8430-f3ecfc7de76a",
      "name": "设置",
      "type": "n8n-nodes-base.set",
      "position": [
        208,
        320
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "080b234c-a753-409d-9d2d-3322678a01f2",
              "name": "wordpress URL",
              "type": "string",
              "value": "https://example.com/"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "0f8b25b7-bc5e-4c17-b821-81536741a97c",
      "name": "当点击“测试工作流”时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -16,
        320
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5401ea77-65f7-4448-ad15-8a8756bc1b39",
      "name": "HTTP 请求 - 更新 Yoast Meta",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        448,
        320
      ],
      "parameters": {
        "url": "={{ $json[\"wordpress URL\"] }}wp-json/yoast-api/v1/update-meta",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "authentication": "predefinedCredentialType",
        "bodyParameters": {
          "parameters": [
            {
              "name": "post_id",
              "value": "519"
            },
            {
              "name": "yoast_title",
              "value": "Demo SEO Title"
            },
            {
              "name": "yoast_description",
              "value": "Demo SEO Description"
            }
          ]
        },
        "nodeCredentialType": "wordpressApi"
      },
      "credentials": {
        "wordpressApi": {
          "id": "PYhDHdmeNzKXtInb",
          "name": "Wordpress account"
        }
      },
      "retryOnFail": true,
      "typeVersion": 4.2
    },
    {
      "id": "e1d716b0-abc7-4436-a28e-3ea44e4e0acc",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 592,
        "height": 288,
        "content": "## Yoast SEO 更新"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "Settings": {
      "main": [
        [
          {
            "node": "HTTP Request - Update Yoast Meta",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量4
分类-
节点类型4
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者
phil

phil

@phil

e-com AI automation: 90% time saved on repetitive tasks: product sheets, after-sales chatbots, etc. 🚀 save time, win customers

外部链接
在 n8n.io 查看

分享此工作流