gsc_query_opportunities
Identify queries ranking in top positions with low CTR to optimize titles and meta descriptions for higher click-through rates.
Instructions
Queries already ranking in the top N positions but with below-target CTR. These are title and meta-description optimization candidates. Returns rows sorted by impressions desc (the bigger the impression volume, the more clicks a CTR lift unlocks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window. Defaults to 28. | |
| limit | No | Max rows to return. Defaults to 50. | |
| ctr_max | No | Only include queries with CTR <= this (e.g. 0.03 = 3%). Defaults to 0.03. | |
| site_url | No | Defaults to the configured default site. | |
| position_max | No | Only include queries with average position <= this. Defaults to 10. | |
| impressions_min | No | Drop low-volume noise. Defaults to 100. |