Site logo

Archived topic

I am going to post this one more time because it is a problem

3 replies · Started by Christopher on July 6, 2020

Viewing posts 1–4 of 4

You guys keep telling me the feature posts is H1 tags, and no they are not they are H2 please see screenshots.

https://goboy.tinytake.com/tt/NDQzMjU2MV8xNDAxNTUxNQ

https://goboy.tinytake.com/tt/NDQzMjYyMV8xNDAxNTc1Nw

And the last one is shows H2 in the inpect tool for the title.

https://goboy.tinytake.com/tt/NDQzMjY0MF8xNDAxNTg2NA

If SEO tools are scanning my page and finding the titles as H2 how is Google Search Console going to read these title tags as well?

Hi there,

The post titles on the blog pages are h2 elements. This is because there should only be one h1 element per page. If all of those titles were h1 elements, it wouldn't be good for SEO.

If your blog page has a site title, it will be used as the h1 on the page.

If not, you can add an h1 to the page using a Hook Element: https://docs.generatepress.com/article/hooks-element-overview/

For example, you could:

1. Add a Hook Element.
2. Add this as the content:

<div class="page-header">
    <h1>Your Blog Title</h1>
</div>

3. Set the hook to generate_before_main_content
4. Set the Display Rules to your posts page (blog)

Hope this helps!

Ok I see what you are saying now, thank you for clearing that up for me

No problem!

This archived topic is closed to new replies.