- From: Gregg Kellogg <gregg@greggkellogg.com>
- Date: Mon, 2 Sep 2013 09:59:29 -0700
- To: Ka-Sing Chou <ka-sing@quantumspork.nl>
- Cc: "public-linked-json@w3.org" <public-linked-json@w3.org>
Received on Monday, 2 September 2013 17:00:00 UTC
On Sep 1, 2013, at 6:36 PM, Ka-Sing Chou <ka-sing@quantumspork.nl> wrote: > Dear JSON-LD Community, > > I have been studying JSON-LD for a while and I just did an attempt to create JSON-LD based on an existing webpage. However, I have no idea if the output is correct. I really hope you guys can help me out a bit: > > JSON-LD: https://www.seoprovider.nl/seo-pakketten/mkb-geavanceerd.json > Based on: https://www.seoprovider.nl/seo-pakketten/mkb-geavanceerd/ > > Anyway... a contextless json-ld, which contains every detailed information is also correct, right? If someone has a better idea on how I can improve this, please let me know. The JSON does not look like JSON-LD at all; instead, it looks like microdata JSON. To be JSON-LD, it must either have an @context, or use an external context. Moreover, JSON-LD does not keep properties under a "properties", or any other kind of container. A good way to check your JSON-LD is using the playground: http://json-ld.org/playground. Gregg > Big thanks in advance. > > -- > Friendly regards, > > Ka-Sing Chou > +31 6 - 54 76 30 81 > ka-sing@quantumspork.nl
Received on Monday, 2 September 2013 17:00:00 UTC