8
n8n 한국어amn8n.com

O3 총괄자와 GPT-4 전문가 팀 기반의 전면 SEO 전략

고급

이것은Market Research, AI Chatbot분야의자동화 워크플로우로, 18개의 노드를 포함합니다.주로 Agent, AgentTool, ToolThink, ChatTrigger, LmChatOpenAi 등의 노드를 사용하며. O3 지휘관 및 GPT-4 전문가 팀 기반의 전면적인 SEO 전략

사전 요구사항
  • OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "12e6f290a974a1eee154f8d915aade185e90e826260e6aeab8a087ba7386a1bc",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "seo-chat-trigger",
      "name": "채팅 메시지 수신 시",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -2864,
        -576
      ],
      "webhookId": "seo-webhook-id",
      "parameters": {
        "options": {}
      },
      "typeVersion": 1.1
    },
    {
      "id": "seo-director-agent",
      "name": "SEO 디렉터 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -2640,
        -816
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 2.1
    },
    {
      "id": "seo-think",
      "name": "Think",
      "type": "@n8n/n8n-nodes-langchain.toolThink",
      "position": [
        -2512,
        -496
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "keyword-agent",
      "name": "키워드 리서치 전문가",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -2240,
        -96
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in keyword research, search intent analysis, competitor keyword analysis, and keyword clustering"
      },
      "typeVersion": 2.2
    },
    {
      "id": "content-agent",
      "name": "SEO 콘텐츠 작성자",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1280,
        -704
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in SEO-optimized content creation, blog posts, landing pages, and content optimization"
      },
      "typeVersion": 2.2
    },
    {
      "id": "technical-agent",
      "name": "기술 SEO 전문가",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1840,
        -304
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in technical SEO audits, site speed optimization, schema markup, and crawling issues"
      },
      "typeVersion": 2.2
    },
    {
      "id": "link-agent",
      "name": "링크 빌딩 전략가",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1328,
        -80
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in link building strategies, outreach campaigns, and backlink analysis"
      },
      "typeVersion": 2.2
    },
    {
      "id": "local-agent",
      "name": "로컬 SEO 전문가",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1744,
        -1024
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in local SEO optimization, Google My Business, local citations, and geo-targeted content"
      },
      "typeVersion": 2.2
    },
    {
      "id": "analytics-agent",
      "name": "SEO 애널리틱스 전문가",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1344,
        -1264
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in SEO performance tracking, Google Analytics, Search Console analysis, and ranking monitoring"
      },
      "typeVersion": 2.2
    },
    {
      "id": "seo-director-model",
      "name": "OpenAI 채팅 모델 SEO 디렉터",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -2672,
        -496
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "o3",
          "cachedResultName": "o3"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "keyword-model",
      "name": "OpenAI 채팅 모델1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -2208,
        368
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "content-model",
      "name": "OpenAI 채팅 모델2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1312,
        -496
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "technical-model",
      "name": "OpenAI 채팅 모델3",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1824,
        -144
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "link-model",
      "name": "OpenAI 채팅 모델4",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1328,
        96
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "local-model",
      "name": "OpenAI 채팅 모델5",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1776,
        -768
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "analytics-model",
      "name": "OpenAI 채팅 모델6",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1312,
        -944
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "seo-header-sticky",
      "name": "스티키 노트 헤더",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3808,
        -880
      ],
      "parameters": {
        "color": 5,
        "width": 580,
        "height": 320,
        "content": "=======================================\n        SEO DIRECTOR WITH SEO TEAM\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tips and tutorials here:\n   - YouTube: https://www.youtube.com/@YaronBeen/videos\n   - LinkedIn: https://www.linkedin.com/in/yaronbeen/\n======================================="
      },
      "typeVersion": 1
    },
    {
      "id": "seo-main-sticky",
      "name": "스티키 노트 본문",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3808,
        -544
      ],
      "parameters": {
        "color": 5,
        "width": 740,
        "height": 2500,
        "content": "## 🔍 **SEO DIRECTOR WITH SEO TEAM - AI WORKFLOW**\n\n**🔥 Powered by OpenAI O3 & GPT-4.1-mini Multi-Agent System**\n\n#SEO #SearchEngine #n8nWorkflows #OpenAI #DigitalMarketing\n\n---\n\n### 📝 **Overview**\n\nThis multi-agent n8n automation creates a comprehensive SEO powerhouse. A strategic SEO Director agent receives your search optimization requests, analyzes ranking opportunities, and coordinates specialized agents for keyword research, content creation, technical SEO, link building, local SEO, and analytics—delivering complete search engine optimization with measurable results.\n\n---\n\n### ⚙️ **How It Works**\n\n1. **Chat trigger** receives SEO requests (e.g., \"Create a complete SEO strategy to rank for 'project management software'\")\n2. **SEO Director** (O3) analyzes search landscape and determines optimization strategy\n3. Delegates to specialist agents:\n   - Keyword Research Specialist\n   - SEO Content Writer\n   - Technical SEO Specialist\n   - Link Building Strategist\n   - Local SEO Specialist\n   - SEO Analytics Specialist\n4. Each agent uses **GPT-4.1-mini** for specialized execution\n5. Results integrated into comprehensive SEO campaign\n\n---\n\n### 👥 **Meet Your AI SEO Team**\n\n| Agent | Purpose | Model | Output |\n|-------|---------|-------|--------|\n| 🔍 **SEO Director** | SEO strategy & campaign coordination | O3 | Strategic SEO leadership |\n| 🔑 **Keyword Research** | Keyword discovery, intent analysis | GPT-4.1-mini | Keyword strategies |\n| ✍️ **Content Writer** | SEO-optimized content creation | GPT-4.1-mini | Optimized content |\n| ⚙️ **Technical SEO** | Site optimization, crawling issues | GPT-4.1-mini | Technical improvements |\n| 🔗 **Link Building** | Backlink strategies, outreach | GPT-4.1-mini | Link campaigns |\n| 📍 **Local SEO** | Local optimization, GMB management | GPT-4.1-mini | Local presence |\n| 📊 **Analytics** | Performance tracking, reporting | GPT-4.1-mini | SEO insights |\n\n---\n\n### 💡 **Use Cases**\n\n- **Complete SEO Campaigns**: Research → Content → Technical → Links → Analytics\n- **Keyword Domination**: Comprehensive keyword strategies for target markets\n- **Content SEO**: Blog posts, landing pages, and site-wide optimization\n- **Technical Audits**: Site speed, crawling, indexing, and schema optimization\n- **Link Building**: Strategic backlink acquisition and outreach campaigns\n- **Local Dominance**: Google My Business and local search optimization\n\n---\n\n### 💸 **Cost Optimization**\n\n- **O3 for SEO Director**: Strategic SEO decisions only\n- **GPT-4.1-mini for specialists**: 90% cost reduction\n- **Parallel processing**: All SEO aspects handled simultaneously\n- **Data integration**: Leverage existing analytics and tools\n\n---\n\n### 🏷️ **Tags**\n\n#KeywordResearch #ContentSEO #TechnicalSEO #LinkBuilding #LocalSEO #SEOAnalytics\n#SearchOptimization #OrganicTraffic #GoogleRankings #SEOStrategy #DigitalMarketing\n#n8n #OpenAI #MultiAgentSystem #SEOAutomation #SearchMarketing #SEOTools"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "seo-think": {
      "ai_tool": [
        [
          "SEO 디렉터 에이전트",
          "ai_tool",
          0
        ]
      ]
    },
    "keyword-model": {
      "ai_languageModel": [
        [
          "키워드 리서치 전문가",
          "ai_languageModel",
          0
        ]
      ]
    },
    "content-model": {
      "ai_languageModel": [
        [
          "SEO 콘텐츠 작성자",
          "ai_languageModel",
          0
        ]
      ]
    },
    "technical-model": {
      "ai_languageModel": [
        [
          "기술 SEO 전문가",
          "ai_languageModel",
          0
        ]
      ]
    },
    "link-model": {
      "ai_languageModel": [
        [
          "링크 빌딩 전략가",
          "ai_languageModel",
          0
        ]
      ]
    },
    "local-model": {
      "ai_languageModel": [
        [
          "로컬 SEO 전문가",
          "ai_languageModel",
          0
        ]
      ]
    },
    "analytics-model": {
      "ai_languageModel": [
        [
          "SEO 애널리틱스 전문가",
          "ai_languageModel",
          0
        ]
      ]
    },
    "content-agent": {
      "ai_tool": [
        [
          "SEO 디렉터 에이전트",
          "ai_tool",
          0
        ]
      ]
    },
    "local-agent": {
      "ai_tool": [
        [
          "SEO 디렉터 에이전트",
          "ai_tool",
          0
        ]
      ]
    },
    "link-agent": {
      "ai_tool": [
        [
          "SEO 디렉터 에이전트",
          "ai_tool",
          0
        ]
      ]
    },
    "analytics-agent": {
      "ai_tool": [
        [
          "SEO 디렉터 에이전트",
          "ai_tool",
          0
        ]
      ]
    },
    "technical-agent": {
      "ai_tool": [
        [
          "SEO 디렉터 에이전트",
          "ai_tool",
          0
        ]
      ]
    },
    "seo-chat-trigger": {
      "main": [
        [
          "SEO 디렉터 에이전트",
          "main",
          0
        ]
      ]
    },
    "keyword-agent": {
      "ai_tool": [
        [
          "SEO 디렉터 에이전트",
          "ai_tool",
          0
        ]
      ]
    },
    "seo-director-model": {
      "ai_languageModel": [
        [
          "SEO 디렉터 에이전트",
          "ai_languageModel",
          0
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

고급 - 시장 조사, AI 챗봇

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
고급
노드 수18
카테고리2
노드 유형6
난이도 설명

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
Yaron Been

Yaron Been

@yaron-nofluff

Building AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34