Skip to main content

Questions tagged [json-ld]

JSON-LD is a syntax for embedding structured data in HTML5, making use of vocabularies. If the question is about the popular vocabulary Schema.org, use the tag [schema.org].

Filter by
Sorted by
Tagged with
0 votes
0 answers
91 views

I have a webpage that is about Medical Specialty (heart disease) and it's a landing page. I was wondering how to write a medicalSpeciality schema for the above webpage? Could someone please help me ...
ssc1234's user avatar
0 votes
1 answer
87 views

I am setting a knowledge graph, data being linked though the JSON-LD format. Currently the data structures are stored in separate scripts. I am trying to figure out about the most appropriate way to ...
OuzoPower's user avatar
  • 357
2 votes
1 answer
95 views

Just noticed that GSC has recently taken an interest in the .json files that are associated to all of the product pages on Shopify, and is now crawling them, but wasn't before. Should I be worried ...
Will's user avatar
  • 21
0 votes
0 answers
50 views

I'm learning to place media queries into a website for getting the correct layout changes I need on different mobile devices. I've done this in CSS and Bootstrap before, but my job is asking me to do ...
user avatar
0 votes
0 answers
61 views

On my website I maintain a list of crowdfunding projects related to tabletop gaming. The list is primarily board games, but will occasionally include dice, books, or even campaigns raising funds for ...
commadelimited's user avatar
1 vote
0 answers
81 views

Let us assume that one Blog allows both nested categories, and one post can have multiple categories as well. A post named "best laravel practices" might have category "laravel" ...
Kristi Jorgji's user avatar
1 vote
0 answers
184 views

I've added schema markup (ld+json formatted) for some pages of my website. I've validated the generated schema markup script manually through the Google Rich Result tool and it' ok. My problem is, ...
Martin AJ's user avatar
  • 415
2 votes
1 answer
113 views

I'm working on a platform where you can post events, among other things. I would like them to be found on Google and displayed as rich search results. Briefly about the structure of the site. ...
LucaToni04's user avatar
0 votes
1 answer
36 views

I want to add structured data for chord progression. [Chorus] F C Welcome to the Hotel California. E7 Such a lovely place, (such a ...
Nishantha's user avatar
  • 109
1 vote
0 answers
18 views

The below code is working perfectly. Need help to parse the JSON with if ... else logic based on item[0] for different DIV like Lessons, Videos, etc. <script> fetch('https://script.google.com/...
Swarup Modak's user avatar
3 votes
1 answer
58 views

I have a question regarding structured data (JSON-LD) for SEO. What I would like to know if it is possible to add H1, H2, H3 tags in my JSON-LD code in my page header. Example : H1 : My wonderful ...
Alex's user avatar
  • 173
0 votes
1 answer
42 views

Ours is a one of the biggest e-commerce website. In item pages, For a given product, Our website pulls syndicated reviews from multiple syndicate partners and shows it under the product.We are using &...
Ayyappa Gollu's user avatar
1 vote
0 answers
2k views

I've looked at several threads and can't figure out why I'm getting the error mentioned in the subject line. I've checked quote marks (") and commas (,). What is causing this? <script type=&...
Scott Banks's user avatar
3 votes
1 answer
2k views

Google is currently trying to index our domain (example.com/wp-json) and coming up with a 5xx error. In my perspective, wp-json is the root domain of our REST API It looks like our REST API is running ...
Roman's user avatar
  • 31
2 votes
0 answers
49 views

I'm working to publish the meta information for a SaaS platform emitting live events, video broadcasts live shopping sessions. In order to take advantage of Google search enhancements for each ...
nilsandrey's user avatar
1 vote
1 answer
121 views

Google search console enhancements breadcrumbs have stopped being picked up by the desktop crawler. They're quite visible on pages but for some reason, search console has gradually started de-listing ...
1cloud's user avatar
  • 11
5 votes
1 answer
1k views

Lets say I have a site with a page of 20 products which are fed through an API. The products are loaded using infinity scroll so the initial page render has 5 products tops. Upon scrolling it adds 5 ...
xaander1's user avatar
  • 185
3 votes
1 answer
756 views

I'm having trouble finding info on this. I'd like to know what is the best way to markup icon links so Search Engines can make sense of it. Google's validator tools seem to ignore title attributes. ...
liquidRock's user avatar
1 vote
0 answers
85 views

Import a local JSON file in your pc to your basic HTML page and display it's content using Chart.js API.
user15592191's user avatar
3 votes
1 answer
134 views

I am building a website which lists profiles of several local businesses. I've read up on structured data in the JSON-LD format in the Google Documentation. They specifically state: Don't use ...
MartinB's user avatar
  • 33
1 vote
1 answer
81 views

Is it possible in 2021 to avoid having to output article, job posting, event, etc. texts twice - in HTML and the JSON-LD structure - while keeping Google happy? Google still does not support linked ...
Sebastian Mares's user avatar
2 votes
1 answer
183 views

Context: 1 - Our corporate website is custom developed on Wordpress, with AMP in mind. 2- The website has the following structure, and JSON-LD Schema lineup: Home Page - 1 page - Website, Webpage, ...
epiclegendaryman's user avatar
3 votes
0 answers
67 views

Why does an @id node identifier referencing the top node stop Google's Rich Results test detecting a logo? For example it says "Page not eligible for rich results known by this test" for the ...
Max's user avatar
  • 131
0 votes
1 answer
236 views

I have added Structured data for sporting event on website and this page started showing 5 valid items detected: All have warnings as i have five items in the structured data on Google Console (URL ...
Learning's user avatar
  • 701
1 vote
2 answers
1k views

I'm adding some schema to my site and was wondering about the areaServed property. Is this used for SEO in any way? If it is, is it good or bad to cram as much into it as possible? i.e. if I simply ...
ChrisCodesThings's user avatar
1 vote
1 answer
36 views

I'm building a web page comparing multiple web application frameworks: let's say framework A, B, C have RPS (request per second) 3.42, 1.24, 2.18. What would be the accurate JSON-LD representation of ...
Lucian Gabriel Popescu's user avatar
0 votes
1 answer
687 views

I can't find any examples in terms of how a https://schema.org/Product should be marked up in terms of adding dimensions like height, width, depth, and weight. Did some further clicking and discovered ...
Drewdavid's user avatar
  • 417
2 votes
3 answers
106 views

I have a web page that lists the banks with the highest saving account rates in the country. I have created some json-ld that lists one of these banks. However, nowhere do I say in the json-ld that ...
ixodid's user avatar
  • 129
1 vote
1 answer
228 views

I was wondering if you could help me find out what is wrong with this JSON schema. I have reviewed it a thousand times and I am still getting the same error on line 10 (administrationRoute). Even when ...
Mark's user avatar
  • 11
2 votes
1 answer
347 views

I am looking for a perfect website BreadcrumblList JSON-LD for e-commerce I am read this google article and I got confused https://developers.google.com/search/docs/data-types/breadcrumb The reason ...
Manish S's user avatar
1 vote
1 answer
100 views

I'm trying to change the image shown in a website's SERP, when using Google. I installed the JSON-LD Knowledge Graph application script already. <script type="application/ld+json"> { ...
georgesjeandenis's user avatar
2 votes
0 answers
90 views

From: https://schema.org/ItemList If that list will be displayed to the users as: 1. HP Pavilion 2. Dell XPS 15 3. Lenovo ThinkPad Should the itemListOrder property be Ascending or Descending? I ...
cbdeveloper's user avatar
4 votes
1 answer
681 views

We are currently rescripting our theme. The current version uses microdata for structured data, but Google doesn't seem to handle microdata completely well, therefore we are switching to JSON-LD. When ...
Justin's user avatar
  • 307
0 votes
1 answer
81 views

I have a website where I visualize statistical data with geoJSON. The description of a statistic e.g. is Graduation ratio of primary education and the data looks smth. like: features: [ { geometry:...
MarcoLe's user avatar
  • 109
2 votes
1 answer
163 views

I use GTM queryselector variables to populate the JSON-LD structured data on my pages dynamically - or at least I'm trying to. The variables are pulled correctly in GTM preview mode, they render fine ...
I Capulet's user avatar
  • 863
2 votes
1 answer
825 views

I have a webpage with a lot of images that I load dynamically onto the page dynamically using Javascript/JSON data. The images' rendered output is: <li itemscope itemtype="http://schema.org/...
javinladish's user avatar
2 votes
1 answer
208 views

We have listing menu items for the restaurant and something wrong, it always shows "Sold Out" in Google's search results. The items given to Gooogle as ld+json schema with the availability ...
Ryzhov Mykyta's user avatar
1 vote
1 answer
284 views

Using https://search.google.com/test/rich-results I ran a test on this web page: https://www.cwcycles.co.za/product/sram-pc-gx-eagle-chain It returns a found product, and on inspecting where that ...
kmc's user avatar
  • 121
2 votes
1 answer
1k views

I searched in many articles but nobody has talked about this stuff. For example, google suggested JSON-LD for structured data but I wanna know if I add dozens line of JSON codes, does not it affect on ...
irgfx's user avatar
  • 123
2 votes
1 answer
444 views

Background I've started to use Article markup (https://schema.org/Article) on a WordPress website. The aim is to add as much as possible properties. By using a (popular) plugin, basic Article data is ...
Renier Delport's user avatar
1 vote
1 answer
379 views

I set the url for the image and I can see image by typing url in the browser, but structured testing tool complains about it. It should be mentioned that I am on development server with http protocol ...
BABAK ASHRAFI's user avatar
1 vote
2 answers
696 views

I added the JSON-LD code to my site but search bar did not appear. What is the reason for this? am i doing something wrong? <script type="application/ld+json"> { "@context": "...
emeksc1's user avatar
  • 13
1 vote
1 answer
219 views

If I have a duplicate content because my article is syndicated to a third party site. which URLs should I use in json-ld Article schema? To be precise, let's say I want to publish an article from my ...
Gitnik's user avatar
  • 13
1 vote
0 answers
279 views

Infact i need to specify my structured data for content blocks like Images ,Videos,Paragraph in a page and i should be able to see those inside script type="application/ld+json" class="yoast-schema-...
FollowPassions's user avatar
1 vote
1 answer
241 views

I am the effective webmaster of a small corporation. I want to add a Corporation Structured Data object to our corporate site. I hope to accomplish three things by adding this Structured Data: Google'...
Mathew Alden's user avatar
2 votes
1 answer
2k views

How to define multiple founders of organisation in JSON+LD? To create array named founders or founder? In array of course items of type Person with data about it. I'm just not sure about array name ...
mixerowsky's user avatar
2 votes
2 answers
259 views

I am trying to make sure the structured data on my personal portfolio site is set up best to encourage a Google Knowledge Graph Person panel for my name. While I know structured data alone isn't ...
Maximillian Laumeister's user avatar
3 votes
0 answers
58 views

I am building an online shop for a client and I was taking a look at google's info in regards to the "product" structured data. I noticed in their article they specify to point to a product picture ( ...
ClawDuda's user avatar
  • 1,197
1 vote
1 answer
457 views

I'm trying to take advantage of using JSON-LD for Schema.org markup over Microdata because it seems way easier to implement and to maintain. Also, I've heard that consumers like Google and Bing now ...
Austin's user avatar
  • 143
1 vote
1 answer
164 views

I am setting up structured data for a website and am wondering about the benefits and drawbacks of using the Google Tag Manager vs putting script tags in the head. I'm building the site with HUGO so ...
Codemon72's user avatar