• We use google shopping and upload our product feed. But we get disapproved products that have product variations. Our variations are simple, just a size, small and large. When we use the google structured data testing tool, it only finds one product, the small size (lower price). Google states that the schema on the website needs modifications to have an aggregate offer or multiple offers. There are no theme WC overrides (per theme author). How can WC be modified to follow schema for product variations?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Riaan K.

    (@riaanknoetze)

    What Schema changes are needed? Have you considered manually adding the schema using Google’s Data Highlighter tool as discussed at https://support.google.com/webmasters/answer/2692911?hl=en

    Thread Starter richbee

    (@richbee)

    Riaan & jhill5- thanks for your response.

    Below is the HTML for a product with 2 size variations: $10 & $100. This is straight from the WC price.php file. When this is run in the google structured data testing tool, if only returns one product at the $10 price. It seems to me, being a novice at this, that the price.php file needs modification to make the offer for both prices/sizes (aggregate or low/high price per schema.org). This is probably beyond my capabilities at this point. We had to go through and change all the variations (about 200) to simple products so they would should up on google shopping.

    </div>
    <div itemprop=”offers” itemscope itemtype=”http://schema.org/Offer”&gt;

    <p class=”price”><span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>$</span>10.00</span>–<span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>$</span>100.00</span></p>

    <meta itemprop=”price” content=”10″ />
    <meta itemprop=”priceCurrency” content=”USD” />
    <link itemprop=”availability” href=”http://schema.org/InStock&#8221; />

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Schema Product Variations and Structured Data Tool (Google)’ is closed to new replies.