Inspect several URLs
inspect_urlsCheck up to 25 URLs in one batch, receive a compact per-URL summary and coverage state counts. One bad URL does not block the rest of the results.
Instructions
Inspect up to 25 URLs in one call, run concurrently, returning a compact per-URL summary plus a count of how many URLs fell into each coverage state. Use it to audit a set of pages - for example the top landing pages from query_search_analytics, or URLs listed in a sitemap.
Failures are reported per URL rather than aborting the batch, so one bad URL will not cost you the rest of the results. Each URL consumes one unit of the roughly 2000/day per-property inspection quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteUrl | Yes | Search Console property, exactly as it appears in `list_sites`. URL-prefix properties include the scheme and a trailing slash ("https://example.com/"); domain properties use the "sc-domain:" prefix ("sc-domain:example.com"). These are distinct properties with different data. | |
| languageCode | No | BCP-47 code. Defaults to "en-US". | |
| inspectionUrls | Yes | Fully-qualified URLs to inspect. All must belong to the property. |