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].
200 questions
0
votes
0
answers
91
views
How to write 'medicalSpeciality' schema - is my code correct?
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 ...
0
votes
1
answer
86
views
(JSON-LD) How to distribute knowledge graph data structures among pages of several websites?
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 ...
2
votes
1
answer
95
views
JSON Files getting crawled suddenly
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 ...
0
votes
0
answers
50
views
Trying to learn JSON after a little CSS and HTML
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 ...
0
votes
0
answers
59
views
Best schema type to use for a crowdfunded product?
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 ...
1
vote
0
answers
80
views
How to declare the JSON+LD for a breadcrumb that has 2 items in the same position?
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" ...
1
vote
0
answers
183
views
How to say google wait until the ajax call response then crawl?
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, ...
2
votes
1
answer
111
views
Structured Data for Overview and Single Pages of Events
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. ...
0
votes
1
answer
36
views
Structured data for chord progression
I want to add structured data for chord progression.
[Chorus]
F C
Welcome to the Hotel California.
E7
Such a lovely place, (such a ...
1
vote
0
answers
18
views
Help to parse the JSON [closed]
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/...
3
votes
1
answer
58
views
JSON-LD Structured data headings
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 ...
0
votes
1
answer
40
views
Syndicate partner reviews missing author names! and GSC throws "missing author name" error
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 &...
1
vote
0
answers
2k
views
Getting Error: Parse error on line 1: < script type = "app ^ Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined' [closed]
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=&...
3
votes
1
answer
2k
views
Why is /wp-json issue coming up on Google indexing?
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 ...
2
votes
0
answers
49
views
Schema types for Google enhancement Event & Video
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 ...