Jump to content

Schema Excludes Vat. Google Not Happy...


Recommended Posts

Hi Everyone

 

Our entire site's product range gets imported into Google Merchant Centre using a paid for module.

 

When testing the webpage using https://developers.google.com/structured-data/testing-tool/ the price within the Schema excludes VAT. Google is not happy with this.

 

Is there a setting to make the Schema include VAT or do I need to manually edit product-list.tpl somehow?

 

Thanks

 

Nick

Link to comment
Share on other sites

  • 1 month later...

I had similar problem with the PRICE tag. I just added the following lines to /sub/product-item/product-item.tpl file:

 

<meta itemprop="price" content="{$product.price}" />

<meta itemprop="priceCurrency" content="{$currency->iso_code}" />
 
Just after the {if}{/if} in the <link itemprop="availability" href="http://schema.org/InStock" /> line. (in my theme leo_dress is the line 69).
 
You can add other meta tag with the missing information.
 
Regards,
Hector
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...