How To Get Star Ratings in Google Search Results?

Posted By: Rimjhim Jain Published: 14, Jan 2024

How To Get Star Ratings in  Google Search Results?


Star Ratings in Google Search Results

A star rating plays a very important role in attracting more people to our websites and help it in standing out among search results. Many companies sees increase in clickthrough-rate as 25-30% after implementing Google star rating in their search results, as searchers gains some trust on website by seeing other's positive reviews on them.


How To Get Star Ratings in Google Search Results?

There are many ways of including star rating to your website but here we will discuss about organic searches. By adding the organic review markup code to our page we can show stars in search results.

Here is the example code for the same.

<div itemscope itemtype="https://schema.org/Product">
  <span itemprop="name">Figmanet Blogs</span>
  <img itemprop="image" src="figmanet.jpg" alt='blogs image' />
  <div itemprop="aggregateRating"
    itemscope itemtype="https://schema.org/AggregateRating">
    Rated <span itemprop="ratingValue">4</span>/5
    based on <span itemprop="reviewCount">100</span> customer reviews.
</div>

Paste this code on the page where you want to show stars in search results and modify the data according to you.

After adding code, we can :

  • Check our work with Google’s Structured Data Testing Tool , Google will let us know if there are any mistakes in our code.
  • Resubmit your XML sitemap in Google Webmaster Tools to ensure that Google indexes our changes as soon as possible!
  • Check our result with organic search.

We can include this code as a json file also if we want.

Example code:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4",
    "reviewCount": "100"
  },
  "description": "Figmanet::Transforms businesses digitally",
  "name": "Figmanet Blogs",
  "image": "figmanet.jpg",
  }
</script>



contact us

Get Free Professional Consultation

Corporate Address

Sultanpur, New Delhi 110030


Registered Address

Dinesh Vihar Meerut, 250002

hello@figmanetsolutions.com

Mon - Sat (9AM to 7PM)


Get in Touch

Let’s Discuss Your Project in Details


Let’s explore your project in detail, focusing on key elements like goals, audience, features, and timelines to set you up for success.