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": {
"83c6d7e3-ae2e-4576-8bc6-1e1a7b553fca": {
"main": [
[
{
"node": "223ed34b-3e26-406c-a5a5-34f8408e3fe6",
"type": "main",
"index": 0
}
]
]
},
"7018ae65-bb9d-4bac-8746-01193cb0e523": {
"main": [
[
{
"node": "83c6d7e3-ae2e-4576-8bc6-1e1a7b553fca",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
初級 - ビルディングブロック, マーケティング
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
WordPress(または WooCommerce)記事の音声要約を生成し、アップロードする
WordPress(またはWoocommerce)記事の音声要約の生成・アップロード
Set
Wordpress
Http Request
+
Set
Wordpress
Http Request
7 ノードphil
営業
Amazon製品検索クローラー(BrightData、GPT-4、Google Sheets)
BrightData、GPT-4、Google Sheetsを使用したAmazon製品検索スクロバー
Code
Split Out
Http Request
+
Code
Split Out
Http Request
11 ノードphil
人工知能
画像生成ワーキングフロー
HTTPリクエストノードを使ってFree DummyJSON APIからテキスト画像を生成
Set
Http Request
Manual Trigger
Set
Http Request
Manual Trigger
3 ノードAkram Kadri
ビルディングブロック
Yoast SEO APIを使ってWordPressのSEOタイトルと説明文の更新を自動化
Yoast SEO APIを使ったWordPress SEOのタイトルと記述更新の自動化
Set
Http Request
Manual Trigger
+
Set
Http Request
Manual Trigger
4 ノードphil
任意の画像を取得:標準のなスクレイピングとBrightData Web Unblockerのフォールバック
任意の画像取得:標準クロールから BrightData Web Unblocker フェイルオーバーへ
Set
Http Request
Manual Trigger
+
Set
Http Request
Manual Trigger
5 ノードphil
エンジニアリング
Icypeasを使ってGoogleスプレッドシート内のメールアドレスをバッチ検証
Google スプレッドシートのメールアドレスを Icypeas で一括検証
Code
Http Request
Google Sheets
+
Code
Http Request
Google Sheets
8 ノードCorentin Ribeyre
営業
ワークフロー情報
難易度
初級
ノード数3
カテゴリー2
ノードタイプ3
作成者
phil
@philAccé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で表示 →
このワークフローを共有