The html code below is a standard template for starting a website with
seo in mind, using this as a foundation for any page.
Included are meta tags which are still important to many search engines and carry clout. The se bot algorithms are still programed to read everything within your head... and meta tags tell them what they need to know and what sort of content is contained within.
Contrary to belief, meta tags are an important part of any page.
Everything in "Bold" type will need to be edited for your own needs.
Quote:
<html>
<head>
<title>Your Domain Name : YourDomainName.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> s
<meta name="Language" content="EN"> site language
<meta name="description" content="Your Web Site Description">
<meta name="keywords" content="Your Prime Keywords,Keyword Phrases,Go,Here,Separated,By,Commas,No Spaces Needed">
<meta name="distribution" CONTENT="Global">
<meta name="revisit-after" CONTENT="30 days"> How often do you update content?
<meta name="Classifaction" content="general">
<meta name="robots" CONTENT="follow,index">
</head>
<body>
<h1 align="center">Your Domain Name & Product </h1>
<br>
Fill In Your Best 10 Good Keywords and Best 10 Good Keyword Phrases You Have Saved Here <br>
</body>
</html>
|
The complete tutorial is inside the members area.