Mobile app version of vmapp.org
Login or Join
Sent6035632

: 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

@Sent6035632

Posted in: #GoogleRichSnippetsTool #SchemaOrg #Url

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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

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.”

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme