Skip to main content

Seo FAQ generator for websites using GPT 5 Nano and Google Sheets

Workflow preview

Workflow preview
100%
Seo FAQ generator for websites using GPT 5 Nano and Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

General Description This workflow is designed for SEO professionals, digital agencies, content creators, and WordPress site owners who want to improve their search engine rankings automatically. It...

Best for

  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.xml

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oriol Seguí.

Original n8n.io source

1.1 Workflow description

Title
Seo FAQ generator for websites using GPT 5 Nano and Google Sheets
Workflow name
Seo FAQ generator for websites using GPT 5 Nano and Google Sheets

General Description

This workflow is designed for SEO professionals, digital agencies, content creators, and WordPress site owners who want to improve their search engine rankings automatically. It’s also perfect for curious automation enthusiasts, who want to explore how AI and n8n can work together to save both time and money.

Main Uses

  • Automatically generate SEO-optimized FAQs directly from your website content.
  • Store and organize all FAQs in Google Sheets, ready to manage or implement.
  • Send an automatic email report confirming the update.

Key Features

  • Includes an intelligent configuration to extract all URLs from the sitemap and process them one by one in a loop.

  • As an alternative, if you don’t want to spend too much on API calls, you can enable a configurable limit to process only X number of URLs per run.

  • Comes with an OPTIONS node that centralizes the workflow’s configuration for the user, making it easy to customize key aspects like language, notification email, company name, keywords, or the number of FAQs per page.

    • In addition, users can choose to inject keywords directly into the generated FAQs, making the output even more aligned with their SEO strategy.

Save Time and Money

This workflow automates a process that would normally take hours of manual work. On average, the cost is only $0.20 for every 20 to 40 pages processed, depending on the content length (using the ChatGPT 5 Nano model).

Support and Documentation

The workflow includes detailed documentation, and almost every node comes with explanations and alternative solutions in case of errors. In addition, any failure is covered with clear error messages explaining what happened and why, making it easier to fix quickly.

In short, this template is a complete tool that combines automation, artificial intelligence, smart URL extraction, keyword injection, a centralized configuration system, and SEO best practices, so you can focus on what really matters: growing your business and boosting your online visibility.

IMG Google Sheet: https://ibb.co/Yg4KMNk

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 - MANUAL

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

Block 2 - Selected

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

Block 3 - Split Out

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

Block 4 - Split Out1

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

Block 5 - meta descr and title gen

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

Block 6 - OPTIONS

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

Block 7 - Append row in db

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 8 - Add items DB

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

Block 9 - Clear

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

Block 10 - XML

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

Block 11 - Maping Sitemap2

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

Block 12 - Sitemap Error3

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

Block 13 - Method

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

Block 14 - Loop page

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

Block 15 - HTTP Req page

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

Block 16 - Limit

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

Block 17 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 18 - Text email

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

Block 19 - Stop and Error

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

Block 20 - Schedule Trigger

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

Block 21 - Stop and Error1

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

Block 22 - FAQ Results

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

Block 23 - Error insert row

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

Block 24 - UA Rotativo

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

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

3. Summary Table

Workflow Seo FAQ generator for websites using GPT 5 Nano and Google Sheets
Complexity advanced
Nodes 35
Categories Multimodal AI
Author Oriol Seguí
Published 16 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8659/8659.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 Seo FAQ generator for websites using GPT 5 Nano and Google Sheets do?

General Description This workflow is designed for SEO professionals, digital agencies, content creators, and WordPress site owners who want to improve their search engine rankings automatically. It...

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 Multimodal AI use case.