I have tried a couple of times to implement this, many ecommerce sites now use this to display price / stock in google results.
I get errors or the price displaying in ex vat, can anyone recommend a developer I can employ to do this, tried one that did not work out and tried various versions found on here without success?
thank you
Here is the code I paid for that does not work - maybe someone can see why?
Example from google search results:
Celestron Ultima Duo Eyepieces -
www.examples.com › Eyepieces & Barlows › Celestron
£103.00 - In stock
The new Celestron Ultima Duo eyepiece series are designed for both visual and ... This eyepiece is available in 6 focal lengths: 5 mm 8 mm 10 mm 13 mm
I get errors or the price displaying in ex vat, can anyone recommend a developer I can employ to do this, tried one that did not work out and tried various versions found on here without success?
thank you
Here is the code I paid for that does not work - maybe someone can see why?
Code:
<!-- rich snippets BEGIN --> <div itemscope itemtype="http://data-vocabulary.org/Product"> <meta itemprop="currency" content="GBP" /> <meta itemprop="price" content="<actinic:variable name="PriceListRetail" value="meta retail price list" />" /> <meta itemprop="brand" content="<actinic:variable name="brand" />" /> <meta itemprop="image" content="<actinic:variable name="CatalogURL" /><actinic:variable name="SectionImageFileName" />" /> <meta itemprop="condition" content="new"> <meta property="og:type" content="product" /> <meta property="og:title" content="<actinic:variable name="ProductName" />" /> <meta property="og:url" content="<actinic:variable name="SectionPageName" />" /> </div> <!-- Rich snippets END -->
Celestron Ultima Duo Eyepieces -
www.examples.com › Eyepieces & Barlows › Celestron
£103.00 - In stock
The new Celestron Ultima Duo eyepiece series are designed for both visual and ... This eyepiece is available in 6 focal lengths: 5 mm 8 mm 10 mm 13 mm
Comment