Archived topic
Hide h1 of one page
9 replies · Started by Jesús on December 2, 2018
Hello friends!
I would like to know if I can hide a h1 of one page but that to SEO the h1 exist. Only I want that it doesn´t show.
Is it possible?
Thanks! =)
Hi there,
Should just be CSS.
Any chance you can link us to the page in question?
You can edit the original topic and use the private URL field.
Let me know :)
oh, thank you for your soon response.
I´ve edited the post with web.
Thank you :)
Are you trying to hide the title of that page?
If so try this CSS:
.home h1.entry-title {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thanks Leo ^^
But... if I do this, do Google knows the title of page? Or only it´s hide but robots google can read the h1?
Thanks!!
Google will ignore it regardless of how you hide it. They don't like it when people hide something to users but show it to robots. They may even penalize sites that do it: https://support.google.com/webmasters/answer/66353?hl=en
Thanks Tom! :)
You're welcome :)
Anyone have an idea how to accomplish this without altering the CSS?
Using Disable Elements will remove the title completely :)