Lets get down to business. At the top of your
document source there is a small amount of information including your title
that is located between <HEAD> and </HEAD>. This is where you
will add your new Meta Tags. (anywhere between <HEAD> and </HEAD>)
It looks something like this:
<HEAD>
<TITLE>Jim's Book World</TITLE>
<META NAME="Author" CONTENT="Jim's Books Incorporated">
<META NAME="GENERATOR" CONTENT="jimsbooks.com ">
</HEAD>
Add your description and/or keyword Meta Tags above the </HEAD> like this:
<HEAD>
<TITLE>Jim's Book World</TITLE>
<META NAME="Author" CONTENT="Jim's Books Incorporated">
<META NAME="GENERATOR" CONTENT="jimsbooks.com ">
<META name="description" content="The best prices on the planet earth on over 5,000,000 books and calendars.">
<META name="keywords" content=" books,
calendars, Mark Twain, Jules Verne, Thoreau">
</HEAD>
Be sure to begin your tag with < and end your tag with > otherwise your description and keywords will show up on your web pages.
When choosing keywords: A few years ago webmasters
used to list the same keyword over and over again to get their site listed
closer to the top of a web search. Don't do it! Now days most web spiders
are programed to disregard any word that is listed more than three times.
Instead of using a tag like this:
<META name="keywords" content=" books, books, books,
books, books, calendars">
Use one like this:
<META name="keywords" content=" book, books, bookstore, calendars">
A search that doesn't include the word "book" because the spider is ignoring it is not going to get many hits for a bookstore. The same thing goes for web sites about surfing, outdoors, cars, writing or any other subject. DON'T LIST THE SAME WORD MORE THAN TWICE!
Update: Most search engine spiders no longer read or consider keyword meta tags. Incorporate important keywords for each page and your overall site within the content of the page. However, description and title meta tags still remain important to many search engines such as Google. |