Place the following code into an Insert HTML box : Text in Black is replaced with your text
<h1>Optimize your Homestead Site</h1>
The <h1> is replaced with <h2> for the sub-header as below:
<h2>Seo for Homesteaders<h2>
To center the content of the header tag:
<h1><center>SEO for Homesteaders</center></h1>
To make two lines add <br> where you want the break:
<h1><center>SEO for Homesteaders<br>Optimize your site</center></h1>
Place the code below in the <Head> tag box under Advanced in Properties Editor: Items in Black can be changed to your preference.
<style> h1 {font-size:18px; font-weight:strong; color:#7585b6;font-family:verdana;} </style>
For the sub-header (the <h2> tag) the code would be changed to:
<style> h2 {font-size:14px; font-weight:strong; color:#7585b6;font-family:verdana;} </style>
Header tags are html tags that are incorporated into your page. This text is usually larger and bolder than the surrounding text and consists of an important title or subtitle using your keywords/phrases. Search Engines look for these tags in the source code and if present, their content is considered important.
There are 6 headers. Header 1 is the largest in font size and so on down to header 6.
The tags are designated by these symbols, <h1> <h2> <h3> <h4> <h5> <h6>
Generally only h1, h2 and sometimes h3 are used.
Adding Header - HeadTags to a Page