H tag title question

Hi
I just want to pick 2 or 3 html h tag, h1, h2, h3. on each page of my site.
When I click on some titles on my page, I just realized that some are all h1. Should I set those to
auto or p?

Thanks.
J-A.

I found the same thing and opted to change the tags in a heirachial manner. so, keeping the most important heading as H1 and changing others to h2, h3 etc.

@o4n, if I have read your post correctly…

  • All your webpage titles should be assigned H1 (if it is not you manually need do so)
  • All your sub-titles or headings should be assigned H2 (if it is not you manually need do so)
  • All your sub-headings should be assigned H3 (if it is not you manually need do so)
  • All your paragraph text should be assigned p (if it is not you manually need do so)

There is much more to this but as you asked we are only dealing with H1 H2 H3 and p.