Headings and SEO
There are 6 headings tags available in HTML coding. H1 is a largest of the heading structures hierarchy. H6 is the smallest of the heading structures hierarchy.
“Heading” is much weighted on page Search engine optimization to determine the web and what the page is about.
How I use Headings for SEO:
- Logo for the main page should be H1.
- Title of category/article/page when you open it should be H1.
- 1st 200 characters of article/story/post when you open it should be H2.
Headings level tags:
- <H1>heading</H1>: creates heading level #1 (24 point type….largest)
- <H2>heading</H2>: creates heading level #2 (18 point type)
- <H3>heading</H3>: creates heading level #3 (14 point type)
- <H4>heading</H4>: creates heading level #4 (12 point type)
- <H5>heading</H5>: creates heading level #5 (10 point type)
- <H6>heading</H6>: creates heading level #6 (8 point type…..smallest)