Skip to main content

Auto-audit SEO traffic drops with AI & Google Search Console to Slack

Workflow preview

Workflow preview
100%
Auto-audit SEO traffic drops with AI & Google Search Console to Slack preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Auto Audit SEO Traffic Drops with AI & GSC Automatically monitor your Google Search Console data to catch SEO performance drops before they become critical. This workflow identifies pages losing ra...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-google-search-console.googlesearchconsole, n8n-nodes-base.filter, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.code, n8n-nodes-base.httprequest

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Auto-audit SEO traffic drops with AI & Google Search Console to Slack
Workflow name
Auto-audit SEO traffic drops with AI & Google Search Console to Slack

Auto-Audit SEO Traffic Drops with AI & GSC

Automatically monitor your Google Search Console data to catch SEO performance drops before they become critical. This workflow identifies pages losing rankings and clicks, scrapes the live content, and uses AI to analyze the gap between "Search Queries" (User Intent) and "Page Content" (Reality). It then delivers actionable fixes—including specific Title rewrites and missing H2 headings—directly to Slack.

Ideal for SEO managers, content marketers, and site owners who want a pro-level SEO consultant running 24/7 on autopilot.

How it works

  1. Compare & Detect: Compares last month's GSC performance with the previous month to identify pages with declining traffic.
  2. Deep Dive: For each struggling page, it fetches the top search queries and scrapes the actual Title and H2 tags from your live website.
  3. AI Analysis: An AI Agent analyzes why the page is failing by comparing user intent vs. actual content.
  4. Report: Sends a "Consultant-style" report to Slack with quantitative data and specific improvement tasks (e.g., "Add this H2 heading").

Set up steps

  1. Configure: Open the 📝 Edit Me: Config node and enter your GSC Property URL (e.g., sc-domain:example.com).
  2. Connect Credentials:
    • Google Search Console: To fetch performance data.
    • OpenAI: To analyze content and generate ideas.
    • Slack: To receive the weekly reports.
  3. Activate: Turn on the workflow to receive your SEO audit every Monday morning.

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 - Weekly Schedule

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

Block 2 - 📝 Edit Me: Config

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

Block 3 - GSC: Compare Period

Type / Role
n8n-nodes-google-search-console.googleSearchConsole - googleSearchConsole
Config choices
Version 1

Block 4 - Filter: Drops

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 5 - Loop Pages

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 6 - Wait 1s

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 7 - GSC: Get Queries

Type / Role
n8n-nodes-google-search-console.googleSearchConsole - googleSearchConsole
Config choices
Version 1

Block 8 - Format Queries

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

Block 9 - Scrape Page

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

Block 10 - Extract Content

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

Block 11 - AI Analyst

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

Block 12 - Format for Slack

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

Block 13 - Notify Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 14 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Auto-audit SEO traffic drops with AI & Google Search Console to Slack
Complexity advanced
Nodes 17
Categories Market Research, AI Summarization
Author Shun Nakayama
Published 01 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11401/11401.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 Auto-audit SEO traffic drops with AI & Google Search Console to Slack do?

Auto Audit SEO Traffic Drops with AI & GSC Automatically monitor your Google Search Console data to catch SEO performance drops before they become critical. This workflow identifies pages losing ra...

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.