• My theme (great theme) uses this in source: <h1 class=”title single-title”>My title</h1> So is this a normal <h1> tag, the same as making a <h1> in wordpress yourself?.

    So if my theme puts this in automaticaly do I need to put a <h1> tag manually also, (you know for seo)?

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

    (@owendevelopment)

    No, it’s fine. It’s just been given a class for CSS styling. It is still read as a h1 tag for SEO so you don’t need to add another yourself.

    Thread Starter twram

    (@twram)

    Thats great thanks for info.
    So in effect my theme automaticaly generates a <h1> tag the same as my title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘same as standard h1 tag?’ is closed to new replies.