Meta
tags are HTML tags you place in between the head tags of you page.
They don't show up in the page or appear to do anything, but they
silently help search engines to find and classify your site. Be
sure you use relevant words in your Meta tags.There are quite
a few Meta tags, but here are the most helpful ones:
Description
This is an important tag, and one search engines will use. Put
a relevant, accurate description of your site in the tag.
<META name="Description" content="Your
description">
Keywords
This is another important tag that search engines use. Put relevant
keywords separated by commas.
<META
name="Keywords" content="keyword1, keyword2, keyword3">
Author Tag
This META tag is not as important but it sometimes used to define
a site's author. You may want to put the name, email, or website
of the author in it. It looks like this:
<META
name="Author" content="Put Author Info Here">
Copyright Tag
This tag is used to contain a copyright statement.
<META name="Copyright" content="Put
Copyright Statement Here">
..