Inspect a URL's index status
gsc_inspect_urlInspect a single URL to see its index status, coverage state, last crawl time, canonical, and mobile/rich-results summary. Diagnose why a page isn't indexed.
Instructions
Inspect a single URL with the URL Inspection API: whether Google has it indexed, its coverage state, last crawl time, Google's chosen canonical, and a one-line mobile/rich-results summary. Returns a compact projection, not the full raw blob. Use this to debug 'why isn't this page indexed'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | The Search Console property. Use the exact form shown by gsc_list_sites: a Domain property is 'sc-domain:example.com'; a URL-prefix property is the full origin with a trailing slash, e.g. 'https://example.com/'. | |
| language_code | No | Optional BCP-47 language code for issue messages, e.g. 'en-US'. | |
| inspection_url | Yes | The fully-qualified URL to inspect. Must be within the property. |