S I T E M A N A G E M E N T |
WebDeveloper.com
|
Search Engines: The Definitive Guide
(Part 2)
By Alex Housley
As you already know, search engines such as AltaVista send out programs (robots and spiders) that collect information about pages and store it in a central database. Using the <META> tags you can tell these programs how to categorize your site. META tags can also serve a dual purpose -- they prove very useful for internal indexing and searching -- for example, every page on WebDeveloper.com (take even this page for an example) has a unique set of META tags appended to the <HEAD> section of the document. These META tags aid in narrowing the search to a specific section, and with retrieving of more relevant results. The <META> tag generally goes in the head of an HTML document. The two lines you should include in every document are the <META> NAME="KEYWORDS" CONTENT=> tag and the <META NAME="DESCRIPTION" CONTENT=> tags. The purpose of the <META> keywords tag is to tell browsing robots the keywords that it should give priority to when cataloging the page. The words found here should be separated by a comma and a space. Always try make the words plural and use all derivatives where possible. The words found in this tag are generally more important than the words found in the body, but less important than keywords found in the <TITLE> tags. The <META> description tag gives the browsing robot a short description of your site. If this tag is not found, the browsing robot will use the first few sentences of the web page instead. Below is what a typical Web page using the the <TITLE> and <META> tags to their full potential would look like. <HTML> <HEAD> <TITLE>Brush Art - Paint, brush and paper resource for all your artistic needs.</TITLE> <META NAME="KEYWORDS" CONTENT="paint, painting, painter, brush, brushes, artistic, artist, art, creativity, paper"> <META NAME="DESCRIPTION" content="Established 22 years, Brush Art has the tools and knowledge to unleash your creative side."> </HEAD> If you are completely stuck looking for keywords, take a look at the list of Top 200 search words. Note Never repeat keywords or use keywords that have nothing to do with your site, just to get hits. Search engines are now more intelligent than ever and you will get caught. This may lead to your site coming further down the list in a search or even not getting a listing.
[ Click here to jump back to the first part of the article ]
This article first appeared May 31, 1999.
Contact the WebDeveloper.com® staff
Last modified:
20
|