Viewing 6 replies - 1 through 6 (of 6 total)
  • Do you use Rehub theme?

    Thread Starter vemaybaydimy

    (@vemaybaydimy)

    Yes, I use Rehub theme

    For Rehub theme I added custom output templates, and these templates have Offer schema for better snippet. If offers are part of Review schema, you will see starts and prices in snippet. But if not, google will show only prices or only stars.

    You have several ways

    1. Use default plugin output templates (without [user] in the end)
    2. Create your custom template based on Rehub templates. You can use child theme and copy folder content-egg-templates/Amazon to it and customize files inside folder – delete itemprop=”offers” itemscope itemtype=”https://schema.org/Offer”, and

    <meta itemprop="price" content="<?php echo $item['price'] ?>">
                            <meta itemprop="priceCurrency" content="<?php echo $item['currencyCode']; ?>">
    Thread Starter vemaybaydimy

    (@vemaybaydimy)

    Thank you I have tried the 2nd method I will wait for google fetch my site and see the result.

    Thread Starter vemaybaydimy

    (@vemaybaydimy)

    Oh if i use the Review template of Rehub theme combine with Eggcontent output, I will get star and price on rich snippet right ?

    No. Because reviews and prices blocks are separate, so, google sometimes use only stars, sometimes prices, sometimes both. There is a way to make stars and prices together in 99%, but for this, you need to customize theme files. I can’t do this in default theme, because not all users use theme only for CE. But it’s possible, if you need this, I can tell you how to do this

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Rich snippet conflict with WP Product Reviews’ is closed to new replies.