Skip to main content

Comprehensive SEO Audit with GPT-4 Specialists using Analytics, Search Console & PageSpeed

Workflow preview

Workflow preview
100%
Comprehensive SEO Audit with GPT-4 Specialists using Analytics, Search Console & PageSpeed preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automated SEO Audit with a Team of AI Specialists This workflow performs a comprehensive, automated monthly SEO and performance audit for any website. It uses a "team" of specialized AI agents t...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googlesheetstool, n8n-nodes-base.merge, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jimmy Gay.

Original n8n.io source

1.1 Workflow description

Title
Comprehensive SEO Audit with GPT-4 Specialists using Analytics, Search Console & PageSpeed
Workflow name
Comprehensive SEO Audit with GPT-4 Specialists using Analytics, Search Console & PageSpeed

🤖 Automated SEO Audit with a Team of AI Specialists

This workflow performs a comprehensive, automated monthly SEO and performance audit for any website. It uses a "team" of specialized AI agents to analyze data from multiple sources, aggregates their findings, and generates a final strategic report.

Every month, it automatically fetches data from Google Analytics, Google Search Console, and Google PageSpeed Insights, and also performs a live crawl of the target website's homepage.

Key Features

  • Fully Automated: Runs on a schedule to deliver monthly reports without manual intervention.
  • Multi-Source Analysis: Gathers data from four key marketing sources for a 360° view.
  • AI Agent Team: Uses a sophisticated multi-agent system where each AI specializes in one area (Analytics, Performance, Technical SEO).
  • Master Analyst: A final AI agent synthesizes all specialist reports into a single, actionable strategic plan.
  • Automated Storage: All individual and final reports are automatically saved to a designated Google Sheet.

⚙️ Setup Instructions

To use this template, you must configure your credentials and set your target website.

1. Set Your Target Domain (Crucial!):

  • Find the Set Target Website node at the beginning of the workflow.
  • In the "Value" field, replace https://www.your-website.com with the URL of the website you want to audit. This will update the URL across the entire workflow automatically.

2. Configure the Schedule Trigger:

  • Click on the Schedule Trigger node to set when you want the monthly report to run.

3. Connect Your Google Credentials:

  • Google Analytics: Select your credential in the Get a report node.
  • Google Search Console: Select your credential in the Search Console (HTTP Request) node.
  • Google Sheets: Select your credential in all Google Sheets nodes.
  • Google PageSpeed API Key:
    • Go to the "Credentials" tab in n8n and create a new "Generic Credential" with the type "API Key - Query Param".
    • Name it Google API Key.
    • The "Parameter Name" must be key.
    • Paste your PageSpeed API key into the "API Key" field.
    • Go back to the PageSpeed Insight node, select "API Key - Query Param" for Authentication, and choose your new credential.

4. Connect OpenAI Credentials:

  • This template uses multiple OpenAI Chat Model nodes. Configure each one with your OpenAI API key.

5. Set Your Google Sheet:

  • In each of the Google Sheets nodes, replace the hardcoded "Document ID" with the ID of your own Google Sheet where you want to store the reports.

🔬 Workflow Explained

  1. Phase 1: Data Collection: The Schedule Trigger starts the workflow. Four parallel branches collect data from Google Analytics, PageSpeed Insights, Search Console, and a direct website crawl.
  2. Phase 2: Data Processing & Specialist Analysis:
    • Each data source is processed by a dedicated Code node to format the data.
    • The formatted data is then sent to a specialized AI agent (ANALYTICS SPECIALIST, PERFORMANCE SPECIALIST, etc.) for in-depth analysis.
  3. Phase 3: Report Aggregation: A Merge node waits for all four specialist reports to be completed. A DATA AGGREGATOR node then combines them into a single, comprehensive package.
  4. Phase 4: Master Synthesis & Storage: The final MASTER ANALYST agent receives the aggregated data and produces a high-level strategic summary with actionable recommendations. This final report is then saved to Google Sheets.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 3 - Append row

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.6

Block 4 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 5 - OpenAI Chat Model2

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 6 - OpenAI Chat Model3

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 7 - OpenAI Chat Model4

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 8 - Get row(s)4

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.6

Block 9 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 10 - Search console

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Set Target Website

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Format GA Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Analytics Specialist Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 14 - Format Search Console Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - SEO Specialist Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 16 - Fetch PageSpeed Data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Format PageSpeed Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Performance Specialist Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 19 - Crawl Website Homepage

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - Extract On-Page SEO Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Score On-Page SEO

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Technical Audit Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 23 - Aggregate All Reports

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 24 - Master Analyst Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Showing the first 24 of 38 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Comprehensive SEO Audit with GPT-4 Specialists using Analytics, Search Console & PageSpeed
Complexity advanced
Nodes 38
Categories Market Research, AI Summarization
Author Jimmy Gay
Published 27 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6540/6540.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Comprehensive SEO Audit with GPT-4 Specialists using Analytics, Search Console & PageSpeed do?

Automated SEO Audit with a Team of AI Specialists This workflow performs a comprehensive, automated monthly SEO and performance audit for any website. It uses a "team" of specialized AI agents t...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.