Inspect a URL using Google Search Console
Inspect a URL using Google Search Console
Request Body required
The URL to inspect
- 200
- 400
- 401
URL inspection result from Google Search Console
Schema
- Array [
- Array [
- Array [
- ]
- ]
- ]
inspectionResult object
Link to view the full inspection result in Google Search Console
indexStatusResult object
Possible values: [PASS, FAIL, NEUTRAL]
Overall indexing verdict
Current coverage state of the URL
Possible values: [ALLOWED, DISALLOWED]
Whether robots.txt allows indexing
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
Possible values: [MOBILE, DESKTOP]
Device type used for crawling
mobileUsabilityResult object
Mobile usability verdict
richResultsResult object
Possible values: [PASS, FAIL, NEUTRAL, VERDICT_UNSPECIFIED]
Rich results verdict
detectedItems object[]
Type of rich result detected
items object[]
Name of the detected item
issues object[]
Description of the issue
Possible values: [WARNING, ERROR]
Severity level of the issue
{
"inspectionResult": {
"inspectionResultLink": "string",
"indexStatusResult": {
"verdict": "PASS",
"coverageState": "string",
"robotsTxtState": "ALLOWED",
"indexingState": "string",
"lastCrawlTime": "2025-11-10T17:25:37.639Z",
"pageFetchState": "string",
"googleCanonical": "string",
"userCanonical": "string",
"sitemap": [
"string"
],
"referringUrls": [
"string"
],
"crawledAs": "MOBILE"
},
"mobileUsabilityResult": {
"verdict": "string"
},
"richResultsResult": {
"verdict": "PASS",
"detectedItems": [
{
"richResultType": "string",
"items": [
{
"name": "string",
"issues": [
{
"issueMessage": "string",
"severity": "WARNING"
}
]
}
]
}
]
}
}
}
{
"inspectionResult": {
"inspectionResultLink": "https://search.google.com/search-console/inspect?resource_id=sc-domain:example.com&id=3LKVoOqyHSOj12br3NiNoQ&utm_medium=link&utm_source=api",
"indexStatusResult": {
"verdict": "PASS",
"coverageState": "Submitted and indexed",
"robotsTxtState": "ALLOWED",
"indexingState": "INDEXING_ALLOWED",
"lastCrawlTime": "2025-11-04T02:36:47Z",
"pageFetchState": "SUCCESSFUL",
"googleCanonical": "https://www.example.com/product/12345",
"userCanonical": "https://www.example.com/product/12345",
"sitemap": [
"https://www.example.com/sitemap.xml"
],
"referringUrls": [
"https://www.example.com/sitemap.xml",
"https://www.example.com/product-listing"
],
"crawledAs": "MOBILE"
},
"mobileUsabilityResult": {
"verdict": "VERDICT_UNSPECIFIED"
},
"richResultsResult": {
"verdict": "PASS",
"detectedItems": [
{
"richResultType": "Product snippets",
"items": [
{
"name": "Sample Product Name",
"issues": [
{
"issueMessage": "Missing field \"review\"",
"severity": "WARNING"
},
{
"issueMessage": "Missing field \"aggregateRating\"",
"severity": "WARNING"
}
]
}
]
},
{
"richResultType": "Merchant listings",
"items": [
{
"name": "Sample Product Name",
"issues": [
{
"issueMessage": "Missing field \"shippingDetails\"",
"severity": "WARNING"
},
{
"issueMessage": "Missing field \"hasMerchantReturnPolicy\"",
"severity": "WARNING"
}
]
}
]
},
{
"richResultType": "Breadcrumbs",
"items": [
{
"name": "Unnamed item"
}
]
}
]
}
}
}
Bad Request
Authentication Failure