Heading Tags Test
About Heading Tags Test

Check if your webpage is using any H1 and H2 HTML header tags. Header tags are not visible to users, but help clarify and support the overall theme or purpose of your page to search engines. The H1 tag represents the most important heading, e.g., the title of the page or blog post. The H2 tag represents the second most important headings on the webpages, e.g., the subheadings.

In order to pass this test you must identify the most important topics from your page and insert those topics between <h1>...</h1> tags.
Example:

        <h1>Important topic goes here</h1>
        ...
        <h1>Another topic</h1>