: Schema.org and ContactPoint use with validation failure: "All values provided for http://www.example.com/ must have the same domain." The documentation from Google about structured data has the following
The documentation from Google about structured data has the following snippet:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://www.your-company-site.com",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+1-401-555-1212",
"contactType": "customer service"
}]
}
</script>
But this snippet produces a failure with validation (test here) on field url with the message:
www.your-company-site.com (All values provided for www.example.com/ must have the same domain.)
So, I have the same error for my own information on my website but I don't understand what is the error and how to correct this.
Do you have any idea on about why this error happens?
More posts by @Sent6035632
1 Comments
Sorted by latest first Latest Oldest Best
As far as we know for now, this seems to be a bug in Google’s SDTT.
Even Google’s own example gives this error, and there is no error when omitting the contactPoint, although the url value stays the same.
Stack Overflow questions about the same issue:
Google SDTT error: “All values provided for www.example.com/ must have the same domain.”
Google structured data error: “All values provided for www.example.com/ must have the same domain.”
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.