gsc_inspect_url
Inspect a single URL for index coverage, mobile usability, rich results, and AMP status using Search Console's URL Inspection API.
Instructions
Full URL Inspection for a single page (index + mobile + rich results + AMP).
Returns the complete inspectionResult payload from Google's URL Inspection API,
including index coverage, mobile usability, rich-results / structured-data
eligibility, and AMP status when present. Use this when you need deep detail for
one URL; for a quick indexed-or-not check across many URLs use
gsc_indexing_issues instead.
Quota note: the URL Inspection API enforces ~60 requests per minute and ~2000 per day per property.
Args:
site_url: Verified property URL. Domain property format "sc-domain:example.com"
or URL-prefix format "https://example.com/". Must be a property the
authenticated user can access.
page_url: Fully qualified page URL under site_url to inspect.
Returns: JSON object with (at minimum) these sub-objects when available: - indexStatusResult: verdict, coverageState, lastCrawlTime, canonicals, robotsTxtState, indexingState, pageFetchState, crawledAs, referring URLs - mobileUsabilityResult: verdict, issues list - richResultsResult: verdict, detected rich-result item types and issues - ampResult: verdict, AMP URL, indexing state (only for AMP pages) - inspectionResultLink: link to the Search Console UI for the same inspection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| page_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |