Inspect a URL's index status
gsc_inspect_urlGet Google index status for a URL: coverage verdict, last crawl time, canonical, mobile usability, and rich-results validation.
Instructions
Returns Google's index status for a single URL: coverage verdict, last crawl time, Google-selected vs user-declared canonical, mobile usability, and rich-results verdict. QUOTA: 2,000 queries per day and 600 per minute PER PROPERTY. Do not loop this over a list of URLs without checking the quota budget first — inspect specific URLs the user asked about, and prefer gsc_search_analytics_query for anything aggregate. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteUrl | Yes | The Search Console property that owns the URL being inspected. | |
| languageCode | No | BCP-47 code for localized result text, e.g. 'en-US'. Optional. | |
| inspectionUrl | Yes | Fully-qualified URL to inspect. Must belong to the siteUrl property. |