gsc_bulk_inspect_urls
Check Google Search Console indexing status for multiple URLs in one batch, returning normalized per-URL results and protecting daily quota via sequential processing.
Instructions
Inspect multiple URLs with a conservative sequential limit and normalized URL Inspection results. Quota: 2000 requests/day/property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Full URLs to inspect. Maximum 10 per call to protect URL Inspection quota. | |
| siteUrl | No | Search Console property URL, e.g. https://example.com/ or sc-domain:example.com. Uses GSC_SITE_URL when omitted. | |
| languageCode | No | Optional IETF language tag, e.g. en-US or fr-FR. | |
| continueOnError | No | When true, returns per-URL errors instead of failing the entire batch. |