workflows.fit
Back to n8n workflows
n8n templateFreeBy Evoort Solutions

Generate Automated SEO Reports with RapidAPI's SEO Analyzer and Google Docs

Automated SEO Website Audit with n8n, Google Docs & RapidAPI's SEO Analyzer Description: Use n8n to automate SEO audits with the [Website SEO Analyzer and Audit AI](https://rapidapi.com/PrineshPatel/api/website-seo-an...

DevelopmentCore NodesMiscellaneousForm TriggerHttp RequestCodeGoogle Docs
Loading interactive preview...

Template notes

Automated SEO Website Audit with n8n, Google Docs & RapidAPI's SEO Analyzer

Description: Use n8n to automate SEO audits with the [Website SEO Analyzer and Audit AI](https://rapidapi.com/PrineshPatel/api/website-seo-analyzer-and-audit-ai) from RapidAPI. Capture a URL, run a full audit, and export a structured SEO report to Google Docs โ€” all without manual steps.

---

โš™๏ธ Node-by-Node Explanation

๐ŸŸข formTrigger โ€” On Form Submission - Starts the workflow when a user submits a URL through a form. - Collects the website to be analyzed.

๐ŸŒ httpRequest โ€” Website Audit - Sends the submitted URL to the [Website SEO Analyzer and Audit AI](https://rapidapi.com/PrineshPatel/api/website-seo-analyzer-and-audit-ai) via a POST request. - Fetches detailed SEO data, including meta tags, keyword usage, and technical performance.

๐Ÿง  code โ€” Reformat - Transforms raw JSON from the [Website SEO Analyzer and Audit AI](https://rapidapi.com/PrineshPatel/api/website-seo-analyzer-and-audit-ai) into a structured Markdown summary. - Organizes insights into sections like Metadata, Keyword Density, Page Performance, and Security.

๐Ÿ“„ googleDocs โ€” Add Data In Google Docs - Automatically inserts the formatted SEO audit report into a pre-connected Google Docs file. - Allows audit data to be easily shared, tracked, or archived.