• Resolved evil

    (@p47ri0t)


    hi
    i find a bug from your plugin
    when i put ratingValue from admin panel to 5
    i see when i rate category number of vote multiplied by ratingValue

    sorry for my english ??

    u can test from google structure data u will know what i say

    see this :https://s9.picofile.com/file/8269622034/9.jpg

    • This topic was modified 8 years, 5 months ago by evil.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter evil

    (@p47ri0t)

    hi i found problem

    in post-rating-desplay.php in line 118 :

    $aio_ratings_meta .= '<meta itemprop="ratingValue" content="'.get_post_meta($ratings_post_id,'aio_total_rating',true).'" />';

    must changr to :

    $aio_ratings_meta .= '<meta itemprop="ratingValue" content="'.get_post_meta($ratings_post_id,'aio_average_rating',true).'" />';';
    

    also add this :
    <meta itemprop="worstRating" content="1">

    • This reply was modified 8 years, 5 months ago by evil.
    • This reply was modified 8 years, 5 months ago by evil.
    Plugin Author Dotstore

    (@dots)

    Hello @p47ri0t,

    Hope you are doing well!

    thanks for your contribution.we have updated new version.

    Please do let me, if we can assist you further.

    Thank you,
    Multidots

    Thread Starter evil

    (@p47ri0t)

    hi

    The problem still remains

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ratingValue incorrect’ is closed to new replies.