• Resolved oshener

    (@oshener)


    How can we use proper H1 tags with this theme, the H1 tag looks very important for SEO, but it looks like only option to enable it is enabling the “Character in Page Header” as page-header.php checks if it is enabled and build the H1 tag. And the H1 tag value is character name, it doesn’t make sense for search engines.

    How can I fix it?
    I tried to override char name in page-header.php but it shows the value on website (in a small square box on left of the title (h2))

Viewing 1 replies (of 1 total)
  • Thread Starter oshener

    (@oshener)

    I changed layout.css for page-header h1’s display to none.
    .page-header h1 {
    display: none;

    and also modified page-header.php to assign h2 values to h1.

    So it’s sorted now.

Viewing 1 replies (of 1 total)
  • The topic ‘H1 Tags not exist’ is closed to new replies.