Checks · heading
Non-Sequential Headings
Opportunity heading.skip_level
What it means
The heading outline skips a level (an h1 followed directly by an h3). Screen readers and search engines use heading levels to understand structure.
How to fix it
Make each heading one level below its parent section. Style the size with CSS, not by choosing a smaller heading tag.
Where to find it in Truelint
Open the Issues pane on the right of the workspace and select Non-Sequential Headings. The grid filters to every affected URL and the detail pane shows the specific finding for each. Export the list with Export → Current view, or from the API:
GET /api/v1/crawls/{handle}/issues/heading.skip_level