gsc_inspect_url
Check a URL's Google index status and diagnose coverage issues, canonical URLs, AMP, and rich results using the current index snapshot.
Instructions
Inspect a URL in the Google index. Flattened response.
Checks index status, coverage state, canonical URLs, crawl info, AMP status, and rich results. Does NOT trigger a live crawl - checks Google's current index snapshot only.
Args: inspection_url: fully-qualified URL to inspect (must be under the property). site_url: the Search Console property - "https://example.com/" or "sc-domain:example.com". language_code: IETF BCP-47, default "en-US".
Quota: 2,000 requests/day/site + 600 requests/minute/site. Requires the SA to be a Full user on the property (Restricted users get 403 here).
Returns a flat dict with top-level verdict, coverage_state, canonical info,
plus optional amp and rich_results sub-objects. _raw has the full
untouched payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| language_code | No | en-US | |
| inspection_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |