workflows.fit
Back to n8n workflows
n8n templateFreeBy Fabrice

Run on-page SEO and GEO audit reports with IONOS AI Model Hub and Gmail

This n8n template shows you how to automate on-page SEO and GEO (Generative Engine Optimization) audits with a sovereign AI. By combining a web crawler and the IONOS AI Model Hub, any URL you submit is fully analyzed ...

DevelopmentCore NodesCommunicationHITLForm TriggerSwitchHttp RequestCode
Loading interactive preview...

Template notes

This n8n template shows you how to automate on-page SEO and GEO (Generative Engine Optimization) audits with a sovereign AI. By combining a web crawler and the IONOS AI Model Hub, any URL you submit is fully analyzed and a structured audit report is delivered to your inbox in minutes.

Use cases

- SEO audits at scale: Submit any URL through a simple form and receive a ready-to-share audit report — no manual checking of title tags, meta descriptions, or schema markup needed. - GEO readiness check: Assess whether a page is likely to be cited by AI-powered search engines like Google AI Overviews, Bing Copilot, or Perplexity — covering E-E-A-T signals, answer-ready content, and structured data quality. - On-demand analysis: Trigger an audit any time directly from the form;

How it works

A Form Trigger collects three inputs: the target URL, the preferred crawler type, and the recipient email address. A Switch node routes the request to either a simple HTTP crawler (fast, suitable for static and server-rendered sites) or a headless browser crawler powered by Apify Playwright (for JavaScript-heavy SPAs built with React, Vue, or Angular).

The Extract SEO Data code node then processes the raw HTML: it preserves the full <head> section including JSON-LD structured data, extracts the heading hierarchy (H1–H6), captures image alt attributes, collects internal and external links with anchor text, and strips the body down to clean readable text — giving the AI a complete and structured picture of the page.

The SEO + GEO Audit node sends this data to the IONOS AI Model Hub (Mistral Nemo) with a detailed prompt that instructs the model to return a two-part Markdown report. Part 1 covers SEO signals: title tag, meta description, canonical URL, robots directives, heading structure, schema markup, Open Graph tags, hreflang, image alt texts, and link signals. Part 2 covers GEO signals: E-E-A-T attribution, factual clarity, answer-ready content, structured data quality for AI parsers, citation worthiness, brand entity consistency, and content freshness.

Each finding is categorized as a Critical Issue, Quick Win, or Opportunity. A Markdown node converts the report to HTML, and a Gmail node delivers it as a formatted email to the address entered in the form.