This workflow performs a comprehensive, automated monthly SEO and performance audit for any website. It uses a "team" of specialized AI agents to analyze data from multiple sources, aggregates their findings, and generates a final strategic report.
Every month, it automatically fetches data from Google Analytics, Google Search Console, and Google PageSpeed Insights, and also performs a live crawl of the target website's homepage.
To use this template, you must configure your credentials and set your target website.
1. Set Your Target Domain (Crucial!):
Set Target Website
node at the beginning of the workflow.https://www.your-website.com
with the URL of the website you want to audit. This will update the URL across the entire workflow automatically.2. Configure the Schedule Trigger
:
Schedule Trigger
node to set when you want the monthly report to run.3. Connect Your Google Credentials:
Get a report
node.Search Console
(HTTP Request) node.Google Sheets
nodes.Google API Key
.key
.PageSpeed Insight
node, select "API Key - Query Param" for Authentication, and choose your new credential.4. Connect OpenAI Credentials:
OpenAI Chat Model
nodes. Configure each one with your OpenAI API key.5. Set Your Google Sheet:
Google Sheets
nodes, replace the hardcoded "Document ID" with the ID of your own Google Sheet where you want to store the reports.Schedule Trigger
starts the workflow. Four parallel branches collect data from Google Analytics, PageSpeed Insights, Search Console, and a direct website crawl.Code
node to format the data.ANALYTICS SPECIALIST
, PERFORMANCE SPECIALIST
, etc.) for in-depth analysis.Merge
node waits for all four specialist reports to be completed. A DATA AGGREGATOR
node then combines them into a single, comprehensive package.MASTER ANALYST
agent receives the aggregated data and produces a high-level strategic summary with actionable recommendations. This final report is then saved to Google Sheets.