Archived topic
Page Title & Sections
2 replies · Started by zendo on September 28, 2019
When using sections to create page, I notice that the page title is not displayed on the page (please let me know if this is not what should happen). Because of that I create a section and write the title for the page manually in that section. When doing this, I wrap the page title inside <h1></h1> tags.
Two questions:
1. Am I doing things right?
2. Does creating a section for page title somewhat have negative impacts on the page's SEO? I am wondering about this since there are two page titles with h1 - one in the WP page title field and one in the section.
Hi there,
1. Yup that's one of the options.
Another one is to create a header element with {{post_title}} template tags:
https://docs.generatepress.com/article/header-element-overview/
https://docs.generatepress.com/article/header-element-template-tags/#post_title
2. As long as there is only one <h1> in the live page then it shouldn't matter :)
Let me know if this helps :)
Thanks so much Leo, much appreciated. Apology for my very late reply.