All text based content should be clearly visually structured to help the reader quickly find the information they are looking for. This is also true for Search Engines. The best way to accomplish this is using the HTML Heading Tags: <h1>, <h2>, <h3>, <h4> etc.
Most on and offline editors typically display this is a drop down text format box that commonly contains the following options:
The main page title text should be the only content marked with the Heading 1 <h1> tag. The text in this heading get the greatest priority in Search Engine Rank and should contain keyword that accurately describe the content in the page. When using a CMS this tag is normal generated by the system and not available in the online content editor.
This makes visual and theoretical sense. So we should use Heading 2 <h2> for the next heading after Heading 1 <h1>. Once we have used a Heading 2 <h2> tag we can further subdivide the content using Heading 3 <h3> etc. We can then revert back to a higher level Heading 2 <h2> tag is the topic of the content changes. For example:
Everyone should eat lots of fruit. It's tasty and good for you
Oranges are my favorite fruit.
The unique texture of oranges makes them interesting to look at. The color is very bright and appealing.
They are sweet and sour. The flavor is bold and tasty.
Now we can discuss apples.
Headings use predefined visual styles to ensure proper visual hierarchy. If we want to change the appearance of a heading then we are probably using the wrong level of heading or have not properly structured the content. Using Bold <b> or Strong <strong> tags within a heading disrupts the visual style and changes the priority in a negative way.
Add your comment