Top "Json-ld" questions

JSON-LD is a generic linking convention for encoding links between arbitrary things.

Adding script tags in Angular component template

Angular2 removes <script> tags automatically from templates to stop people using this functionality as a "poor's man" loader. …

javascript angular json-ld angular2-universal
What's a `<script type='application/ld+json'>{jsonObj}</script>` in a `head` section do?

I got this link but didn't understand well. Saw: <script type="application/ld+json"> { "@context": "http://schema.org", "@…

seo schema.org json-ld
Schema.org - JSON-LD - Where to Place?

I am looking to use JSON-LD for schema on a website. (Schema meaning schema.org data.) I know how to …

schema.org json-ld
Microdata, RDFa or JSON-LD Appropriate or best usage?

I have been wondering which of those formats is "best"? Schema.org, Microdata, and RDFa are bit of a pain …

schema.org microdata rdfa json-ld
Best JSON-LD practices: using multiple <script> elements?

I'm curious about the best practice for applying JSON-LD onto a site for schema.org. If I have a page …

html seo schema.org json-ld
Microdata or JSON-LD? I'm confused

I haven't found a clear and updated answer, even after googling for a few hours, so here it goes: I …

seo schema.org microdata json-ld google-rich-snippets
Get route by name and params for vue-router

I am using Vue with vue-router. For product items in a list view I would like to generate JSON-LN annotations …

vue.js vuejs2 json-ld vue-router
JSON-LD Missing '}' or object member name. error

I like to add json-ld to my website before that I want to add it to my dev site to …

json json-ld
Schema.org contactType validation issue: "The value provided for office must be a valid contact type"

Below is a snippet from my JSON-LD for a site I'm working on. I cannot get it to validate though …

schema.org json-ld
Should you Combine Swagger with HATEOAS/HAL/JSON-LD?

I am using Swagger for my ASP.NET Core API using Swashbuckle which describes my API in a separate document …

json swagger hateoas json-ld swashbuckle