This n8n workflow automates a comprehensive daily SEO audit of a specified website, generating an HTML report with SEO issues and top priorities, then delivering it via Gmail. It helps website owners proactively monitor SEO health, identify on-page and technical errors, and streamline recovery efforts.
The process starts with a scheduled trigger that runs daily, fetching the website’s page content from a predefined URL. The workflow extracts key on-page elements such as titles, meta descriptions, headings, images, and links, using HTML parsing nodes. It then analyzes this data with a JavaScript code node, checking for common SEO issues like missing or short meta tags, improper headings, low word count, broken links, lack of structured data, and Core Web Vitals (CWV) metrics.
Based on this analysis, the workflow compiles a detailed markdown report summarizing the overall SEO status, including a ‘Top 3 Priorities’ section and categorized issues into ‘On-Page’ and ‘Technical’. Finally, the report is styled in HTML and sent via Gmail to designated recipients, providing actionable insights to improve website SEO proactively.
This workflow is practical for digital marketing teams, SEO agencies, and website managers looking to maintain optimal SEO performance with minimal manual effort, ensuring continuous improvements and issue resolution.
Reviews
There are no reviews yet.