• Resolved panto85

    (@panto85)


    Hi everyone,
    I have this problem of automatic generation of an H1 in all my pages, which causes a conflict with the unique H1 that I wrote inside every single page (for SEO there has to be only one H1 in each page of the website).

    I took a look to the code of a page and the H1 that I want to remove is generated here:

    <header class=”entry-header”>
    <h1 class=”entry-title format-icon”>Kenya <span class=”edit-link btn btn-inverse btn-mini”>Modify</span></h1><hr class=”featurette-divider __before_content”>
    </header><!– .entry-header –>

    In every page of the website it changes. In this case, because I was on the page “Kenya”, the H1 was “Kenya”, but in other pages it changes with the name of the destination (it is a travel guide website).

    Do you know how to fix it, in order to have only one H1 decided by me in each page?

    Thanks in advance for your help!

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘duplicate H1 in all pages’ is closed to new replies.