Fix the headers to be correctly nested from H1 to H6.
Engine scans for illogical nesting of <h>
tags.
Users who use assistive tools, such as screen readers will need to understand the structure of the page in order to navigate through it.
<h1>First Header</h1>
...
<h2>Second Header</h2>
...
<h3>Third Header</h3>