Blog, Website & Page Publishing

DaisyDKroon
投稿者 | Gold Partner
投稿者 | Gold Partner

How can we add Star Rating system to our blog posts?

解決

Hi!

We want to add the possibility to rate each of our blog posts, through the typical 5 stars system. But, we don't know how to add it to the blog template. Anyone knows how we can proceed?

It's really important, as reviews are an important element of SEO.

 

Thanks in advance for your help!

0 いいね!
1件の承認済みベストアンサー
LOIC_BURDET_IDE
解決策
参加者 | Diamond Partner
参加者 | Diamond Partner

How can we add Star Rating system to our blog posts?

解決

Our website is fully on Hubspot CMS so the integration is made with a Hubspot Integration.

Here is the doc to implement with JQuery.

 

Concretely : 

  • We add the HTML line in our blog template 
  • Wa add the script in our Blog Settings Footer

Hope it will be ok for you

元の投稿で解決策を見る

15件の返信
mytectra
メンバー

How can we add Star Rating system to our blog posts?

解決

 

I Just added with following code in Rich Text.  The rating displayed properly in Google Search as well. 

 

<script type="application/ld+json">
{
"@context": "http://www.schema.org",
"@type": "product",
"brand": "myTectra",
"name": "Reviews",
"image": "https://www.mytectra.com/hs-fs/hubfs/mytectra-logo/mytectra-logo-navi.png",
"description": "Reviews",
"aggregateRating": {
"@type": "aggregateRating",
"ratingValue": "4.9",
"reviewCount": "1025"
}
}
</script>

0 いいね!
spoorti1509
メンバー

How can we add Star Rating system to our blog posts?

解決

Hi Daisy, you can use an external rating module like "Ratings Widget" or "Avis Vérifié". As I am using the same for my mobile app development blog. 

LOIC_BURDET_IDE
参加者 | Diamond Partner
参加者 | Diamond Partner

How can we add Star Rating system to our blog posts?

解決

Hello Daisy, you can use external rating module like "Ratings Widget" or "Avis Vérifié".

 

You can see an example on our blog post here.

We use the tool Rating Widget to allow visitor rating our content.

 

Moreover you can add microdata to allow Google printing this ratings on SERP.

 

Good work !

 

0 いいね!
manasa
メンバー

How can we add Star Rating system to our blog posts?

解決

how to add microdata using this rating widget? It would be great if you could help us

 

0 いいね!
DaisyDKroon
投稿者 | Gold Partner
投稿者 | Gold Partner

How can we add Star Rating system to our blog posts?

解決

@LOIC_BURDET_IDE Great blog by the way!! Like a really really good job! Congratz

0 いいね!
DaisyDKroon
投稿者 | Gold Partner
投稿者 | Gold Partner

How can we add Star Rating system to our blog posts?

解決

Hi @LOIC_BURDET_IDE 

 

Thank you so much for your reply! Did you add this widget directly to your Hubspot blog? I see on their website that it's a widget for WP, and I can't find the integration for Hubspot ロボット悲しいI really want this widget now, specially because of the possibility to add the microdata !

 

 

0 いいね!
LOIC_BURDET_IDE
解決策
参加者 | Diamond Partner
参加者 | Diamond Partner

How can we add Star Rating system to our blog posts?

解決

Our website is fully on Hubspot CMS so the integration is made with a Hubspot Integration.

Here is the doc to implement with JQuery.

 

Concretely : 

  • We add the HTML line in our blog template 
  • Wa add the script in our Blog Settings Footer

Hope it will be ok for you

Anze_Koprivec
メンバー

How can we add Star Rating system to our blog posts?

解決

Can I ask how do you end up styling this. 

i've tried forcing js inline styles once the widget loads but it just doesn't work and then there is also those old looking statistic popus and stuff like that.

0 いいね!
HBoon
参加者

How can we add Star Rating system to our blog posts?

解決

Is it also possible to implement this within emails? 

 

The doc mentioned that they have to assign our website a unique identifier, but emails wouldn't live on our website so how would that work?

MBhatnagar
参加者

How can we add Star Rating system to our blog posts?

解決

I have the same query. Do let me know if you found anything.

0 いいね!
matellez2018
参加者

How can we add Star Rating system to our blog posts?

解決

@LOIC_BURDET_IDE Is the microdata automatically added when you copy and paste the HTML line in the blog template and add the script in our blog settings footer or do I need to take an additional step for that?

0 いいね!
LOIC_BURDET_IDE
参加者 | Diamond Partner
参加者 | Diamond Partner

How can we add Star Rating system to our blog posts?

解決

You have to create you own microdata.

You can do that with j-son data or directly in your HTML 🙂 

0 いいね!
anna_campins
参加者 | Diamond Partner
参加者 | Diamond Partner

How can we add Star Rating system to our blog posts?

解決

Hi @LOIC_BURDET_IDE @DaisyDKroon 

 

Thank you very much for your answers, helped a lot! 🙂

 

But how do you take the widget ratings and put them into the microdata?

 

Thanks!!

0 いいね!
matellez2018
参加者

How can we add Star Rating system to our blog posts?

解決

@LOIC_BURDET_IDE  If I'm using JSON, would the below be correct?

 

"aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": “{{ratingValue}}“,
    "ratingCount": “{{reviewCount]]“

If so, where exactly would I need to embed this? I assume this would update dynamically as we get more ratings for eah individual blog so I don't have to manually update every individual blog every single day, correct?

0 いいね!
DaisyDKroon
投稿者 | Gold Partner
投稿者 | Gold Partner

How can we add Star Rating system to our blog posts?

解決

Yes it works! Thank you so much! スマイリー ハッピー

0 いいね!