Archived topic
ERROR WITH The tag is missing.
24 replies · Started by Simone on November 24, 2020
You're welcome
Hi David,
It's been about 2 weeks now that I have put the code, but when I check in my Bing Master tool, it's still shows the same error. Is it normal?
Hmmm... may Bing doesn't like hidden H1s.
Would it be better to display a title on the page?
You can remove this CSS to display it:
body.home .page-hero {
display: none;
}
Then edit your Element and change the <h1>Your title</h1> to some nice text to display?
Hi David,
Thank you, but what code should I remove from the CSS?
This code:
body.home .page-hero {
display: none;
}
That's all I have to do?
After getting rid of the code, I get this on the page:https://www.screencast.com/t/2itacApRb
Then edit your Header Element and change the <h1>Your title</h1> to some nice text to display?
e.g <h1>Get More Steps</h1>
Thanks, David!
You're welcome :)