SEO Book Pro Tools – Alpha v.0.0.9
Get the SEO Book Pro - SEO Plugin for WordPress to make live edits on the Front End -
Live Demo
WordPress SEO Book Pro [Fundamentals]
Super light User and Crawler Friendly WordPress System (SEO Book Pro v.0.0.9 )
Basic Syntax
HTML Heading Elements
for Structured Data on Page
What are the heading Elements in the HTML?
HTML are defined with six levels with specific number for each one. A heading element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the heading. The heading elements are
Heading H1
H2
H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.
HTML |
Rendered Output |
<h1>Heading level 1</h1> |
Heading level 1 |
<h2> Heading Level 2</h2> |
Heading level 2 |
<h3> Heading Level 3</h3> |
Heading level 3 |
<h4> Heading Level 4</h4> |
Heading level 4 |
<h5> Heading Level 5</h5> |
Heading level 5 |
<h6> Heading Level 6</h6> |
Heading level 6 |
|
|
Sources :
Markdown