Automated Blog Content Generation with GPT-4o from Google Trends to WordPress

Go to Workflow
0 views
Built by IranServer.com IranServer.com
Created on June 05, 2026

Description

Automated Blog Content Generation from Google Trends to WordPress

This n8n workflow automatically generates SEO-friendly blog content based on trending topics from Google Trends and publishes it to WordPress. Perfect for content creators, bloggers, and digital marketers who want to stay on top of trending topics with minimal manual effort.

Who's it for

Content creators** who need fresh, trending topic ideas
Bloggers** looking to automate their content pipeline
Digital marketers** wanting to capitalize on trending searches
WordPress site owners** seeking automated content generation
SEO professionals** who want to target trending keywords

How it works

The workflow operates on a scheduled basis (daily at 8:45 PM by default) and follows this process:

Trend Discovery: Fetches the latest trending searches from Google Trends for a specific country (Iran by default)
Content Research: Performs Google searches on the top 3 trending topics to gather detailed information
AI Content Generation: Uses OpenAI's GPT-4o model to create SEO-friendly blog posts based on the trending topics and search results
Structured Output: Ensures the generated content has proper title and content structure
Auto-Publishing: Automatically creates draft posts in WordPress

The AI is specifically prompted to create engaging, SEO-optimized content without revealing the automated sources, ensuring natural-sounding blog posts.

How to set up

Install required community node:
n8n-nodes-serpapi for Google Trends and Search functionality


Configure credentials:
SerpApi: Sign up at serpapi.com and add your API key
OpenAI: Add your OpenAI API key for GPT-4o access
WordPress: Configure your WordPress site credentials

Customize the country code: Change the "Country" field in the "Edit Fields" node (currently set to "IR" for Iran)

Adjust the schedule: Modify the "Schedule Trigger" to run at your preferred time

Test the workflow: Run it manually first to ensure all connections work properly

Requirements

SerpApi account** (for Google Trends and Search data)
OpenAI API access** (for content generation using GPT-4o)
WordPress site** with API access enabled

How to customize the workflow

Change target country**: Modify the country code in the "Edit Fields" node to target different regions
Adjust content quantity**: Change the limit in the "Limit" node to process more or fewer trending topics
Modify AI prompt**: Edit the prompt in the "Basic LLM Chain" node to change writing style or focus
Schedule frequency**: Adjust the "Schedule Trigger" for different posting frequencies
Content status**: Change from "draft" to "publish" in the WordPress node for immediate publishing
Add content filtering**: Insert additional nodes to filter topics by category or keywords

Nodes Used (5)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured
Wordpress
n8n-nodes-base.wordpress