395 questions
1
vote
1
answer
155
views
Issue with Schema.org snippet in Google Search Console: Either 'offers', 'review' or 'aggregateRating' should be specified
I have an issue in Google Search Console that says that my schema is not valid for rich snippets cause of the upcoming issue (but schema is valid across validators):
Either 'offers', 'review' or '...
0
votes
0
answers
35
views
Can the same valid code show Review Snippet on Google for homepage but not for other pages?
I am not able to understand why the same valid code shows Review Snippet on Google for homepage but not for all other pages and there's no resources out there explaining why this happens.
If you ...
1
vote
1
answer
43
views
Blog posting snippet is not detected by validator
I create a schema BlogPosting for my blog posts and this is the output that I copied from source:
<script type="application/ld+json">
{
"@type": "BlogPosting",
&...
1
vote
0
answers
55
views
Invalid integer in property "price" (in "offers")
I've created structured data for Car (car rental website) and Google Search Console is throwing this error:
Invalid integer in property "price" (in "offers")
for this piece of ...
1
vote
0
answers
381
views
How do I correctly define JSON-LD shippingDetails -> shippingDestination to exclude a list of states?
We have a business that can only ship product within California due to licensing restrictions. I am trying to define a JSON-LD Product that states that we ship to California and do not ship in all ...
0
votes
0
answers
55
views
How to apply schema markup on wordpress blog?
I recently implemented schema markup code on my website to improve its search engine visibility and enhance rich results. However, despite following the proper guidelines and embedding the code ...
0
votes
2
answers
1k
views
Implementation of "@graph" keyword in JSON-LD markup-schema
Is the application of "@graph" keyword in the code below correct?
What I am trying to do here is to establish a relation between the product "Wire Rope" and the types of wire ropes....
0
votes
1
answer
88
views
Schema.org markup json-ld for product and types of product
Does the below code consists of two structured data or one? Can I write the code using schema type "Product Group" and "hasVariant" because "SS wire rope", "PVC ...
1
vote
1
answer
640
views
Issue with Article Image Schema JSON-LD
Stack Overflow community
I have a website where I'm using JSON-LD scripts to include structured data. In one of the scripts, I'm specifying image URLs with the following format:
<script type="...
0
votes
0
answers
100
views
Syntactically Correct Rich Data Not Returning Anything In Google Results Tester
I have a page that contains rich data that validates properly with the Schema.org validator.
However, Google reports "No rich results detected in this URL."
Can anyone tell me what might ...
2
votes
1
answer
917
views
Google Structured Data: Are delivery time and transit time mandatory for OfferShippingDetails
I want to configure Google structured data for a product details page with its shipping price. But I see additional properties deliveryTime and transitTime in the Google documentation. I am not sure ...
3
votes
1
answer
93
views
Google event snippet doesn't show buy link
I have a web page to sell movie theatre tickets and I added Json LD metadata to publish events.
Google search console is showing events correctly and I can see the snippet when searching for my movie ...
0
votes
1
answer
424
views
How to manage review schema/snippet for google reviews
Can we add the review schema/snippet for google reviews for a organization that has different locations and they have separate google reviews. Each location has different name and on the website we ...
2
votes
2
answers
2k
views
Structured data is not picked up in Google's rich result testing tool, but works in schema.org
I'm running into a problem when implementing structured data.
I am simply trying to display the website name Evolve Finance in SERP’s rather than the URL evolvefinance.co.uk
Here is examples of my ...
2
votes
1
answer
946
views
Schema.org snippet in JavaScript with JSON-LD syntax not detected
I wrote the schema.org of my website in JavaScript with JSON-LD syntax. When I test on Google's test site, it works... but on schema.org's test site, it doesn't. When I copy/paste my shema.org by hand,...