Prestafan1234 Posted November 14, 2015 Share Posted November 14, 2015 (edited) Hi, I am running PS version 1.6.1.1 and I have found some issues when I test the site the Structured Data Testing Tool via Google Webmaster Tools. I found this archived thread that describes the same issues I am experiencing, ie. missing price: https://www.prestashop.com/forums/topic/336587-schemaorg-markup-error-missing-price/page-2 The test says this: offers [Offer]: price: 259,00 DKK priceCurrency: DKK offers [Offer]: availability: http://schema.org/InStock price: mangler og er påkrævet = missing and required And the code from the product-list.tpl <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)} <span itemprop="price" class="price product-price{if isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0} product-price-new{/if}"> {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} </span> <meta itemprop="priceCurrency" content="{$currency->iso_code}" /> The site is both in Danish and Swedish, and I have both curencies activated. I have searched and read a lot of suggested solutions for the problem, I have looked at some updated product-list.tpl's but my .tpl file seems to contain all these fixes. Does anyone have a solution to this? Link to my store is #2 in my signature. Edited November 20, 2015 by Prestafan1234 (see edit history) Link to comment Share on other sites More sharing options...
Prestafan1234 Posted November 19, 2015 Author Share Posted November 19, 2015 Anyone? This must be an issue for everyone since PS 1.5, especially those trying to SEO optimize? Link to comment Share on other sites More sharing options...
Dh42 Posted November 19, 2015 Share Posted November 19, 2015 can you provide a link to your site? Link to comment Share on other sites More sharing options...
hatak Posted November 20, 2015 Share Posted November 20, 2015 I've checked one of your product in structured data testing tool and there is everything ok Link to comment Share on other sites More sharing options...
Prestafan1234 Posted November 20, 2015 Author Share Posted November 20, 2015 I've checked one of your product in structured data testing tool and there is everything ok Thanks for the replies. I just tested a couple of hours ago myself, and also found everything is ok - I havent changed anything on the site. Very odd. I will change this to solved Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now