Best Practice N°16 - Level 2- Section code
Description
The content of each page is organized in a structured hierarchy of titles and sub-titles.
Objectives
Enable users to visualize the structure of content in the page improve referencing by making it easier for indexation robots to interpret content.
Possible technical solutions:
Structure the document using titles and sub-titles using the HTML h1 to h6 elements.
Control methods:
Check that the structure of the pages is logical (ie the h1 to H6 elements are used in growing order) by analyzing it with this tool: http://www.w3.org/2002/08/extract-semantic
Put these Best Practices to use.