filipstudio Posted June 7, 2013 Share Posted June 7, 2013 (edited) More testing tools are reporting the same issue: We didn't find a header (h1 tag) on this page (the home page in this case). H1 Count: 0 tags H2 Count: 0 tags H3 Count: 0 tags H4 Count: 0 tags H5 Count: 0 tags H6 Count: 0 tags Does anyone know how to fix this? Thank you. Solved: The home editor module wasn't installed. After the installation the home page was fine. Edited June 7, 2013 by filipstudio (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 7, 2013 Share Posted June 7, 2013 can you please paste url to your website? i think that you have to add h1 tag, the best idea is to add it to the logo and link to your homepage. please give us url. Link to comment Share on other sites More sharing options...
filipstudio Posted June 7, 2013 Author Share Posted June 7, 2013 It works OK now, thanks. The website's url is filipstudio.com but it works fine now. It only needs some "tuning". Thank you. Link to comment Share on other sites More sharing options...
vekia Posted June 7, 2013 Share Posted June 7, 2013 you're welcome thanks for marking this thread as [solved] check free modules list here: free prestashop modules maybe you will find there something interesting regards 1 Link to comment Share on other sites More sharing options...
filipstudio Posted June 7, 2013 Author Share Posted June 7, 2013 This is a very useful link.Thanks a lot! Link to comment Share on other sites More sharing options...
Optimus_Sam Posted June 13, 2013 Share Posted June 13, 2013 I have the same problem. This is my website url: www.verwarmingsshop.be can someone take a look at it for me please? I would be very, very gratefull! Link to comment Share on other sites More sharing options...
vekia Posted June 13, 2013 Share Posted June 13, 2013 I have the same problem. This is my website url: www.verwarmingsshop.be can someone take a look at it for me please? I would be very, very gratefull! add h1 tag to logo in your header.tpl file, all seo guides say, that logo of the website is the best place to put h1 tag 2 Link to comment Share on other sites More sharing options...
Optimus_Sam Posted June 13, 2013 Share Posted June 13, 2013 My apologies. I'm really new at this o mighty Vekia :-). Where do i find the header .tpl file ? :-) I'm using ps 1.5.4.1 btw. Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted June 13, 2013 Share Posted June 13, 2013 you can find this file here: themes/your_theme/header.tpl where your_theme is the name of template that you use in your store Link to comment Share on other sites More sharing options...
Optimus_Sam Posted June 13, 2013 Share Posted June 13, 2013 you can find this file here: themes/your_theme/header.tpl where your_theme is the name of template that you use in your store Hi Vekia, I found it. Now what do i add where exactly? I don't know code Link to comment Share on other sites More sharing options...
vekia Posted June 14, 2013 Share Posted June 14, 2013 Hi Vekia, I found it. Now what do i add where exactly? I don't know code you've got there: <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> add the <h1></h1> exactly as i show below: <h1> <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </h1> 4 Link to comment Share on other sites More sharing options...
Optimus_Sam Posted June 14, 2013 Share Posted June 14, 2013 I did it! Thank you very much for your help Vekia! Link to comment Share on other sites More sharing options...
Optimus_Sam Posted June 14, 2013 Share Posted June 14, 2013 My SEO doctor also tells me i have around 700 links on my website. 650 of them or so, are www.verwarmingsshop.be The same as my website... i don't think this is healthy... Is there a way to work around this? Or get this fixed? I would post this somewhere else but i have no clue how to describe it Link to comment Share on other sites More sharing options...
vekia Posted June 14, 2013 Share Posted June 14, 2013 you're welcome now you can validate your page with testing tools, let me know if everything works well Link to comment Share on other sites More sharing options...
Optimus_Sam Posted June 14, 2013 Share Posted June 14, 2013 (edited) here are the results! what do you think Vekia? http://www.webpagetest.org/performance_optimization.php?test=130614_VR_PYJ&run=1&cached=0 Edited June 14, 2013 by Optimus_Sam (see edit history) Link to comment Share on other sites More sharing options...
Vilas Posted June 22, 2013 Share Posted June 22, 2013 (edited) you've got there: <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> add the <h1></h1> exactly as i show below: <h1> <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </h1> I did same thing as suggested.But still I am getting same error massage that h1 missing. Will be great if you have any solution on it. Site url is Thanks Edited June 28, 2013 by Vilas (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 22, 2013 Share Posted June 22, 2013 i checked your website... so, i think that this is problem with cache. take a look: REMOVED you've got there <h1></h1> tags but here: REMOVED you haven't got it. conclusion: your store use cached version of the store, please clear your cache, turn force compilation etc. Link to comment Share on other sites More sharing options...
Vilas Posted June 22, 2013 Share Posted June 22, 2013 Yes it worked. But I wish to show some title or some keyword as h1 tag & similar thing as a h2 tag. Currently as I entered h1 around image so its showing h1 tag as only a . (dot) Will be great if you suggest solution. Thanks Link to comment Share on other sites More sharing options...
Vilas Posted June 28, 2013 Share Posted June 28, 2013 (edited) i checked your website... so, i think that this is problem with cache. conclusion: your store use cached version of the store, please clear your cache, turn force compilation etc. Will be great if you delete above posted domain links. Edited July 28, 2013 by Vilas (see edit history) Link to comment Share on other sites More sharing options...
karolwild Posted June 28, 2013 Share Posted June 28, 2013 Optimus_Sam you now have two h1 tags. SEO is a mistake Remove h1 logo. Regards Karol 1 Link to comment Share on other sites More sharing options...
Optimus_Sam Posted June 28, 2013 Share Posted June 28, 2013 Optimus_Sam you now have two h1 tags. SEO is a mistake Remove h1 logo. Regards Karol Hi Karol, Really? How can you tell? Grtz, OS Link to comment Share on other sites More sharing options...
Optimus_Sam Posted June 28, 2013 Share Posted June 28, 2013 (edited) Oh yeah, i see it too now. I actually have three :-). Can you help me get this fixed? What can i do about it? Thanks a lot karol! EDIT: problem is fixed :-) Edited July 2, 2013 by Optimus_Sam (see edit history) Link to comment Share on other sites More sharing options...
Vilas Posted July 28, 2013 Share Posted July 28, 2013 i checked your website... so, i think that this is problem with cache. take a look: REMOVED you've got there <h1></h1> tags but here: REMOVED you haven't got it. conclusion: your store use cached version of the store, please clear your cache, turn force compilation etc. Dear Vekia, Will be great if you edit your post & remove our site url from that post as I am getting some unwanted traffic due to that link. Thanks Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2013 Share Posted July 28, 2013 okay, im going to modify it thanks for attention regards Link to comment Share on other sites More sharing options...
Vilas Posted July 28, 2013 Share Posted July 28, 2013 Thank you vekia for prompt response. But sorry to say actually I am still confused with this h1 tag for homepage. I tried to logo option to set h1 but that not shows any proper word. Is that possible to set any proper word related to site as h1 tag? Or is that possible to set marque scrolling text which will consider as h1 tag in that scrolling text will use our h1 text. What you suggest? Thanks Link to comment Share on other sites More sharing options...
accessorycart Posted July 4, 2014 Share Posted July 4, 2014 SEO analyzer said The <h1> tag is missing. Could someone please help me to insert this tag back to my website?My website is www.accessorycart.com Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2014 Share Posted July 4, 2014 and where you want to add it? to add it on product pages open product.tpl file and change {$product->name} to <h1>{$product->name}</h1> Link to comment Share on other sites More sharing options...
Runge1980 Posted April 24, 2015 Share Posted April 24, 2015 you've got there: <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> add the <h1></h1> exactly as i show below:<h1> <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </h1> Know it is a old topic... But any chance you could tell where it is in the 1.6 version.? I am using PF nextstore theme And my shop is here. www.techstore.dk Regads Lasse Link to comment Share on other sites More sharing options...
Whiley Posted April 25, 2015 Share Posted April 25, 2015 Hi Lasse. I think, it's not really a good idea to solve the problem (missing h1-tag on the homepage) in this way, because all other pages of your shop have one correct h1-tag, and with this solution they will have two h1-tags. Google didn't like this! http://www.seounique.com/blog/multiple-h1-tags-triggers-google-penalty/ It would be much better, if you write a litte text (only one sentence) for your homepage with the homepage texteditor (BO:module/module/editorial) with a h1-headline. regards Whiley Link to comment Share on other sites More sharing options...
Vineet Girdhar Posted January 5, 2016 Share Posted January 5, 2016 Unfortunate that even after two years of posting none of the people have understood H1tag ...a big nono to adding it as an image in header.tpl. please donot mess with seo like this totally with Whiley on this. Home.html in prestashop 1.6.0.11 version and above also has h1 tag please check it out there. Link to comment Share on other sites More sharing options...
Anil1 Posted March 27, 2016 Share Posted March 27, 2016 I want to add <h1> Headings & <h2> Headings, need support Ambassadors URL: www.sanjivaniayurvedic.com 1 Link to comment Share on other sites More sharing options...
Dr.Nikos Posted March 27, 2016 Share Posted March 27, 2016 I want to add <h1> Headings & <h2> Headings, need support Ambassadors URL: www.sanjivaniayurvedic.com Yes can an expert please help us on this topic. How to insert correctly heading tags in prestashop 1.6 Thank you Link to comment Share on other sites More sharing options...
Whiley Posted March 28, 2016 Share Posted March 28, 2016 @Dr. Nikos On which page (home, category, product) do you want to insert the tags? @Anil1) You have h1 and h2 tags on all your pages ecept on the homepage (solution post#29) Link to comment Share on other sites More sharing options...
Dr.Nikos Posted March 29, 2016 Share Posted March 29, 2016 @Dr. Nikos On which page (home, category, product) do you want to insert the tags? @Anil1) You have h1 and h2 tags on all your pages ecept on the homepage (solution post#29) Hi To be honest i would like to insert on all pages (home, product, manufacturers pages). . Please have a look at the following code. Its from a competitors site which appears in the top 3 positions on every query in organic search. I am kind of jealous. There is a very nice hierarchy in the heading tags. Sorry for the foreign language <h1> <strong> <a id="index-link" title="Skroutz.gr - Αρχική σελίδα" href="/">Skroutz.gr</a> </strong> </h1> <form method="get" action="/search" accept-charset="utf-8"> <p> <input type="search" name="keyphrase" autofocus id="search-bar-input" value="" autocomplete="off" autocorrect="off" autocapitalize="off" placeholder="γράψε τον όρο αναζήτησης"> <span class="search-spinner"></span> <span class="clear-search"></span> <button type="submit" value="submit"> Αναζήτηση </button> </p> </form> </div> </header> <div id="categories" class="cf"> <ol class="content cf" id="verticals"> <li class="technology"> <h2> <strong> <a href="/c/1269/technology.html?from=families" title="Τεχνολογία">Τεχνολογία</a> </strong> </h2> <ul> <li> <h3> <strong> <a title="Κινητά Τηλέφωνα" href="/c/40/kinhta-thlefwna.html?from=families">Κινητά Τηλέφωνα</a> </strong> </h3> </li> <li> <h3> <strong> <a title="Θήκες Κινητών Τηλεφώνων" href="/c/579/thikes-kinhtwn-thlefwnwn.html?from=families">Θήκες Κινητών Τηλεφώνων</a> </strong> </h3> </li> <li> <h3> <strong> <a title="Tablets" href="/c/1105/tablet.html?from=families">Tablets</a> </strong> </h3> </li> <li> <h3> <strong> <a title="Θήκες Tablet" href="/c/1608/thikes-tablet.html?from=families">Θήκες Tablet</a> </strong> </h3> </li> <li> <h3> <strong> <a title="Laptops" href="/c/25/laptop.html?from=families">Laptops</a> </strong> </h3> </li> <li class="see-all"> <a title="Τεχνολογία" href="/c/1269/technology.html?from=families">Περισσότερα</a> </li> </ul> </li> <li class="fashion"> <h2> <strong> <a href="/c/274/fashion.html?from=families" title="Μόδα">Μόδα</a> Link to comment Share on other sites More sharing options...
Surffari Posted May 12, 2020 Share Posted May 12, 2020 We actually don't have H1 tags on the "contact us"-page and the "new-products"-page at all for some reason... Just trying to trouble shoot it, but the TPL has almost nothing in it. Any hints where these are defined? Also, each miniature on category page had product name congifured ad H1??! That was an easy fix. Running 1.7.on https://vapura.cl/ Link to comment Share on other sites More sharing options...
nadirpestmaster.com Posted December 12, 2023 Share Posted December 12, 2023 Like you said before, I need some advice on how to fix an SEO issue on my website, https://pestcontrolmaster.com/. The SEO tools show that I have two H1 tags on the same page, which is not good for ranking. How can I remove one of them? On 4/24/2015 at 9:13 PM, Whiley said: Hi Lasse. I think, it's not really a good idea to solve the problem (missing h1-tag on the homepage) in this way, because all other pages of your shop have one correct h1-tag, and with this solution they will have two h1-tags. Google didn't like this! http://www.seounique.com/blog/multiple-h1-tags-triggers-google-penalty/ It would be much better, if you write a litte text (only one sentence) for your homepage with the homepage texteditor (BO:module/module/editorial) with a h1-headline. regards Whiley 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