Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    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="https://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)

    I’ve restored without the line I did so you can test my URL against google’s Structured Data tool at https://developers.google.com/structured-data/testing-tool/

    Plugin Author YITHEMES

    (@yithemes)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Incomplete Rich Snippets Data’ is closed to new replies.