SEO フレンドリー - WordPress 記事ジェネレーター

上級

これはAI, Marketing分野の自動化ワークフローで、18個のノードを含みます。主にIf, Discord, Telegram, Wordpress, HttpRequestなどのノードを使用、AI技術を活用したスマート自動化を実現。 SEO 最適化されたブログ記事の生成と WordPress への掲載

前提条件
  • Discord Bot Token または Webhook
  • Telegram Bot Token
  • ターゲットAPIの認証情報が必要な場合あり
  • OpenAI API Key
  • Google Gemini API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "lZI2xknLPhHU6gZB",
  "meta": {
    "instanceId": "c2650793f644091dc80fb900fe63448ad1f4b774008de9608064d67294f8307c",
    "templateCredsSetupCompleted": true
  },
  "name": "SEO friendly - Wordpress post generator",
  "tags": [],
  "nodes": [
    {
      "id": "a7e0b3f7-7b86-4e94-b5c5-104cb92a332f",
      "name": "トピック選択・タイトル作成",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        320,
        -320
      ],
      "parameters": {},
      "typeVersion": 1.6
    },
    {
      "id": "4ef52544-155b-4192-9fe3-243503c3f83e",
      "name": "Telegram トリガー",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -180,
        -380
      ],
      "webhookId": "a9b697dc-5b4e-418c-83ed-54966ce7ea34",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "581e3845-ac08-4d69-ac27-c702cfe1a959",
      "name": "⚙️ セットアップガイド",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -420,
        20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1768fb1a-3da2-4d36-a67a-e82b8e511b00",
      "name": "🧠 概要 - 本ワークフローの機能",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        -680
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "29fd6900-3f7c-4efa-83bf-93297239c425",
      "name": "telegram からのコマンド確認",
      "type": "n8n-nodes-base.if",
      "position": [
        0,
        -380
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "cf9ed09e-aca1-496b-8b39-a1290f912bbf",
      "name": "スケジュール自動トリガー(3時間毎)",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -80,
        -140
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "14ac3e7a-5830-4f36-98ce-672c1442cba8",
      "name": "Discord チャンネルへ通知",
      "type": "n8n-nodes-base.discord",
      "position": [
        1180,
        -20
      ],
      "webhookId": "722513b9-8a0c-4ba1-b0ee-c712d8fb0af6",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "638a51ea-dedf-4734-8e12-c1fc0d76b794",
      "name": "投稿にアイキャッチ画像を添付",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        940,
        60
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "a860c065-448a-44f6-83de-6a739380c731",
      "name": "Wordpress へ画像をアップロード",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        740,
        80
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "f5bafe2f-ac4b-42e5-9c23-506b02115060",
      "name": "WP下書き記事を作成",
      "type": "n8n-nodes-base.wordpress",
      "position": [
        340,
        80
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3a661537-7bf8-4f05-9869-c2ed0f4f497d",
      "name": "ALT: メタデータ生成(Gemini)",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        340,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3ab3b38b-0627-4a92-a3c2-75776cd896cc",
      "name": "ブログメタデータJSONを解析",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        500,
        -120
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "9a1bd821-e55f-4448-b4ba-a827e7a0724c",
      "name": "記事生成(代替)",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        840,
        -120
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "9955289b-3787-413a-9724-4bac6459b537",
      "name": "記事生成(代替2)",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1000,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ce431f84-a3c8-40ce-b903-6d64f479dfe8",
      "name": "記事生成",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        680,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "34fcbcf7-a734-4b7d-9421-0371f56de25d",
      "name": "アイキャッチ画像生成(OpenAI)",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        540,
        80
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "55642750-4403-4868-a263-6e08bf6fbb05",
      "name": "記事本文を生成",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        640,
        -320
      ],
      "parameters": {},
      "typeVersion": 1.6
    },
    {
      "id": "89058ee2-9400-4b32-8cf4-d1a5796a003b",
      "name": "Telegram へ通知",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1180,
        220
      ],
      "webhookId": "29c01d67-35b0-4234-92dd-c729fcb6fe7e",
      "parameters": {},
      "typeVersion": 1.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "71c2ae60-8a20-4cb3-aef1-4e63308cf0f8",
  "connections": {
    "4ef52544-155b-4192-9fe3-243503c3f83e": {
      "main": [
        [
          {
            "node": "29fd6900-3f7c-4efa-83bf-93297239c425",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ce431f84-a3c8-40ce-b903-6d64f479dfe8": {
      "ai_languageModel": [
        [
          {
            "node": "55642750-4403-4868-a263-6e08bf6fbb05",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "f5bafe2f-ac4b-42e5-9c23-506b02115060": {
      "main": [
        [
          {
            "node": "34fcbcf7-a734-4b7d-9421-0371f56de25d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "55642750-4403-4868-a263-6e08bf6fbb05": {
      "main": [
        [
          {
            "node": "f5bafe2f-ac4b-42e5-9c23-506b02115060",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "14ac3e7a-5830-4f36-98ce-672c1442cba8": {
      "main": [
        []
      ]
    },
    "9955289b-3787-413a-9724-4bac6459b537": {
      "ai_languageModel": [
        []
      ]
    },
    "3ab3b38b-0627-4a92-a3c2-75776cd896cc": {
      "ai_outputParser": [
        [
          {
            "node": "a7e0b3f7-7b86-4e94-b5c5-104cb92a332f",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "a860c065-448a-44f6-83de-6a739380c731": {
      "main": [
        [
          {
            "node": "638a51ea-dedf-4734-8e12-c1fc0d76b794",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "29fd6900-3f7c-4efa-83bf-93297239c425": {
      "main": [
        [
          {
            "node": "a7e0b3f7-7b86-4e94-b5c5-104cb92a332f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "638a51ea-dedf-4734-8e12-c1fc0d76b794": {
      "main": [
        [
          {
            "node": "14ac3e7a-5830-4f36-98ce-672c1442cba8",
            "type": "main",
            "index": 0
          },
          {
            "node": "89058ee2-9400-4b32-8cf4-d1a5796a003b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a7e0b3f7-7b86-4e94-b5c5-104cb92a332f": {
      "main": [
        [
          {
            "node": "55642750-4403-4868-a263-6e08bf6fbb05",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "34fcbcf7-a734-4b7d-9421-0371f56de25d": {
      "main": [
        [
          {
            "node": "a860c065-448a-44f6-83de-6a739380c731",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3a661537-7bf8-4f05-9869-c2ed0f4f497d": {
      "ai_languageModel": [
        [
          {
            "node": "a7e0b3f7-7b86-4e94-b5c5-104cb92a332f",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "cf9ed09e-aca1-496b-8b39-a1290f912bbf": {
      "main": [
        [
          {
            "node": "a7e0b3f7-7b86-4e94-b5c5-104cb92a332f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - 人工知能, マーケティング

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
上級
ノード数18
カテゴリー2
ノードタイプ14
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34