|
Meta tags are what search engines use to display your site when a
web surfer types in the search query. As listed above, proper keyword
choices are very important and shouldn't be taken lightly. Here are
a couple examples of common meta tags, placed within the <head> and </head> portions
of your HTML document:
<META
NAME="Title" CONTENT="Your title here">
<META NAME="Description" CONTENT="Web
site description here">
<META NAME="Keywords" CONTENT="Web
site keywords, separated by commas">
<META NAME="Author" CONTENT="Author's
name here">
<META NAME="Language" CONTENT="Language
here">
<META NAME="Rating" CONTENT="Rating
here">
There are more meta tags, but these
are the most common. In fact, none of these are required, but most
web sites are at least equipped with title, description and keyword
meta tags.
|