Automate weekly GEO performance reports with trend analysis and week-over-week comparisons.Documentation Index
Fetch the complete documentation index at: https://docs.qwairy.co/llms.txt
Use this file to discover all available pages before exploring further.
This guide uses the API client from the Guides index. Copy it to your project first.
What You’ll Build
A weekly report showing:- Current vs previous week metrics comparison
- Trend indicators (up/down/stable)
- Percentage change for each KPI
Generate Weekly Report
Usage
Example Output
Console:Add Diagnostic Drivers (Optional)
Enrich your report with the “why” behind metric changes: which providers moved, which prompts gained or lost citations.Send Report
Deliver the report via Slack or email.Scheduling
Run this report automatically:| Platform | Method |
|---|---|
| Cron | 0 9 * * MON (every Monday at 9am) |
| GitHub Actions | schedule: cron: '0 9 * * 1' |
| AWS Lambda | EventBridge rule with cron expression |
| Google Cloud | Cloud Scheduler + Cloud Functions |
Next Steps
- Build a custom dashboard for real-time monitoring
- Add competitive analysis to your reports
- Export data to your BI tools

