I've applied some HTML around my aggregate review, I just wondered if anyone could tell me if it is valid (even though the Google test tool says it is) and that non of the extra HTML or style affects it being able to be read by Google:
<div class="hreview-aggregate">
<div class="item">
<h2 class="n"><span class="fn org">Chinese Takeaway</span></h2>
</div>
<div class="type">Eat & Drink - Chinese Takeaway</div>
<div id="rating-container">
<span class="rating">
<img src="/img/star-4.png" /> <span class="average">4</span>
</span>
based on
<span class="votes count">1</span> rating.
</div>
</div>