gsc_indexing_issues
Check whether a batch of URLs is indexed and get the reason for any that aren't. Returns a verdict per URL with indexing details.
Instructions
Check whether a batch of URLs is indexed, and why not when they are not.
Runs the inspections concurrently and returns one row per input URL, in input
order. A URL that fails gets an error column instead of a verdict; the rest
of the batch still comes back. For the full payload of a single page
(mobile usability, rich results, AMP) use gsc_inspect_url.
Quota: 600 inspections per minute and 2,000 per day, per property.
Columns: url, verdict (PASS / PARTIAL / FAIL / NEUTRAL), coverage_state, robots_txt_state, indexing_state, page_fetch_state, crawled_as, last_crawl_time, google_canonical, user_canonical, error. The meta carries a verdict summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | Fully qualified URLs under site_url. At most 100 per call. | |
| no_cache | No | Bypass the response cache for this call. | |
| site_url | Yes | `sc-domain:example.com` for a domain property, or `https://example.com/` with the trailing slash for a URL-prefix property. Call gsc_sites if unsure. | |
| response_format | No | `tsv` (default, compact) or `json`. | tsv |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |