Questions tagged [google-rich-snippets]

Rich Snippets / Rich Cards (or any other search result feature based on structured data) in Google Search

Rich Snippets (or Rich Cards) are details added to the entries on Google Search result pages.

They use the vocabulary Schema.org (), and support the syntaxes JSON-LD (), Microdata (), and RDFa ().

Related tags

References

390 questions
7
votes
2 answers

How can I add multiple reviews to a product snippet?

I am trying to create a product snippet in JSON-LD with multiple reviews. The code below works when I include only one review. (please copy paste the code fragment in the console on the following url to test it:…
7
votes
1 answer

Why does Google Testing Tool use the "id" attribute to generate a URL for the Microdata item?

I'm using some Microdata to describe a blog post, and I'm surprised by the value return for Schema.org’s BlogPosting by the Google Developers Testing Tool. I would have expected it to be the itemprop url, not a merge of the website URL and the item…
6
votes
2 answers

JSON-LD schema with GatsbyJS for rich snippets

I have a basic blog setup with Gatsby and at the time of posting this question there lacks good documentation for SEO components. There are examples of basic SEO components but what I am wanting is a little more in-depth. Maybe, if a solution is…
Glen
  • 390
  • 2
  • 9
6
votes
3 answers

What is the priceRange parameter for Google Structured Data Reviews?

I am trying to determine what are the acceptable values for the priceRange parameter. On Google I see "$$$" and that's it. Can someone explain if I should be using $$$ literally or a decimal amount.
somejkuser
  • 8,856
  • 20
  • 64
  • 130
6
votes
2 answers

Google SDTT error: "The review has no reviewed item specified."

I checked my website's Rich Snippets in the Google Rich Snippets Tool, and it had an error: The review has no reviewed item specified. How do I fix it? The code is:
Daniel Joseph
  • 69
  • 1
  • 4
6
votes
2 answers

Error: Page contains property "query-input" which is not part of the schema

I get this error from the Google RichSnippets testing tool: Error: Page contains property "query-input" which is not part of the schema. But where did I make a mistake? HTML:
user2306309
  • 521
  • 3
  • 6
  • 14
6
votes
4 answers

Categories for Product in schema.org?

Using as a reference: https://support.google.com/webmasters/answer/146750?hl=en You will notice under 'Product' that there is a category Property, and furthermore there's an example on down the page:
Zork
  • 149
  • 1
  • 1
  • 11
6
votes
2 answers

Does Google support Article Rich Snippets?

I have been looking at rich snippets in google. Google lists the following schema.org items as being supported: Reviews People List item Products Businesses and organizations Recipes Events Music I have noticed that in search results, Google…
GWed
  • 15,167
  • 5
  • 62
  • 99
5
votes
2 answers

'aggregateRating' and 'review' for products that don't have any ratings or reviews

I am adding aggregateRating and review properties to my new product pages that don't have any ratings or reviews. How would I add them to my pages and have them be valid for Google Structured Data?
M. Foster
  • 51
  • 1
  • 3
5
votes
0 answers

Structured data errors on BreadcrumbList with Open Graph

I recently added the RDFa breadcrumbs structured data to one of our websites. Now it looks looks like it conflicts with the Open Graph data that was already present on the website. How is this possible? The OG data is in the tag and not even…
5
votes
1 answer

Google Rich Snippets Not Working

I'm working on a website for a friend (www.texasfriendlydds.com) and am trying to give them an edge with Rich Snippets that Google allegedly loves. It's a defensive driving school with 10 locations in the Austin area. I've placed the schema.org code…
5
votes
3 answers

schema.org microdata: Do as schema.org says, or as Google says?

When adding microdata to my sites, I use the vocabulary at schema.org. At the moment, I use http://schema.org/SoftwareApplication to markup software. Since the format is a bit underspecified at schema.org (for instance, what is the difference…
Andreas Rejbrand
  • 105,602
  • 8
  • 282
  • 384
5
votes
5 answers

Breadcrumb with Schema.org not showing in Google Rich Snippets testing tool

I have tested the Schema.org breadcrumb example with Google Rich Snippets testing tool.
4
votes
2 answers

How to indicate with Microdata that a Schema.org 'Product' has no global identifier?

I have a warning in Google Search Console, that states "No global identifier provided (e.g. gtin, mpn, isbn)". Problem is that, my products do not have anything like this. Any idea on how to indicate Google that there is no such property? This is…
4
votes
0 answers

Category pages json-ld schema for 2nd and consecutive pages?

We have a paginated category page. We are not clear how to go about the schemas in pagination, especially for the 2nd and subsequent pages. Below is what we currently defined. The 1st page has the CollectionPage schema: { …
Ethan
  • 4,915
  • 1
  • 28
  • 36
1
2
3
25 26