Batch index coverage check
gsc_index_coverageCheck index coverage for a list of URLs or sitemap URLs, summarizing indexed status, robots state, and canonical mismatches.
Instructions
Run the URL Inspection API over a list of URLs (or the first N URLs of the site's sitemap) and summarize index status: indexed / not indexed, coverage state, robots state, last crawl, canonical mismatch. Costs one inspection call per URL against the ~2000/day quota, so keep batches small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | Explicit URLs to inspect. | |
| limit | No | Max URLs when reading from the sitemap. | |
| siteUrl | Yes | Property URL exactly as shown in Search Console, e.g. 'https://example.com/' or 'sc-domain:example.com'. Use gsc_list_sites to discover it. | |
| sitemapUrl | No | Alternatively, take URLs from this sitemap (index supported). | |
| languageCode | No | en-US | |
| onlyProblems | No | Return only URLs that are not indexed or have a canonical mismatch. |