Hi jarylw,
we confirm that the plugin is conform to google rich snippets standard.
Can you share your url with us ?
Thread Starter
jarylw
(@jarylw)
I’m not sure if you have actually seen the screenshot I attached and understood what I meant.
In the screenshot there’s the URL I tested with, and I did a small hack and added a single line of code to include the itemReviewed snippet and hiding it using display:none in CSS.
<li itemprop="review" itemscope itemtype="http://schema.org/Review" id="li-comment-<?php echo $review->ID; ?>">
<span class="itp-itemreviewed" itemprop="itemReviewed"><?php echo the_title(); ?></span>
<div id="comment-<?php echo $review->ID; ?>" class="comment_container">
I’m quite certain this is not the correct way to do it, so I’m just reporting it to you so you may implement it correctly.
Thread Starter
jarylw
(@jarylw)
Hi jarylw,
as you can see in our demo site, the plugin is conform to google rich snippets standard.
We do not add itemprop=”itemReviewed” because the review is embeded into the “product” schema.org type, while on your site the product and the review is not embeded.