json-ld Questions

2

Solved

Is it possible to externalize json-ld and include it in an html document like this: <script type="text/javascript" src="http://www.example.com/data123.jsonld"></script> There doesn't...
Temperature asked 12/11, 2014 at 17:0

2

Solved

When trying to add a json-ld script tag to a section that gets teleported to the HEAD, the Vue 3 compiler fails with this error: VueCompilerError: Tags with side effect (<script> and <styl...
Compliancy asked 6/6, 2021 at 14:58

3

Solved

I want to setup schema.org metadata using json ld. for example following link uses ghost and it has "application/ld+json" meta data. http://blog.ghost.org/distributed-team-tools/ I want to achiev...
Geotaxis asked 31/12, 2014 at 9:22

1

Create an HTML file with this simple code and open it in Safari. <html> <head> <script type="application/ld+json"> [ { "@context": "http://schema.org...
Sedgewake asked 28/8, 2023 at 18:11

2

The data representation I will try to use for a RESTful API is JSON-LD and the vocabulary I intend to use are those from schema.org. In the vocabulary schema.org/GeoShape, it says that polygons are...
Dreadful asked 11/8, 2014 at 3:31

3

I'm creating typescript base npm module, but i stuck with jest tests. I'm trying to include jsonld module from https://github.com/types/jsonld and everything seems work fine, but when i run command...
Intuitionism asked 25/11, 2018 at 11:9

2

I'm as new as can be to JSON. I understand that both JSON-LD and JSON Schema are used to validate JSON data. I, however, cannot find much information comparing and contrasting the two. Which one ...
Lauraine asked 19/10, 2016 at 16:11

9

Solved

I like to add json-ld to my website before that I want to add it to my dev site to test it <script type="application/ld+json"> {   "@context": "http://schema.org",   "@type": "Organization",...
Ryannryazan asked 27/6, 2016 at 12:9

5

Solved

The schema.org website gives an example of a breadcrumb represented in JSON-LD <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListE...
Malek asked 18/7, 2016 at 10:29

3

Solved

I'm curious about the best practice for applying JSON-LD onto a site for schema.org. If I have a page with an Article and I also want to define WebSite on my page, I would have this: <script t...
Jhansi asked 9/6, 2015 at 5:18

7

Solved

Angular2 removes <script> tags automatically from templates to stop people using this functionality as a "poor's man" loader. The issue here is that script tags currently have more uses than...
Erne asked 29/6, 2016 at 1:49

6

Solved

I have currently build a React app. Since it's a SPA, it has a single index.html file. I want to add 2 "ld+json" script tags, i.e for reviews and bookmarks for a certain route. I've injected the ...
Creeper asked 29/5, 2018 at 13:21

1

Solved

Im pretty new to JSON-LD and am currently struggling making the Google Rich Results Test happy with my custom JSON-LD data. Every time I use a @context other than https://schema.org/ it shows me th...
Mysterious asked 8/7, 2021 at 21:15

2

I have searched and searched, and I cannot find an example of JSON-LD Schema microdata that will cause my Facebook Catalog to recognize all variants of a product that has multiple variants (a t-shi...

2

I am working on a React app which needs json-ld schema to be defined. I get the schema string through an API and need to add the appropriate script tag to my page. My schema string looks something...
Winnebago asked 27/2, 2018 at 21:22

5

Solved

I haven't found a clear and updated answer, even after googling for a few hours, so here it goes: I am aware of the advantages and disadvantages of both Microdata and JSON-LD. I also know that Mi...
Percept asked 29/6, 2016 at 6:12

6

Solved

I got this link but didn't understand well. Saw: <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite",...
Froth asked 30/7, 2016 at 6:1

2

Should string values within JSON-LD content be escaped? For instance, Google recommends the following to provide hints for sitesearch: <script type="application/ld+json"> { "@context": "htt...
Bloomsbury asked 15/4, 2015 at 20:52

1

My aim is to extract structured data from webpages. I'm using the code mentioned in this SO question. I'm using Apache Any23 CLI library dependency in my Spring project. By using this, I'm able t...
Avail asked 9/10, 2017 at 3:55

5

I have added schema.org tags in JSON LD format using <script>, when I test my page using Google structured data testing tool, I can see all my tags. But, when I installed Facebook pixel help...
Kalif asked 27/7, 2018 at 12:55

2

I am trying to implement structure data using JSON-LD. What I am doing is dynamically get content using jQuery and making JSON format and appending inside the head element. <script id="dynamicJ...
Howard asked 17/7, 2018 at 8:10

2

Solved

I have a product page with "microdata" and "json+ld" codes. Both of the codes refers to the same @id URI object (http://www.example.org/product#this) so I would expect to "mix/merge" both propertie...
Lew asked 17/11, 2015 at 11:45

3

I've been trying some webscraping and I came across some interesting data located inside this tag: <script type="application/ld+json"> I've been able to isolate that tag using beautiful so...
Trutko asked 27/4, 2017 at 10:28

2

Let's say you have a profile page that features a mainEntity that's a Person. And you'd like to list that person's work and education history, similar to a resume. Schema.org's Occupation example ...
Mediate asked 12/7, 2018 at 23:21

2

Solved

I'm developing a website and I want to add structured data to detailed pages. The problem is that I need to request the data before knowing what to add to the JSON-LD script. I am using Parse as ...
Arevalo asked 1/8, 2015 at 17:49

© 2022 - 2025 — McMap. All rights reserved.