Site logo

Archived topic

ERROR WITH The tag is missing.

24 replies · Started by Simone on November 24, 2020

Viewing posts 1–15 of 25

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

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.

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.

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 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!

This archived topic is closed to new replies.