Penge Posted August 22, 2016 Share Posted August 22, 2016 Hello. I have used a SEO analyzer on my shop and it reports that I have too many h1 tags. How do I control this ? I am not sure what this means..... HTML TAGS WARNING too many <h1> tags <html> (1) <h1> (2) <h2> (17) <img> (70) <iframe> (5) Thanks Petter Link to comment Share on other sites More sharing options...
rocky Posted August 23, 2016 Share Posted August 23, 2016 You should only have one <h1> tag on all your pages. It seems you have two. You can choose the "View source" option in your browser and search for <h1>. Hopefully, you can figure out whether it's your theme or a module that's adding the extra <h1>. Link to comment Share on other sites More sharing options...
Penge Posted August 24, 2016 Author Share Posted August 24, 2016 You should only have one <h1> tag on all your pages. It seems you have two. You can choose the "View source" option in your browser and search for <h1>. Hopefully, you can figure out whether it's your theme or a module that's adding the extra <h1>. Hello Rocky So I did and found 2 set of <h1> </h1> as shown below. These are HEADER 1 and the only h1 I found when I did a search on the code of the homepage This will not cause any problem ?? <div class="homeslider-description"><h1><span style="color:#d4d4d4;"><strong>Ringer</strong></span></h1></div> div class="homeslider-description"><h1><strong><span style="color:#d4d4d4;">Øredobber</span></strong></h1> <div class="homeslider-description"><h1><span style="color:#d4d4d4;"><strong>Ringer</strong></span></h1></div> Link to comment Share on other sites More sharing options...
rocky Posted August 25, 2016 Share Posted August 25, 2016 It's not a good idea to use <h1> tags for the descriptions of slides. There should only be one <h1> that should be the title of the page. I suggest removing the <h1> tags and modifying the module's CSS if necessary so it still looks the same. 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