HTML has six different title tags – H1, H2, etc. The various heading tags can be used to define the structure of a webpage, where H1 is considered as the most important heading and the H6 as the least important. Primarily H1 tag indicates a primary heading on a page that sets the context of the page for the users and the crawlers. Similarly, H2 tags indicate the sub headings used to provide outline and support the H1 tag.
There is a common misconception that you can use just one H1 tag which is not true. It is absolutely okay to use just one H1 on a page, but multiple H1s can be used as long as they are not being overused to the point of spamming, and fit contextually within the structure of the page.
Leave a Reply