Schema.org snippet for thumbs up-down reviews
-
Hi guys,
I'm deep into the Schema.org meta-tags implementation for the reviews on my website and I'd love to know how do you think I should implement it when I have Positive-Negative reviews as opposed to star ratings. I couldn't find a site that had this with schema tags for reference. Fiverr used to have thumbs up/down, but recently changed to star rating.
On our services marketplace we allow users to review the providers they worked with and ask them for a positive-negative review - thumbs up/down with an additional open text area.
I thought about adding a schema.org meta-tags like this:
Lets assume one of our providers got two reviews, one is positive and the second is negative. So, first I thought about adding an aggregateReview meta-tag on top, just like this:
And also add a meta-tag for any review, like this:
Two days ago by
Kareem Abdul-Jabbar
Joe is a great guy, I'd recommend him to my friends.Does that make sense?
Has anyone had the chance to implement a schema.org meta tags for this kind of situation or familiar with a website who does it that way?
Thanks so much for your help!
Shaqd
-
I'm pretty sure it was on the product page you messaged about. Not that there is anything wrong with marking up several things on a page, but I'm just saying perhaps one of those other areas (e.g. pharmacy) is where the incomplete markup is instead of the product markup.
-
Thanks Everett for your help.
The HTML code is ok, you're right. It's something with how we configured the Schema.org tags.
Btw, where did you see the several different schemas?
ShaqD
-
Hello ShaqD,
I had a look at the code and it looks good to me, but I'm not a developer by trade. Perhaps a developer could be of more assistance.
One thing I did notice was that you have several different schemas on that page, such as one for "website" and one for "pharmacy". Is it possible that one of those is responsible for the error, or were they already on the page the last time you tested the site live without errors using the structured data testing tool?
-
Well, I decided to go with the approach we discussed earlier. After I pushed the changes to our live environment and tested it on Google Structured Data Testing Tool, I found a really weird (and very generic) error: "Error: Incomplete microdata with schema.org."
Any idea what could be the issue here?
Results:
Item
type: http://schema.org/review
property:
reviewrating: Item 1
datepublished: 2014-07-25
author: Massim L.
reviewbody: This is the great job made by X. You know what? I will have remix some of my previous songs too... he's so good!!!Error: Incomplete microdata with schema.org.
Item 1
type: http://schema.org/rating
property:
ratingvalue: 1
worstrating: 0
bestrating: 1Thanks.
ShaqD
-
LOL, well you know the Moz folks. If they bent the rules just a bit they'd have a thousand haters calling them out on it publicly by the end of the day. So they tend toward sticking with legitimate best practices and unfortunately there is no such thing at the moment that I can find for "thumbs up or down" but I think a scale of 0-1 is definitely appropriate and will bring this up to the powers that be.
Thanks!
-
Everett, I think you're right. Since I didn't find a place to get inspiration from I will try it out in the way I mentioned above with a scale of 0-1 for every review.
Btw, I'm not sure you guys noticed, but this forum includes thumbs up/down rating system.Unfortunately, they didn't implement the schema.org tags
Thanks a million.
ShaqD
-
I would put the scale at 0-1. The choice is binary: on or off, good or bad, thumbs up or thumbs down. If you used 1-2 even a bad review would increase the score so the worst Item could end up having the highest rating on the site if enough people voted.
I haven't implemented thumbs up or thumbs down, but I have bent the use to match the way I present data on a site. The site I did this on does have star ratings in the SERPs, which use the aggregate rating of two or more star ratings/reviews. This is pretty standard, but my problem was that I was comparing two or more totally different products, and I'm sure the aggregate rating is meant to apply only to multiple reviews of the same thing. However, that was the only way to get the stars (unless I missed something, and I hope I did) so that's what I did.
All of that is to say, don't be afraid to try it out and see what happens. You're not going to get penalized for poorly implemented schema. Unless you are grossly and obviously trying to spam Google the worst that is going to happen is you don't get the snippet in the SERPs. The problem is even if everything is perfect, that doesn't guarantee Google will display them.
-
Thanks Ray-pp for the quick and helpful response.
It might be a good idea to add bestRating/worstRating tags to each Review (I'm thinking whether it should be a 0/1 or 1/2 like you suggested). The thing is I need also to add an aggregateReview meta tag in addition to the reviews.
What do you think should be the values for the aggregateReview meta tags reviewCount and reviewValue than?
-
Hi Shaqd,
I have not personally implemented a thumbs up/down rating system, but have implemented a 5 star rating system.
Since your rating only have two values, either 1 or 2 (1 being thumbs down, 2 being thumbs up), you'll need to specify the Bestrating attribute so Google understands you only have two options.
This is because, by default, Google assumes a 5 star rating system (1-5) if the attribute is not specified.
On this page: http://schema.org/Rating you'll see how to add the bestrating attribute (bestRating)
It would be great if someone could give an example of how that looks in the SERPs too.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
FAQ Schema
Is it alright to make use of Schema for a questions and answer structure if they questions are all brand specific? Like common Q&As about your products or company ? Are will Google potentially consider this spammy?
Intermediate & Advanced SEO | | SearchStan0 -
Need explanation of Schema
Can someone explain me what it is and what is it used for. From my understanding it is something used by computers to understand language. In other words it is what you can say about an entity. For example a person works, is born somewhere but if I write Mr X flies to as human we do understand but as a computer the computer doesn't understand. Is that what schema is for ? telling me what I can say about an entity using specific verbs so that computers can understand. Thank you,
Intermediate & Advanced SEO | | seoanalytics0 -
Is Google creating rich snippets for you? Example inside
Hi MOZ! How are ratings and reviews rich snippets are showing in search for "sephora Urban Decay Naked On The Run" when they don't have that data in their structured data? -- verified with Google Structured Data Testing Tool http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fwww.sephora.com%2Fartist-shadow-P387670Thanks for reading!
Intermediate & Advanced SEO | | DA20130 -
Schema markup for video playlists?
We're adding schema markup for all of our videos, but some videos exist only in a playlist (all integrated into one URL, and loaded after a javascript call). Per Google: "Make sure that your video and schema.org markup are visible without executing any JavaScript or Flash." https://support.google.com/webmasters/answer/2413309?hl=en So we know the current implementation won't work for schema markup... What's the best practice for adding schema markup for video playlists? Should we host all of these videos on individual URLs (but then they appear twice) or is there some other workaround?
Intermediate & Advanced SEO | | nicole.healthline0 -
Generating Rich Snippets without Structured Data
I noticed something in Google search results today that I can't explain. Any help would be appreciated. I performed a real estate based search and the top result featured a rich snippet showcasing the following... Address Price Bd/Ba
Intermediate & Advanced SEO | | RyanOD
912 Garden District Dr #17. Charlotte, NC 28202 $179,990 3 / 2
222 S Caldwell St #1602. Charlotte, NC 28202 $389,238 2 / 2&1/2 However, when I visit the page associated with this information, there is no Schema to be found. In fact, the page is, for the most part, just a large table listing homes on the market. The table headings are Address, Price, and Bd/Ba. Is it common for Google to use table based data to generate rich snippets? What is the best way to influence this? In the absence of Schema (as the page we are talking about has no Schema implementation), does Google default to table data? Has anyone seen this behavior before and, if so, can you point me to it? EDIT: I've now come across a few other examples where the information is not in a table, but rather in divs. Why are such sites (you can find some by searching for "[ZIPCODE] real estate") getting this treatment?0 -
Looking for an open source way to host product reviews...
We currently use power reviews for our item reviews but want to move towards something that can be hosted internally and thus forgo the cost or power reviews and actually see user generated content play a role in our site. Any suggestions?
Intermediate & Advanced SEO | | MichealGooden0 -
Schema Embedded items Hierarchy
Marking up an attorney bio. Using: http://schema.org/Attorney http://schema.org/Person Hierarchy for Attorney is: Thing > Organization > LocalBusiness > ProfessionalService > Attorney Hierarchy for Person is: Thing > Person So, should I use: Larry Lawyer Firm: Law Firm Name Address: 742 Evergreen Terrace Or should Attorney be the top itemtype? Does it even really matter?
Intermediate & Advanced SEO | | Gyi0 -
1 of the sites i work on keeps having its home page "de-indexed" by google every few months, I then apply for a review and they put it back up. But i have no idea why this keeps happening and its only the home page
1 of the sites i work on (www.eva-alexander.com) keeps having its home page "de-indexed" by google every few months, I then apply for a review and they put it back up. But i have no idea why this keeps happening and its only the home page I have no idea why and have never experienced this before
Intermediate & Advanced SEO | | GMD10