Maria Costa Posted December 11, 2020 Share Posted December 11, 2020 Hello I'm trying to fix some SEO errors on my site and saw that I don't have the H1 where can I add this information in the codígo? Thanks Link to comment Share on other sites More sharing options...
jesicca Posted December 12, 2020 Share Posted December 12, 2020 (edited) On 12/11/2020 at 8:03 PM, Maria Costa said: Hello I'm trying to fix some SEO errors on my site and saw that I don't have the H1 where can I add this information in the codígo? Thanks Which theme/template you are using on your site? well in 2020, more than 90% of theme developers pick your TITLE as your H1, So must care for give best CTR Title with including your keyword there mythdhr login In short Your Title is your H1. Cheers Edited March 21, 2021 by jesicca Info (see edit history) 1 Link to comment Share on other sites More sharing options...
ClassyDevs Posted December 14, 2020 Share Posted December 14, 2020 Hello, Maria Costa If you want to use h1 tag title in your home page, you can do with custom HTML module which allow you to hook your content in display Home hook after the slider. Or you can use any static banner in you home page where you can use h1 tag. You can check this how we made our slider, where you are able to change the tags of slider. https://classydevs.com/docs/crazy-elements/prestashop-moduleswidgets/image-slider/ Hope you got idea how to solve the h1 tags Thank you Link to comment Share on other sites More sharing options...
Maria Costa Posted December 15, 2020 Author Share Posted December 15, 2020 Em 12/12/2020 em 8:50 AM, jesicca disse: Qual tema / modelo você está usando em seu site? Bem, em 2020 , mais de 90% dos desenvolvedores de temas escolheram seu TÍTULO como seu H1. Portanto, deve-se cuidar para dar o melhor Título CTR com a inclusão de sua palavra-chave . Em suma, Seu Título é seu H1. Felicidades my theme is AngarTheme Link to comment Share on other sites More sharing options...
Maria Costa Posted December 15, 2020 Author Share Posted December 15, 2020 Em 14/12/2020 em 4:02 PM, ClassyDevs disse: Hello, Maria Costa If you want to use h1 tag title in your home page, you can do with custom HTML module which allow you to hook your content in display Home hook after the slider. Or you can use any static banner in you home page where you can use h1 tag. You can check this how we made our slider, where you are able to change the tags of slider. https://classydevs.com/docs/crazy-elements/prestashop-moduleswidgets/image-slider/ Hope you got idea how to solve the h1 tags Thank you but I don´t have banner. Is it possible to put the h1 in my store logo? Link to comment Share on other sites More sharing options...
JavierP Posted December 15, 2020 Share Posted December 15, 2020 hace 2 horas, Maria Costa dijo: but I don´t have banner. Is it possible to put the h1 in my store logo? yes check your path /themes/xxxx/templates/_partials/header.tpl and look for those lines .... you should have it like this, if you provide your url, we can help you better <h1> <a href="{$urls.base_url}"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> </h1> 1 Link to comment Share on other sites More sharing options...
ClassyDevs Posted December 16, 2020 Share Posted December 16, 2020 Hello, @Maria Costa yes you can do that, please check this article https://classydevs.com/docs/crazy-elements/basic-widgets/heading/ Our module will help you to easily manage all, for a user it is painfully and risky to modify in tpl file. When you update PrestaShop your code will removed, you need to modify in child theme. For a developer end we suggest to use module to hook content and build what user like. Thank you Link to comment Share on other sites More sharing options...
Maria Costa Posted December 16, 2020 Author Share Posted December 16, 2020 20 horas atrás, JavierP disse: yes check your path /themes/xxxx/templates/_partials/header.tpl and look for those lines .... you should have it like this, if you provide your url, we can help you better <h1> <a href="{$urls.base_url}"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> </h1> I have this... what do i have to change? Thank you for your help {block name='header_top'} <div class="header-top"> <div class="container"> <div class="row"> <a href="{$urls.base_url}" class="col-md-4 hidden-sm-down2" id="_desktop_logo"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> {hook h='displayTop'} <div class="clearfix"></div> </div> </div> Link to comment Share on other sites More sharing options...
ClassyDevs Posted December 17, 2020 Share Posted December 17, 2020 Before the a tag you news to use <h1> and after the a tag enter </h1> if you like to use the above solution Thank you 1 Link to comment Share on other sites More sharing options...
Maria Costa Posted December 17, 2020 Author Share Posted December 17, 2020 SOLVED, thank you very much to all :) 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