Re: json-LD contactpoint url Bug or not?

SDTT is unreliable. You can check your JSON-LD here:
http://json-ld.org/playground/

On Fri, Mar 17, 2017 at 1:45 PM, "Marcel Köh" <koehler-marcel@gmx.de> wrote:
> Hi there i have an issue i would like to add current information on my
> website:
>
> https://schema.org/Organization:  Example 7
> or  on:
> https://developers.google.com/search/docs/data-types/corporate-contacts
>
> <script type=3D"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>
>
> the problem is that tool always complain about the url:
> https://search.google.com/structured-data/testing-tool/u/0/
> My question are, is that testing tool in this case wrong or is json-ld
> wrong?
>
> Thx for you support best regards
>
> Marcel

Received on Friday, 17 March 2017 13:09:15 UTC