Questions tagged [rich-snippets]

Rich Snippets are extra, detailed pieces of information which appear under Google search results.

Rich Snippets are extra, detailed pieces of information which appear under Google search results. These go beyond just showing a bit of the page matching the search query. They can be review ratings, prices, author images, song links, showtimes and more.

209 questions
38
votes
2 answers

Can I Use Multiple ItemProps in a Span Tag for schema.org Rich Snippets?

Let's say I have the following sentence I want to add rich snippets to: I live and work in New York Since New York is both my residency and the city where I work in, I would theoretically want to tag the line like this using schema.org…
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
13
votes
1 answer

schema.org microdata - image required for Article

Every example I find for https://schema.org/Article gives at least one error in the Google Structured Data Testing Tool Supposedly headline is now required; that's fine, just change itemprop="name" to itemprop="name headline" But it also gives the…
HoboBen
  • 2,900
  • 4
  • 21
  • 26
12
votes
1 answer

Webmaster tools doesn't detect structured data on my website

It has been a while since I upload all my webpages. Google in fact has indexed them too and my website has started appearing in the Google search results. But still Webmaster tools shows that the data on my site is unstructured. How can I rectify…
12
votes
1 answer

should schema rich snippet use for product listing too?

I'm implementing schema rich snippet to a Magento store for Product page, and would like to know if it's a good idea to also do it for Product listing page. Did a search and most questions/articles are focus on Product page only, so I am wondering…
user1258365
  • 159
  • 1
  • 8
9
votes
3 answers

How to markup the last non linking item in breadcrumbs list using JSON-LD

I am using structured data for my breadcrumbs trail. I'm refering to this documentation: https://developers.google.com/structured-data/breadcrumbs I have built up a breadcrumbs list. I also display the last item that refers to the current page but…
Brendan Vogt
  • 25,678
  • 37
  • 146
  • 234
7
votes
1 answer

review count and rating using an image - schema.org

I need some help getting some rich snippets to my site I inserted the review microdata following the instructions given on schema.org here http://schema.org/docs/gs.html#advanced_missing using the star-image for rating and the text for review…
Joel
  • 467
  • 1
  • 6
  • 18
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

Blog Posts Optimized by Schema

I am quite new to these approach in optimizing my HTML with Rich Snippets. I am not sure what is the differences of each of the list items below: http://schema.org/Article http://schema.org/BlogPosting http://schema.org/Blog I got this code below…
rahstame
  • 2,148
  • 4
  • 23
  • 53
7
votes
4 answers

What Schema.org type do I use to define a service?

How I define a service with schema.org? For example, A pest control business: "Termite control" -> I think it's not a product ( http://schema.org/Product ) What should I use to define it?
Arnaubf
  • 71
  • 1
  • 2
6
votes
1 answer

JSON-LD and meta tags

I am working with my client's website and trying to figure out why, and how to use rich snippets. Something that is confusing me is how these snippets work together with the meta tags. Let's say I have the following meta tags, and this JSON-LD…
Jack
  • 245
  • 1
  • 5
  • 11
5
votes
1 answer

Using AggregateRating and ratingValue when the value is an image

I'm trying to add some rich snippets to my site and am struggling a little with the AggregateRating section as the value for my ratingValue is displayed only as an image. My markup looks like this:
Kevin Wilson
  • 7,753
  • 8
  • 35
  • 39
5
votes
1 answer

Marking imprecise durations in recipe microdata

It's easy to markup a recipe's cooking or preparation time if it's for a specific time range: Prep time: Cook time: However, many…
user458541
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
1 answer

Error: Page contains property "price" which is not part of the schema

I've added some rich snippets to a product page on one of our client websites:
Liam McArthur
  • 1,033
  • 3
  • 18
  • 42
5
votes
2 answers

RDFa Breadcrumbs

When you use an ul element to format your breadcrumb (aiming for better Google search results), how do you define the RDFa markup? The reason I am asking is that the li elements are siblings from each other, and not children. I am doing something…
Fabio Nolasco
  • 7,122
  • 6
  • 35
  • 32
1
2 3
13 14