Skip to main content

Analyze websites for UX & SEO quality with Airtop, GPT-4 Mini, and Gmail

Workflow preview

Workflow preview
100%
Analyze websites for UX & SEO quality with Airtop, GPT-4 Mini, and Gmail preview
Open on n8n.io

Important notice

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

1. Workflow Overview

UX & SEO Website Analyst (Airtop + OpenAI + Gmail) This workflow automatically analyzes a website for UX and SEO quality. It uses Airtop for realistic web scraping, OpenAI for structured evaluation...

Best for

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

Tools used

n8n-nodes-base.airtoptool, n8n-nodes-base.formtrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.stickynote, n8n-nodes-base.airtop, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Analyze websites for UX & SEO quality with Airtop, GPT-4 Mini, and Gmail
Workflow name
Analyze websites for UX & SEO quality with Airtop, GPT-4 Mini, and Gmail

UX & SEO Website Analyst (Airtop + OpenAI + Gmail)

This workflow automatically analyzes a website for UX and SEO quality. It uses Airtop for realistic web scraping, OpenAI for structured evaluation of metadata (title, description, and overall SEO signals), and Gmail to send professional reports.

What it does
  • Scrapes website content and metadata through an Airtop session.
  • Evaluates SEO and UX factors (strengths, weaknesses, recommendations) with OpenAI.
  • Generates a clear, structured report.
  • Sends the report automatically via Gmail.
Use cases
  • Marketing agencies auditing client websites.
  • Freelancers offering SEO/UX review services.
  • Businesses monitoring their own website performance.
Requirements
  • Airtop account with API access.
  • OpenAI API key.
  • Gmail credentials connected in n8n.

How it works

  • Start the flow with a target website URL.
  • Airtop opens a session and scrapes metadata naturally.
  • OpenAI analyzes and scores the title, description, and overall quality.
  • Gmail sends a formatted report to your chosen recipient.

Set up steps

  • Connect Airtop, OpenAI, and Gmail credentials in n8n.
  • Provide the target URL to analyze.
  • Run the workflow and review the email report.
  • Keep detailed instructions inside sticky notes in the workflow.

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

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

Block 2 - Query

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

Block 3 - Load URL

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

Block 4 - End session

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

Block 5 - Type

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

Block 6 - On form submission

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

Block 7 - Output

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

Block 8 - OpenAI Chat Model

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

Block 9 - Webscraper

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

Block 10 - set input data

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

Block 11 - Sticky Note

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

Block 12 - Sticky Note2

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

Block 13 - Sticky Note3

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

Block 14 - Session

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

Block 15 - Window

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

Block 16 - Return IDs

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

Block 17 - Sticky Note6

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

Block 18 - Terminate a session

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

Block 19 - Sticky Note7

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

Block 20 - Sticky Note5

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

Block 21 - Send a message

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

Block 22 - HTTP Request

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

Block 23 - HTML

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

Block 24 - Metadata Analyze

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

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

3. Summary Table

Workflow Analyze websites for UX & SEO quality with Airtop, GPT-4 Mini, and Gmail
Complexity advanced
Nodes 33
Categories Market Research, AI Summarization
Author LukaszB
Published 24 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8905/8905.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 Analyze websites for UX & SEO quality with Airtop, GPT-4 Mini, and Gmail do?

UX & SEO Website Analyst (Airtop + OpenAI + Gmail) This workflow automatically analyzes a website for UX and SEO quality. It uses Airtop for realistic web scraping, OpenAI for structured evaluation...

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.