Product Rating


Website Feedback


Is there a way to see the numerical value for the average customer rating for a particular product? All I can see is an image of a partially filled in star.

Paizo Employee Chief Technical Officer

1 person marked this as a favorite.

Kind of... while the star display rounds to the nearest half-star, the calculation we do rounds to the nearest .1, and that's actually visible in the source html of the product page.

For example, if you look at the Pathfinder RPG Core Rulebook, you'll see it has a rating of 4.5 stars, but if you look at the page source, you'll see the following element, which reveals that the calculated average is actually slightly higher:

<meta itemprop="ratingValue" content="4.60" />

Community / Forums / Paizo / Website Feedback / Product Rating All Messageboards

Want to post a reply? Sign in.