Hi all,
Not sure im getting the rich snippets code right or that its in the wrong place. but it does not seem to work.
im using this code
<!-- microdata start -->
<div itemscope itemtype="http://data-vocabulary.org/Product">
<meta itemprop="image" content="<actinic:variable name="CatalogURL" /><actinic:variable name="ProductImageFilenameRaw" />" />
<meta itemprop="identifier" content="mpn:<actinic:variable name="ProductReference" />"/>
<meta itemprop="name" content="<actinic:variable name="ProductName" />" />
<meta property="og:type" content="product" />
<meta property="og:title" content="<actinic:variable name="ProductName" />" />
<meta property="og:url" content="<actinic:block php="true">echo '<actinic:variable name="CatalogURL" encoding="perl" selectable="false" />' . basename('<actinic:variable name="ProductPageName" encoding="perl" selectable="false" />');</actinic:block>" />
</div>
<div class="purchase_data" itemprop="offerDetails" itemscope itemtype="http://data-vocabulary.org/Offer">
<meta itemprop="condition" content="new" />
<meta itemprop="currency" content="GBP" />
<meta itemprop="price" content="<actinic:block php="true">echo preg_replace('/[^\d\.]/', '', '<actinic:block type="pricelist"><actinic:block if="%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%3d%3d%201"><actinic:variable name="TaxInclusivePrice" selectable="false" /></actinic:block></actinic:block>');</actinic:block>" />
<meta itemprop="availability" content="In_stock" />
<meta itemprop="seller" content="<actinic:variable name="CompanyName" />"/>
</div>
<!-- microdata end -->
and using it the the "product page bodt RWD" in design.
Can someone please check as its not validating
www.sumpsandpumpsdirect.co.uk
Not sure im getting the rich snippets code right or that its in the wrong place. but it does not seem to work.
im using this code
<!-- microdata start -->
<div itemscope itemtype="http://data-vocabulary.org/Product">
<meta itemprop="image" content="<actinic:variable name="CatalogURL" /><actinic:variable name="ProductImageFilenameRaw" />" />
<meta itemprop="identifier" content="mpn:<actinic:variable name="ProductReference" />"/>
<meta itemprop="name" content="<actinic:variable name="ProductName" />" />
<meta property="og:type" content="product" />
<meta property="og:title" content="<actinic:variable name="ProductName" />" />
<meta property="og:url" content="<actinic:block php="true">echo '<actinic:variable name="CatalogURL" encoding="perl" selectable="false" />' . basename('<actinic:variable name="ProductPageName" encoding="perl" selectable="false" />');</actinic:block>" />
</div>
<div class="purchase_data" itemprop="offerDetails" itemscope itemtype="http://data-vocabulary.org/Offer">
<meta itemprop="condition" content="new" />
<meta itemprop="currency" content="GBP" />
<meta itemprop="price" content="<actinic:block php="true">echo preg_replace('/[^\d\.]/', '', '<actinic:block type="pricelist"><actinic:block if="%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%3d%3d%201"><actinic:variable name="TaxInclusivePrice" selectable="false" /></actinic:block></actinic:block>');</actinic:block>" />
<meta itemprop="availability" content="In_stock" />
<meta itemprop="seller" content="<actinic:variable name="CompanyName" />"/>
</div>
<!-- microdata end -->
and using it the the "product page bodt RWD" in design.
Can someone please check as its not validating
www.sumpsandpumpsdirect.co.uk
Comment