One of my favorite tools of
Webcentro is this
Page Keyword Analyzer. This tool shows you if your Is your page optimized for the right keywords! This
seo tool analyzes five elements:
- Title
- Description
- First H1 Tag
- Body
- Domain Name
The goal is to hit 100% in all five catagories. I found that a lot of scripts, and when using a website publishing tools like WebPageMaker, H1 tags are not automatically created for your sites. The following is the code you want to place between the <head> and end of <body> tag:
<STYLE TYPE="text/css">
H1 {font-family: Verdana,Arial,Times New Roman; font-size: 12pt; color: black}
</STYLE>
<h1>Xtream traffic exchange network auto surf traffic and manual surf traffic exchanges</h1>
To center the tag simply add <center> at the beginning and end of the tag.
<center><STYLE TYPE="text/css">
H1 {font-family: Verdana,Arial,Times New Roman; font-size: 12pt; color: black}
</STYLE>
<h1>Your title with keywords</h1><center>
Some scripts do not configure your meta tags properly either, so you may have to manually insert meta tags as well. A title tag would look like:
<title>Xtream traffic exchange network auto surf traffic manual surf traffic exchanges</title>
Your other meta tags would look like:
<meta name="author" content="You or Your Company">
<meta name="description" content="Description of your website. Include targeted keywords here in complete sentences. ">
<meta name="keywords" content="targeted keywords, seperated, by, commas,">
<meta name="rating" content="General">
<meta name="ROBOTS" content="ALL"
<meta name="Robots" content="index,follow">
<meta name="revisit-after" content="14 days">
<meta name="distribution" content="Global">