[Resolved] Hide h1 of one page

Home Forums Support [Resolved] Hide h1 of one page

Home Forums Support Hide h1 of one page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #746327
    Jesús

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

    #746333
    Leo
    Staff
    Customer Support

    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 🙂

    #746334
    Jesús

    oh, thank you for your soon response.
    I´ve edited the post with web.

    Thank you 🙂

    #746359
    Leo
    Staff
    Customer Support

    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 🙂

    #746378
    Jesús

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

    #746380
    Tom
    Lead Developer
    Lead Developer

    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

    #746398
    Jesús

    Thanks Tom! 🙂

    #746877
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

    #1129977
    Marshall

    Anyone have an idea how to accomplish this without altering the CSS?

    #1130009
    Tom
    Lead Developer
    Lead Developer

    Using Disable Elements will remove the title completely 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.