Archived topic
ERROR WITH The tag is missing.
24 replies · Started by Simone on November 24, 2020
Hi
My Google Console shows that the tag <h1> is missing. How can I change the setting in the theme to fix the error?
Thank you
Hi there,
can you share a link to your site so i can see what the issue is
Hi David,
Yes, sure: https://getmoresteps.com/
I assume the error is related to the Home Page, which when it is set to display the Latest Posts ( Blog ) it does not have a H1 content title.
If you want to manually insert one, the simplest way is to create a new Header Element.
Add your <h1>Your title</h1> and set the elements Display Rules to Front Page
Hi David,
Can you please elaborate? I expect my blog roll to work without creating any page.
I don't know what to do. Can you give me a step by step instructions, please?
Can you send me the two ways I can fix this error? And exactly I do this.
Now, what should I do? Where do I put this code? And do I set the front page?
Where Should I put this code? <h1>Your title</h1>
And where to set the front page? In the location? Exclude?
Do I have to disable something else?
Do I have to upload my logo too? I don't know what to do.
Ok starting from the top:
1. Create a new Header Element.
2. In the Page Hero tab - text field add your: <h1>Your Title</h1>
3. Leave the Site Header tab alone - ie. do not change any settings.
4. Display Rules tab set the Location to Front Page
5. Publish the element.
https://www.screencast.com/t/CNVYyKbIgMoI Where is the text field?
In the first Filed: Add title - give the Element at title eg. Home Title
In the second large field, place your <h1>Your title</h1> code there.
Ok, thank you, David. Should I upload my logo or leave it as it is?
Now I get this issue on my front page: https://www.screencast.com/t/pN3bdL8b
How can I get rid of it?
Now add this CSS to your site:
body.home .page-hero {
display: none;
}
this will hide the header element on the Home page, buy Google will still detect it.
Great, now it works fine. Will Google read my content now? Maybe I should send my sitemap again?
When Google next crawls your site it will find the H1.
No need to resend the sitemap.
Thanks a lot, David!