Hi, thanks for your feedback, but I dont agree with you that “Google has just not updated the inspection API with that data.”
I have tested the Google’s inspection API for original url:
https://www.naturaum.ch/produkt/be-lenka-ranger-dark-brown/
And Google’s API does contain the rich result data:
View post on imgur.com
The complete API response for the url is the following:
{
"inspectionResult": {
"inspectionResultLink": "https://search.google.com/search-console/inspect?resource_id=https://www.naturaum.ch/&id=g2WqsmwABO1wEGA7u5BF0g&utm_medium=link&utm_source=api",
"indexStatusResult": {
"verdict": "PASS",
"coverageState": "Submitted and indexed",
"robotsTxtState": "ALLOWED",
"indexingState": "INDEXING_ALLOWED",
"lastCrawlTime": "2022-05-15T05:24:13Z",
"pageFetchState": "SUCCESSFUL",
"googleCanonical": "https://www.naturaum.ch/produkt/be-lenka-ranger-dark-brown/",
"userCanonical": "https://www.naturaum.ch/produkt/be-lenka-ranger-dark-brown/",
"sitemap": [
"https://www.naturaum.ch/sitemap_index.xml"
],
"crawledAs": "MOBILE"
},
"mobileUsabilityResult": {
"verdict": "PASS"
},
"richResultsResult": {
"verdict": "PARTIAL",
"detectedItems": [
{
"richResultType": "Breadcrumbs",
"items": [
{
"name": "Unnamed item"
}
]
},
{
"richResultType": "Products",
"items": [
{
"name": "BE LENKA - RANGER DARK BROWN",
"issues": [
{
"issueMessage": "Missing field \"sku\"",
"severity": "WARNING"
},
{
"issueMessage": "Missing field \"review\"",
"severity": "WARNING"
},
{
"issueMessage": "Missing field \"aggregateRating\"",
"severity": "WARNING"
},
{
"issueMessage": "No global identifier provided (e.g., gtin, mpn, isbn)",
"severity": "WARNING"
}
]
}
]
}
]
}
}
}
The inspected URL has two valid rich schema items (Breadcrumbs & Products). There are some warnings detected on the Products schema, but only in ‘optional’ elements (which does not invalidate the schema, as per google’s documentation):
View post on imgur.com
So the issue seems rather on the RankMath plugin side (perhaps you only handle/show the ‘PASS’ rich schema verdict)?
-
This reply was modified 2 years, 5 months ago by vasek608.
-
This reply was modified 2 years, 5 months ago by vasek608.
-
This reply was modified 2 years, 5 months ago by vasek608.
-
This reply was modified 2 years, 5 months ago by vasek608.