• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How/what to add for Schema Mark-Up to display star rating on Google listing?

Explorer ,
Sep 06, 2018 Sep 06, 2018

Copy link to clipboard

Copied

Hello,

I am trying to add the schema mark-up to this website that I have created...

For the artist listings pages (like this page), we want to have our 5-star rating display on Google.

I've done as much research as I can but keep getting different information as to how we get this working. Do we need to add the schema mark-up to the actual stars (near the footer of each site which links to our testimonials page) or do we just add some schema code within the frontend code somewhere?

Initially, the code looked like this:

<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "Product",
  "name": "Wedding Bands",
  "image": "https://www.tailored-entertainment.com/wedding-bands",
  "description": "Professional UK-based live bands for hire.",
  "brand": "MY COMPANY NAME",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5",
    "bestRating": "5",
    "worstRating": "1",
    "ratingCount": "1989"
  }
}
</script>

Any help would be much appreciated.

Thank you very much,

SM

Views

524

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 06, 2018 Sep 06, 2018

I found this article on the subject.   I looks like you have to have verifiable ratings from a trusted source that Google recognizes.  And even then, it takes several days to see results on Google SERPs.

https://www.ianbrodie.com/get-star-ratings-google-search-results/

Votes

Translate

Translate
Community Expert ,
Sep 06, 2018 Sep 06, 2018

Copy link to clipboard

Copied

LATEST

I found this article on the subject.   I looks like you have to have verifiable ratings from a trusted source that Google recognizes.  And even then, it takes several days to see results on Google SERPs.

https://www.ianbrodie.com/get-star-ratings-google-search-results/

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines