• So, I am trying to deal with a SEO issue.

    I am using breadcrumbs, and hiding the page title, since they would be showing the same info. However for SEO the page needs an H1 header.

    Currently I am creating a H1 header and making it the same color as the background, which works fine except it creates an awkward space at the top of the page.

    Is there a way to make the Page Title H1, while still hiding, and not having to create a ghost H1 and the awkward space?

    Hope that makes sense…
    Brian

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Branko

    (@brankoconjic)

    Hi Brian,

    The default Page Title bar will use H1 tag for all pages except home page.

    In you case you could try adding this CSS code into the “Additional CSS” field in Appearance » Customize:

    .home h1.has-white-color {
      display: none;
    }

    Let me know if that works for you.

    Thread Starter bcavanau

    (@bcavanau)

    So, I removed my “ghost” title (white/hidden), and added your css suggestion.

    On both my “home” page, as well as every other page created, I get the following error from “SEOpress”.

    “No Heading 1 (H1) found in your content. This is required for both SEO and Accessibility!”

    Also if I enable the “heading” and create another just below it with the H1 spec, it is visibly larger.

    I have both the page title enabled as well as a H1 header created on this page so that you can view what I am talking about.

    https://brianscarnivorous.com/about_me/

    I would prefer for the page title to be H1, but check the box to hide it, not needing another title (hidden/ghost) and still satisfying the SEO requirement for a H1 header…hope that makes sense.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Title to H1 size?’ is closed to new replies.