compare_performance
Analyze search performance changes between two time periods to identify queries or pages gaining or losing traffic in Google Search Console.
Instructions
Compare search performance between two time periods. Shows which queries/pages gained or lost traffic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account alias to use (e.g., "default", "personal"). If omitted and only one account exists, it is used automatically. | |
| siteUrl | Yes | The site URL | |
| currentStartDate | Yes | Current period start date (YYYY-MM-DD) | |
| currentEndDate | Yes | Current period end date (YYYY-MM-DD) | |
| previousStartDate | Yes | Previous period start date (YYYY-MM-DD) | |
| previousEndDate | Yes | Previous period end date (YYYY-MM-DD) | |
| dimension | No | Compare by "query" or "page" (default: query) | |
| limit | No | Number of results to return (default: 50) |