Inspect a URL using Google Search Console
POST/gsc/url-inspections
Inspect a URL using Google Search Console
Request
- application/json
Body
required
The URL to inspect
Responses
- 200
- 400
- 401
URL inspection result from Google Search Console
- application/json
- Schema
- Example (from schema)
- Example
Schema
Array [
Array [
Array [
]
]
]
inspectionResult
object
Link to view the full inspection result in Google Search Console
indexStatusResult
object
Overall indexing verdict
Possible values: [PASS, FAIL, NEUTRAL]
Current coverage state of the URL
Whether robots.txt allows indexing
Possible values: [ALLOWED, DISALLOWED]
Current indexing state
Timestamp of the last crawl
Status of the page fetch
Canonical URL detected by Google
Canonical URL specified by the user
Sitemaps that reference this URL
URLs that link to this page
Device type used for crawling
Possible values: [MOBILE, DESKTOP]
mobileUsabilityResult
object
Mobile usability verdict
richResultsResult
object
Rich results verdict
Possible values: [PASS, FAIL, NEUTRAL, VERDICT_UNSPECIFIED]
detectedItems
object[]
Type of rich result detected
items
object[]
Name of the detected item
issues
object[]
Description of the issue
Severity level of the issue
Possible values: [WARNING, ERROR]
Bad Request
Authentication Failure