Compare Periods
compare_periodsCompare search performance between two date ranges to identify changes in clicks, impressions, CTR, and position. Use it to track SEO changes, algorithm updates, or seasonal trends.
Instructions
Compare search performance between two date ranges. Returns delta calculations for clicks, impressions, CTR, and position. Useful for tracking impact of SEO changes, algorithm updates, or seasonal trends. IMPORTANT: Base your analysis only on the data returned by this tool. Report exact numbers from the response. Do not speculate about causes the data does not support. If the data is insufficient to answer, say so rather than guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteUrl | No | The site URL. Falls back to GSC_DEFAULT_SITE_URL if not provided. | |
| rowLimit | No | Max rows per period (default: 100) | |
| dimensions | No | Dimensions to compare by (default: ["query"]) | |
| searchType | No | ||
| period1EndDate | Yes | First period end date (YYYY-MM-DD) | |
| period2EndDate | Yes | Second period end date (YYYY-MM-DD) | |
| period1StartDate | Yes | First period start date (YYYY-MM-DD) — the "before" period | |
| period2StartDate | Yes | Second period start date (YYYY-MM-DD) — the "after" period |