META
Tags Tutorial
Meta
Tags are hidden pieces of information included at the start of web
pages. They are mainly used by search engines to gain information
about the page but also include general information about the page.
Meta tags elements must be located between <HEAD> and </HEAD>
in the page.
The three most important tags for search engine registration are
the Title, Keyword and Description tags. The keyword tag
has lost some of its relevance with the search engines, but the
TITLE is still a vital and important tag.
Here is a sample of what your meta tags should look like
<HEAD>
<TITLE>Enter title which includes primary keywords here...</TITLE>
<META NAME="keywords" CONTENT="keyword1, keyword2, keyword3,
key phrase 1, key phrase 2, key phrase 3">
<META NAME="description" CONTENT="Enter short site description which includes primary keywords here... ">
</HEAD>
|