使用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)可能需要您自行付费。
相关工作流推荐
获取任意图片:标准抓取与 BrightData Web Unblocker 故障转移
获取任意图片:标准抓取与 BrightData Web Unblocker 故障转移
Set
Http Request
Manual Trigger
+1
5 节点phil
工程
WordPress的Rank Math批量标题和描述优化器
WordPress的Rank Math批量标题和描述优化器
If
Set
Limit
+9
16 节点phil
人工智能
亚马逊产品搜索爬虫(BrightData、GPT-4和Google Sheets)
使用BrightData、GPT-4和Google Sheets的亚马逊产品搜索爬虫
Code
Split Out
Http Request
+7
11 节点phil
人工智能
自动化Rank Math SEO字段更新(文章和产品)
自动更新文章和产品的Rank Math SEO字段
Set
Http Request
Manual Trigger
3 节点phil
构建模块
语音预约自动提醒
使用Google Calendar、GPT-4o、ElevenLabs和Gmail自动发送语音预约提醒
Code
Gmail
Http Request
+7
12 节点phil
人工智能
使用ElevenLabs API和Google Drive创建自定义ASMR音效
使用ElevenLabs API和Google Drive创建自定义ASMR音效
Set
Form
Html
+4
7 节点phil
杂项
工作流信息
难度等级
初级
节点数量4
分类-
节点类型4
作者
phil
@phile-com AI automation: 90% time saved on repetitive tasks: product sheets, after-sales chatbots, etc. 🚀 save time, win customers
外部链接
在 n8n.io 查看 →
分享此工作流