The <meta> tags
meta tags formations
Meta tags are text written into the HTML code that describes your webpage to the search engines, but which is not visible in a browser window. They are placed after the </title> tag, but before the <body> tag.
There are only three meta tags of importance for search engine optimization. All others can (and should) be left out. Here are examples of the three:
<META NAME="KEYWORDS"
CONTENT="old and used books paperbacks
periodicals magazines newspapers papers
postcards post card poster old prints">
<META NAME="DESCRIPTION"
CONTENT=" Alfred's Reading Emporium
in Boulder, Colorado offers you a large
collection of used books, paperbacks,
magazines, periodicals, newspapers,
prints, posters and postcards.">
<META NAME="ROBOTS"
CONTENT="ALL">
The NAME part of the tag, tells the search engine what kind of meta tag this is.
|