Marketing
Automatic SEO | On-Page SEO Audits from OpenAI
This n8n workflow accepts a landing page URL via a form, scrapes its content, then uses OpenAI to perform parallel on-page technical and content SEO audits. The results are merged, formatted into a comprehensive report, and finally emailed to the user.
Built · ~7.5 hours saved per week
Automated On-Page SEO Auditor
This workflow automates the process of performing a comprehensive on-page SEO audit for any given webpage. By providing a URL, a user can trigger an automated analysis that scrapes the website's content and uses Artificial Intelligence to generate two distinct, detailed reports: a technical SEO audit and a content SEO audit. The final, consolidated report is then formatted and delivered via email.
Technologies & Automation
- Primary Technologies: n8n, OpenAI (via LangChain), Gmail. - Automation Focus: This workflow automates the time-consuming and expertise-driven tasks of technical and content SEO analysis. It eliminates the need for manual inspection of HTML code and content, providing expert-level insights on-demand. This is ideal for SEO agencies, marketers, or website owners looking to quickly diagnose and get actionable recommendations for improving their site's search engine performance.
AI Integration
The core of this workflow's intelligence lies in its use of the OpenAI gpt-4o-mini model, integrated via n8n's LangChain nodes. The workflow runs two parallel AI analyses:
1. Technical SEO Audit: The AI is prompted to act as a world-class SEO Manager. It analyzes the raw HTML of the scraped webpage to identify technical issues. It then categorizes its findings into "Critical Issues," "Quick Wins," and "Opportunities for Improvement." 2. Content SEO Audit: The AI is given the same expert persona but is tasked with analyzing the visible content of the page. It performs a quality assessment, analyzes keyword usage, and evaluates readability, providing structured analysis and actionable recommendations to improve rankings and user engagement.
By using AI, the workflow transforms raw website data into structured, expert-level strategic advice, mimicking the output of a professional SEO consultant in a matter of seconds.
Node-by-Node Analysis
H2: Workflow Trigger and Data Collection
- Landing Page Url (Form Trigger): The workflow is initiated manually through a web form. The user provides a single piece of information: the URL of the landing page they want to audit. This makes the tool accessible and easy to use.
Tags: Web Scraping, Forms, SEO, Data Transformation
Integrations: HTTP, OpenAI, AI Agent, Email