henrycr Posted November 11, 2011 Share Posted November 11, 2011 I'm using Firefox and Seo doctor tells me I have no www.kaiker.com H1en my site, how do I put Regards henry Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted November 11, 2011 Share Posted November 11, 2011 in product page you have h1 <h1 id="logo"><a href="http://www.kaiker.com" title="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes "><img src="http://www.kaiker.com/img/logo.jpg" alt="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes "><a></h1> but it is used completely wrong. To add changes to any page you can edit is appropriate .tpl file in /themes/your_theme Link to comment Share on other sites More sharing options...
henrycr Posted November 11, 2011 Author Share Posted November 11, 2011 Can you explain in more detail how to do it please Henry Link to comment Share on other sites More sharing options...
henrycr Posted November 11, 2011 Author Share Posted November 11, 2011 Please help what is wrong with my H1 has <!-- Header --> <div> <h1 id="logo"><a href="http://www.kaiker.com/" title="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes "><img src="http://www.kaiker.com/img/logo.jpg" alt="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes "><a></h1> <div id="header" Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted November 11, 2011 Share Posted November 11, 2011 - Celulares-Laptops-Perfumes-Relojes "><a> Celulares-Laptops-Perfumes-Relojes "></a> - Use the tag <a> inside the tag <h...> not a good practice, although allowed - here is a set h1 a img - img a h1 it makes no sense, nor to the SEO, or the user Link to comment Share on other sites More sharing options...
henrycr Posted November 11, 2011 Author Share Posted November 11, 2011 If I put it so it will be fine <!-- Header --> <div> <h1 id="logo"><a href="http://www.kaiker.com/" title="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes"><img height="96" width="772" src="http://www.kaiker.com/img/logo.jpg" alt="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes "/></a><b>Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes</b></h1> <div id="header"> Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted November 11, 2011 Share Posted November 11, 2011 no <h1>Big Dog</h1> - ок <h1><a><img><p><b> ... blablabla </h1> - not ok ) Link to comment Share on other sites More sharing options...
henrycr Posted November 11, 2011 Author Share Posted November 11, 2011 Thanks Sergey for your help but unfortunately I do not understand what you mean, if you take my items and I must say so please be Link to comment Share on other sites More sharing options...
henrycr Posted November 14, 2011 Author Share Posted November 14, 2011 Help me please Link to comment Share on other sites More sharing options...
jameshoriton Posted November 16, 2011 Share Posted November 16, 2011 henrycr ..you should not use <a> tag inside the <h> tag..in your code when you were using <a> tag, it was creating problem and in the second code you don't use it so it's doing well.. Link to comment Share on other sites More sharing options...
henrycr Posted November 16, 2011 Author Share Posted November 16, 2011 But if you remove <a> page goes blank, what would be the right way? Link to comment Share on other sites More sharing options...
henrycr Posted November 17, 2011 Author Share Posted November 17, 2011 if so I put the h1 header page that I was out of position? <h1>Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes</h1> Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted November 17, 2011 Share Posted November 17, 2011 Do not worry, use img tags inside h1 - not an error. It's just senseless, compare put this code in kaiker.html and open your browser <h1 id="logo"><a href="http://www.kaiker.com/" title="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes "><img src="http://www.kaiker.com/img/logo.jpg" alt="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes "></a></h1> <!-- no H1 variant --> <a href="http://www.kaiker.com/" title="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes "><img src="http://www.kaiker.com/img/logo.jpg" alt="Kaiker - Tienda en Costa Rica-Celulares-Laptops-Perfumes-Relojes "></a> Wow! Both logos look the same - so why pay more? Sorry, I do not know how else to explain Link to comment Share on other sites More sharing options...
henrycr Posted November 17, 2011 Author Share Posted November 17, 2011 Thank you SergeyH Link to comment Share on other sites More sharing options...
firstchoice12 Posted November 17, 2011 Share Posted November 17, 2011 I am also having same problem thanks for sharing ideas guys. Link to comment Share on other sites More sharing options...
Vilas Posted December 8, 2011 Share Posted December 8, 2011 Hi, Can anyone know how to set H1, H2, H3 size and font through css? So that while updating product if we only select H1 then automatically mentioned format will be applied to that name or title. Which will help in updating products and will save time in mentioning H1,H2 fonts and size. Thanks Vilas Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted December 8, 2011 Share Posted December 8, 2011 Hi, Can anyone know how to set H1, H2, H3 size and font through css? http://goo.gl/4LoJJ Link to comment Share on other sites More sharing options...
Vilas Posted December 12, 2011 Share Posted December 12, 2011 Dear SergeyH, Thanks for details. But really sorry to say But I am unable to understand exactly what changes I have to do in my css. It will be great if you tell me in detail. Thanks Vilas Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted December 12, 2011 Share Posted December 12, 2011 Hi Vilas in css h1 { font-size: 42px; } Link to comment Share on other sites More sharing options...
Vilas Posted December 12, 2011 Share Posted December 12, 2011 Hello, Thanks for prompt response. At which line I have to enter above script? Also what about H2, H3, H4? I wish to use Book Antiqua, Palatino Linotype font all over my site. So is that possible to autoset it? Thanks Link to comment Share on other sites More sharing options...
Vilas Posted January 13, 2012 Share Posted January 13, 2012 Dear Cole001, Thanks for response. But actually I wish to auto set Font and font size for H1, H2 tags. So do you have any idea about it? Regards Link to comment Share on other sites More sharing options...
KambinatoR Posted January 23, 2012 Share Posted January 23, 2012 Simple solution for no <h1> and no<h2> tags 1. Enable Home text editor module in BackOffice; 2. Click configure; 3. Write in Main title your <h1>text 4. Write in Subheading your <h2> text Why does anyone tell this simple solution, without modifying any files? 2 Link to comment Share on other sites More sharing options...
Vilas Posted January 23, 2012 Share Posted January 23, 2012 Hi, But it not set any font or font size. No one know how to auto set it? Thanks Link to comment Share on other sites More sharing options...
maraveloJewellery Posted August 18, 2012 Share Posted August 18, 2012 OK, I battled with this issue too. This is what you need to do. Go to themes/yourtheme/css/global.css Open this file and find... } .rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 { margin: 0.75em 0 0.3em 0; color: #374853 } .rte h1, .mceContentBody h1 { font-size: 25px; font-weight: bold; background: inherit } .rte h2, .mceContentBody h2 { font-size: 12px; font-weight: bold; background: none; text-transform: none; height: auto } .rte h3, .mceContentBody h3 { font-size: 16px } .rte h4, .mceContentBody h4 { font-size: 14px } .rte h5,.mceContentBody h5 { font-size: 12px } .rte h6, div.rte h6 { font-size: 8px } .rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em } .rte ul, .mceContentBody ul { list-style-type: square; margin-left: 10px There you can play with the look and feel of all your H tags and it will take effect in the editor in home page content for example. Link to comment Share on other sites More sharing options...
20bekhar Posted September 21, 2019 Share Posted September 21, 2019 Hi could you please help me How I can edit my product name tag and change it to H1 In my product pages I dont have H1 tags so I want to change the name of product to H1. when I inspect the name and search in product.tpl I can not find the line that is related to this part. please help me. Link to comment Share on other sites More sharing options...
JBW Posted September 24, 2019 Share Posted September 24, 2019 Search for {$product.name} Thats how it looks inside product.tpl in 1.7.6. classic theme- h1 is already there Link to comment Share on other sites More sharing options...
20bekhar Posted September 24, 2019 Share Posted September 24, 2019 1 hour ago, JBW said: Search for {$product.name} Thats how it looks inside product.tpl in 1.7.6. classic theme- h1 is already there Hi thanks a lot about your useful help: <div class="hrxproduct-detail-title" itemprop="name">{block name='page_title'}{$product.name}{/block}</div> It is the line that I have in my template and I change it to <h1 class="hrxproduct-detail-title" itemprop="name">{block name='page_title'}{$product.name}{/block}</h1> Now when I inspect from the name of my product I see this part in H1 tag <h1 class="hrxproduct-detail-title" itemprop="name">microwave model 876c</h1> Is it right? In some website I saw that they have only the name of product in H1 tag like: <h1 microwave model 876c</h1> So I wanted to be sure That it is OK? Note that I edit this part in the folder of my template*(not classic)-product.tpl that had name line like this. Regards and again thanks about your help Link to comment Share on other sites More sharing options...
JBW Posted September 24, 2019 Share Posted September 24, 2019 Yes that looks alright. class is the used CSS for styling and itemprop the meta tag for search engines. Link to comment Share on other sites More sharing options...
20bekhar Posted September 25, 2019 Share Posted September 25, 2019 13 hours ago, JBW said: Yes that looks alright. class is the used CSS for styling and itemprop the meta tag for search engines. Thanks sir about your help Link to comment Share on other sites More sharing options...
20bekhar Posted November 13, 2019 Share Posted November 13, 2019 Hi I have two same H1 in my pages(in inspect : I can see one H1 for mobile and one H1 for desktop) Please help me to solve this problem it is one page as example: https://20bekhar.com/36-dishwasher and it is error in many checkers Link to comment Share on other sites More sharing options...
JBW Posted November 13, 2019 Share Posted November 13, 2019 I see only one H1 tag on the mentioned website, where do you find the second? <h1 class="shik-cat">ماشین ظرفشویی</h1></div> 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