Importance of Heading tags

  • There should be only one <h1> </h1> tag on the page, having multiple h1 tags is not a good practice.

  • Don't skip the levels of the heading tags as they are in a particular order

    <h1></h1>

    <h2></h2>

    <h3></h3>

    <h4></h4>

    <h5></h5>

    <h6></h6>

  • let suppose you used <h1> tag for main heading and then you should be using <h2> tag instead of <h3> , <h4> , <h5> , <h6>.

  • You should not be skipping any tag as it will definitely be difficult for google to rank your website.

  • As google's will find <h1> tag first by default followed by <h2> , <h3> , <h4> , <h5> , <h6>.

  • If you miss or skip any tag your website, it will be poorly ranked it doesn't matters how accurate is your website's information.