Jump to content

Duplicate H1 tag


Maria Costa

Recommended Posts

Hi, 

That's difficult to solve it without knowing the URL. however you need to change that behavior under the specific Tpl, which holds the elements. again there is no such thing as a wonder-wand to solve this, we should know exactly where and what the site  in order to be able to offer proper guidance!

cheers, 

Leo

  • Like 1
Link to comment
Share on other sites

3 minutos atrás, Leo @ Prestachamps disse:

Oi, 

Isso é difícil de resolver sem saber o URL. no entanto, você precisa alterar esse comportamento no Tpl específico, que contém os elementos. novamente não existe uma varinha mágica para resolver isso, devemos saber exatamente onde e qual é o site para podermos oferecer uma orientação adequada!

Felicidades, 

Leo

Citar

 


felmitek.pt

 

 

Link to comment
Share on other sites

Hi, 

The issue lies in your logo. The logo on your site is placed as :

<div class="row">
          <h1>
        <a href="https://felmitek.pt/" class="col-md-4 hidden-sm-down2" id="_desktop_logo">
            <img class="logo img-responsive" src="/img/felmitek-logo-1545165448.jpg" alt="FELMITEK - Especialistas em Informática">
        </a>
        </h1>

You can take the h1 out, it's not needed!
        

Should be in the tpl: 

<div class="row">         
        <a href="https://felmitek.pt/" class="col-md-4 hidden-sm-down2" id="_desktop_logo">
            <img class="logo img-responsive" src="/img/felmitek-logo-1545165448.jpg" alt="FELMITEK - Especialistas em Informática">
        </a>
       

a. On the server you need to login using FTP and find : Theme/classic(or yourtheme)/templates/_partials===> 

b. Open the header.tpl

c. Find the following row: 
<div class="row">
          <h1>
        <a href="https://felmitek.pt/" class="col-md-4 hidden-sm-down2" id="_desktop_logo">
            <img class="logo img-responsive" src="/img/felmitek-logo-1545165448.jpg" alt="FELMITEK - Especialistas em Informática">
        </a>
        </h1>

and replace it with :


<div class="row">         
        <a href="https://felmitek.pt/" class="col-md-4 hidden-sm-down2" id="_desktop_logo">
            <img class="logo img-responsive" src="/img/felmitek-logo-1545165448.jpg" alt="FELMITEK - Especialistas em Informática">
        </a>
 

It should do the trick ;) 

Link to comment
Share on other sites

Hi, 

It made no sense having the logo in H1. We could go back and forth where to have the H1, but here is what I recommend;) 

1. Cerate a small presentational text for the index page and add a title for that content which should be H1. 

I presume SEO become finally something important for you, so having low hanging fruits and just pasting H!, H2, H3  won't change anything. Content is still the king ;) 

Add a phrase about your business on the index, and  I can guaranty you that it will increase your index page SEO quality. 

If it won't work I owe you a  coffee, but I'm doing this for over 19 years ;) 

I would change this a bit as well :
 

<meta name="description" content="Empresa especializada em peças e spares para computadores, telemóveis e tablets. Baterias, ecrãs lcd, teclados, conectores carga, carregadores, dobradiças, ventoinhas">

<meta name="keywords" content="felmitek,spares,laptop spares,pecas,portateis,computadores,informatica,bateria portatil,ecrãs lcd,lcd,monitor,ecra,ecrã,teclados,conectores carga,carregador,ventoinhas,dobradiças,bateria,asus,toshiba,apple,macbook,lenovo,acer,packard bell,hp,compaq">

But this ticket is not opened for this subject ;) 

Just make sure a description is a description and not a bunch of words after each other. Also, google doesn't care about meta_keywords - well...forever!

Add some content on the index, as you rank low on your own title: 

https://www.google.pt/search?q=Especialistas+em+Informática&ei=JE73X4iGEK6nrgS3uK-QCw&start=20&sa=N&ved=2ahUKEwiIqOOgtYruAhWuk4sKHTfcC7I4ChDw0wN6BAgFEEc&biw=1920&bih=916

Trust me on this!

Kind regards, 

Leo

Link to comment
Share on other sites

17 horas atrás, Leo @ Prestachamps disse:

Nope. Add it on the site (body section ) something like (see screenshot) 

Cheers, 

Leo

screenshot-felmitek.pt-2021.01.07-20_38_10.png

hello Leo, thanks for your help, can you tell me which file I have to change in ftp to appear only at h1 on the homepage? Thanks

Link to comment
Share on other sites

Hi, 

Don't overcomplicate it :) 

 

1. Ps 1.6 we have the Home Text Editor module (which is able to add content  the index page. 

2 PS 1.7 use "Custom text blocks Module"

Once you added the content and text appeared make sure you check the source, as I remember the module add the text title as H2 and not H1. 

Let me know if that worked out.

Regards, 

Leo

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...