• I am using woocommerce and in that for review and rating i am having star rating which are shown having font-family=star.

    I want to display that star rating on google page but it is not possible i dont know why so what is the way to display star rating on the google.

    All possible ways are welcome.

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Not sure about your question, so i pull in two possibilities:

    Google page in results (search) can do, depends your template and your html code structure for reviews. You can give me your page url, to have a look at it.
    Google + page (social) will not display star review, as it only accept basic html language.

    (I guess you talk about item-prop markup).

    Regards,

    Thread Starter Aishwarya Taneja

    (@aishwaryataneja85)

    yes exactly I am getting that star rating in itemprop.

    Is there any way to remove that and add own star rating?

    right now its having star as font family and I am working on localhost so not possible to give you url at present.

    well, item-prop for reviews (code to display stars) like for for a movie (3 stars out of 5 let’s say) is very fixed, because you want Google to be able to catch it in search listings. You can do tweakings but it’s a pain.

    However, nothing prevents you to put a class to put stars in pink if you want – as long as the jquery behind it works in same fashion and color.

    (when you move your mouse on the stars – well colors move following your mouse. that part is jquery in general)

    So, changing color on the stars part can be a tricky business, because of the jquery animation on top – but it’s doable, some hours if you discover Jquery, to dig in docs find the relevant line so on (it’s similar to css in line structure).

    Thread Starter Aishwarya Taneja

    (@aishwaryataneja85)

    thanks Digico but I am new to jquery so I will try as you said but isn’t any other way to work it out?

    Well, i think you can do it quite easily managing your theme style.css or custom.css, but without an url it’s very hard to tell. Can you tell me what theme do you use so that i have a look please? or better, a demo website URL?

    Thank you,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing font-family of star-rating’ is closed to new replies.