8
n8n 中文网amn8n.com

自动化Rank Math SEO字段更新(文章和产品)

初级

这是一个Building Blocks, Marketing领域的自动化工作流,包含 3 个节点。主要使用 Set, HttpRequest, ManualTrigger 等节点。 自动更新文章和产品的Rank Math SEO字段

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

使用的节点 (3)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "c911aed9995230b93fd0d9bc41c258d697c2fe97a3bab8c02baf85963eeda618",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "83c6d7e3-ae2e-4576-8bc6-1e1a7b553fca",
      "name": "设置",
      "type": "n8n-nodes-base.set",
      "position": [
        260,
        0
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "080b234c-a753-409d-9d2d-3322678a01f2",
              "name": "woocommerce url",
              "type": "string",
              "value": "https://mydom.com/"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "7018ae65-bb9d-4bac-8746-01193cb0e523",
      "name": "当点击\"测试工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "223ed34b-3e26-406c-a5a5-34f8408e3fe6",
      "name": "HTTP 请求 - 更新 Rank Math 元数据",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        0
      ],
      "parameters": {
        "url": "={{ $('Settings').item.json[\"woocommerce url\"] }}wp-json/rank-math-api/v1/update-meta",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "authentication": "predefinedCredentialType",
        "bodyParameters": {
          "parameters": [
            {
              "name": "post_id",
              "value": "246"
            },
            {
              "name": "rank_math_title",
              "value": "Demo SEO Title"
            },
            {
              "name": "rank_math_description",
              "value": "Demo SEO Description"
            },
            {
              "name": "rank_math_canonical_url",
              "value": "https://example.com/demo-product"
            }
          ]
        },
        "nodeCredentialType": "wordpressApi"
      },
      "credentials": {
        "wordpressApi": {
          "id": "6rPlJdCaIXaVciGM",
          "name": "Wordpress account"
        },
        "wooCommerceApi": {
          "id": "klGFZkgHrRfC8BVg",
          "name": "WooCommerce account"
        }
      },
      "retryOnFail": true,
      "typeVersion": 4.2
    }
  ],
  "pinData": {},
  "connections": {
    "Settings": {
      "main": [
        [
          {
            "node": "HTTP Request - Update Rank Math Meta",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 构建模块, 营销

需要付费吗?

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

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

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

作者
phil

phil

@phil

Accélérateur de Chiffre d'Affaires : Automatisez votre entreprise pour la rendre plus visible sur Google, pour trouver de nouveaux Clients, pour gagner du temps

外部链接
在 n8n.io 查看

分享此工作流