Yellow Ratings Stars in the Google SERPs (Search Results): How to Set Them Up
Suggestion 1: for WordPress Site
Google Rating Stars
Google Rating Stars are simply ratings on your website that are shown in search results. There are WordPress plugins that will make ratings widgets appear on your posts and pages and allow users to rate or vote on your content. This shows engagement on your site, and if you’re lucky, those ratings will get picked up by Google and other search engines.
Why should you care if stars show up in Google results?
Ratings that show up on Google will very likely increase your Click-Thru Rate (or CTR) within search results. The stars that show up in the SERPs take up an extra line of space for your website and draw attention to the eye. Which of the two results below are you more likely to click?

Even if you only have one rating, it still makes an impact. And a higher CTR means more visitors to your website and is seen as a positive sign to the search engines to help raise your search engine rank.
What program can I use to show rating stars in Google?
To display stars like the ones at the bottom of this post, I use the GD Star Rating plugin. I personally have setup the plugin to only show star ratings and exclude thumbs and comment ratings. After installing, if you want to see how your ratings should appear in search results try out Google’s Rich Snippets Testing Tool.
The cool thing about GD Stars is the results are often picked up by Google. Unfortunately, it has entirely too many settings. So if you want to setup stars like mine, here are the settings I use (below are the only screens where I have changed the defaults):


What if GD Stars does not work with W3 Cache?
I’ve installed GD Stars on two blogs and found it conflicts with W3 Cache (a caching plugin) on one blog even though the settings are identical. On the blog where it doesn’t work, when a post loads, the GD Stars rating widget shows “loading…” indefinitely and never displays. Note: if you are logged in to WordPress, the rating widget will appear fine to you but your visitors will see the error, so ask a friend to test for you.
I got around this by taking the following steps. Please note that changing your caching settings incorrectly is an easy way to screw up your blog, so I must provide a disclaimer that I hold no responsibility should things go horribly wrong while you are tinkering with settings.
- In W3 Cache, on the General Settings tab, Minify section, change Minify mode from Auto to Manual.

- Then go to the Minify tab and the Advanced section. Add /wp-content/plugins/gd-star-rating to Never minify the following pages.

Suggestion 1: for general Site
By now you are sure to have come across search results on Google which have a star rating review under the main link. This is an increasingly popular trick using rich snippets which people are using to draw extra attention to their listings.
Rich snippets are a system which allow the user to include extra information into their content which is readable by web bots, being one of the first steps being made towards creating a semantic web. Google have been accepting rich snippet information in three different formats; microdata, microformats and RDFa, however recently they have announced that they will be focusing on supporting the schema.org format, a standard set by Bing and Yahoo as well as Google, to avoid fragmentation of standards across different search engines.
![]()
Schema
Schema.org offers a library of syntax for you to add to your content, providing context for Google bots when indexing content. There is a wide range of syntax to choose from so you can be more specific about what topics your content is relevant to. It also absorbs the markups used in the old microdata, microformats and RDFa formats, so existing rich snippet data shouldn’t be affected at this point.
Product Reviews
The star system that you would have seen in the SERPs is typically down to Microdata being inserted into the content. Product rich snippets allow for a “review” tag to be used to generate the star rating. There are several pluggins for content management systems (CMS) such as WordPress and Joomla which make implementing rich snippet reviews far quicker and smoother, also allowing users to submit their own reviews. The number of reviews recorded will also be displayed, so similar search results which have similar or slightly lower star rating to other results and ratings around it are more likely to gain clicks due to the authority of having so many extra reviews, gaining the users trust more than the other results.
Snippet Spam
Google have recently updated their algorithm to penalise websites which have included their own fake rich snippet reviews. Through embedding rich snippets (usually using Microdata) into the website’s code it was easy to game the Google bots into thinking they were genuine reviews, however without a system that allows users to include their own ratings and reviews it is nothing more than spam, being treated as such with a long slide down the SERPs. You can now report pages you suspect are using fake reviews at Google’s own report spam in rich snippets page.
Check your Listings
To encourage people to start adding this extra data to their content Google have launched a rich snippet testing tool, so you can see exactly what is found by the Google bots and how it will be displayed in search listings.
So it looks like including rich snippets into your content would be a good move and adopting Schema early has the potential to pay dividends; just don’t try to game the system otherwise you may wind up paying the hefty Google penalty of search obscurity.
Below is Code:
<!--Rated Code Starts--> <div typeof="v:Review-aggregate" xmlns:v="http://rdf.data-vocabulary.org/#" style="display:none;"> <b> <span property="v:itemreviewed" style="display:none;"></span> </b> <span rel="v:rating" style="display:none;"> <span typeof="v:Rating" style="display:none;"> <b> <span property="v:average" style="display:none;">10</span> <span property="v:best" style="display:none;">10</span> </b> </span> </span> <b> <span property="v:votes" style="display:none;">99</span> </b>. <!-- <div id="voteindspan2"><img src="/img/1x1.gif" id="voteind2" height="10" width="100"></div> --> <b><span property="v:count" style="display:none;">99</span></b>. </div> <!--Rated Code Ends-->








