gsc_citation_gap
Find queries where your domain ranks in Google Search but is not cited by AI, revealing editorial gap opportunities.
Instructions
Join Google Search Console performance with am_i_cited per query. Surfaces queries where the domain ranks well in Google but is not cited in AI - the closest editorial wins. Requires GCP service account creds (credentials_path or GOOGLE_APPLICATION_CREDENTIALS env).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to analyze, e.g. 'automatelab.tech'. Used both for the GSC site URL and the citation check. | |
| queries | Yes | Queries to cross-reference. 1-20 per call. | |
| site_url | No | Override the GSC siteUrl. Defaults to 'sc-domain:<domain>'. | |
| start_date | Yes | ISO date for GSC range start, e.g. '2026-04-01'. | |
| end_date | Yes | ISO date for GSC range end, e.g. '2026-05-01'. | |
| engine | No | AI engine for the citation check. | auto |
| credentials_path | No | Path to GCP service account JSON. Defaults to env GOOGLE_APPLICATION_CREDENTIALS. |