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

379 questions
4
votes
2 answers

Will Google accept combined JSON-LD and HTML meta/microdata?

I have a situation where I can put 99% of my structured data into JSON-LD in the of my product pages. But the only way I can get the UPC is to place it inline as microdata. Will Google aggregate the product data from the JSON-LD and the inline…
Kailas
  • 51
  • 5
4
votes
1 answer

schema: invalid value for datetime

I followed the instructions on schema.org to add the business hours of a company in their website, however, the W3C's HTML validator does not like it >_< It's giving me the following error: Bad value Mo-Fr 09:00-19:00 for attribute datetime on…
Omar
  • 10,419
  • 21
  • 76
  • 106
4
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
  • 371
  • 2
  • 5
  • 14
4
votes
1 answer

Rich Snippet not showing in Google Search result page

About a month ago we implemented Rich Snippets on the product detail pages for our e-commerce site (example). We used the http://schema.org/ syntax for the structured data, as it seems to be the route Google are taking moving forward. The data…
Nick
  • 115
  • 1
  • 8
3
votes
1 answer

How do I correctly markup a Product within an Offer within a Product?

I am getting Google Search console errors on the Product pages for a website I maintain, and I'm not sure how to resolve the errors. The error I'm getting is: One of offers or review or aggregateRating should be provided. This is simple enough to…
3
votes
1 answer

SDTT error: "Service is not a known valid target type for the itemReviewed property"

Using the following HTML+RDFa:
For verified ratings of our services, please view our: …
Philll_t
  • 3,656
  • 3
  • 40
  • 53
3
votes
1 answer

Is it possible to do some client-side DOM manipulation before document ready?

I am trying to find a way (if possible) to use javascript to add some attributes to an element at render time and before the DOM is fully loaded. I know, that sounds counterproductive, but let me give you some background: I'm working in an…
tshimkus
  • 1,165
  • 2
  • 16
  • 22
3
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
  • 31
  • 1
  • 3
3
votes
1 answer

Structured data for “carousel” snippet in Google Search: is it necessary to make "ItemList" the root element?

I make a structured data of the category page on which the list of articles is displayed. It is necessary that when searching in Google this list is displayed as a "carousel". https://developers.google.com/search/docs/guides/mark-up-listings - here…
3
votes
1 answer

Structured data says "The attribute publisher.itemtype has an invalid value."

I am doing structured data for my website articles. for that, I am using a JSON-LD, made using Google Markup Helper and also added some attributes to remove errors. Now, there is only one error The attribute publisher.itemtype has an invalid…
Strooks
  • 153
  • 8
3
votes
1 answer

Google's RDFa breadcrumbs for home and current page?

As I couldn't find a proper RDFa example anywhere, I thought I'd ask a question here. On Google's page there are examples of breadcrumbs, using either Microdata or RDFa markup. When you click on "See Markup" under "RDFa" next to "Example 2" you'll…
Daniel
  • 529
  • 1
  • 7
  • 20
3
votes
0 answers

Define query type for "SearchAction"

I'm struggling to find a solution. I'm looking for the way to define a search keyword. For a website you can lookup a vehicles information by vin number. Same thought process as would be for looking up a phone number
bislewl
  • 46
  • 2
3
votes
1 answer

Schema.org markup for questions & answers inside 'Product'

Could somebody advise the best way to add correct Schema.org markup for the page where the user can buy some product? I am adding the Product tag there (for Rich Snippets). I would like to add possibility to ask questions about this product, but I…
3
votes
1 answer

Proper way to use the 'publisher' property ("The attribute publisher.itemtype has an invalid value.")

When I attempt to validate my structured data using Google's Structured Data Testing tool, I get an error: The attribute publisher.itemtype has an invalid value. I am getting that on this line:
NewGuy
  • 2,463
  • 5
  • 28
  • 50
3
votes
1 answer

Will Google recognize/index Microdata or RDFa markup in template of Angular SPA?

Google has no problem fetching and rendering the dynamically loaded content of all of my Angular SPA pages. So that's good. But will the crawler recognize Microdata and/or RDFa markup in my templates? I want to create some rich snippets for my…
Kevin LeStarge
  • 6,087
  • 3
  • 15
  • 29
1 2
3
25 26