Rafaviolin Posted January 15, 2016 Share Posted January 15, 2016 Hi I am using Prestashop 1.6 with minimal theme and I don't succeed in getting well my H1 and H2 labels H1 label in Category: Screaming frogs and other spiders analyzers show me tha the categories always put the category name and the product quantity. I want the quantity away... here is the category.tpl code: <h1 class="page-heading{if (isset($subcategories) && !$products) || (isset($subcategories) && $products) || !isset($subcategories) && $products} product-listing{/if}"><span class="cat-name">{$category->name|escape:'html':'UTF-8'}{if isset($categoryNameComplement)} {$categoryNameComplement|escape:'html':'UTF-8'}{/if}</span></h1>{include file="$tpl_dir./category-count.tpl"} How can I do right? H1 label in Product: All my H1 in products are not recognized by any web analyzers, here's the code in product.tpl <h1><span itemprop="name">{$product->name|escape:'htmlall':'UTF-8'}</span></h1> H2 label in Product and category: The H2 labels always show product availibilty and others information instead of product description. Moreover I can't find them in any template.... how can i find them? Thanks in advance for your help!! 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