|
|
| USING THE META TAG |
Use META tags to get a more accurate and representative listing of your Web site in (some) search engine indexes. By adding your own searchable keywords, you can better communicate with the search engine robots (also referred to as spiders) that index your site.
Keep in mind, however, that not all search engines rely on robots or recognize META tags. Some search engines ask for a description of your site and keywords when you submit your URL, and will use this text even if you have different information in your META tag. Other search engines don't use robots at all. Yahoo, for instance, relies on you to submit your URL for review, and then Yahoo (real live human) editors will add your site to the Yahoo directory. Of the most popular search engines, Alta Vista, Infoseek and WebCrawler recognize and index information contained in a META tag.
In addition, when you are trying to come up with a description of your site and appropriate keywords, BE THE ONE WHO SEARCHES. If you were looking for the type of information that your site includes, what keywords would you punch into the search line? What descriptive sentence would lead you to one site as opposed to another? Keep in mind that when a robot visits your site, it will follow links within your site and index them as well. If you change your Web site or a single Web page, the robot will update the search engine index when it returns to your site anywhere from a couple days to several months later, depending on the search engine.
META tags are invisible; they will not display when previewing your HTML document through a Web browser. For this reason, META tags must fall after the <TITLE></TITLE> tag, between your <HEAD></HEAD> tag, and before the <BODY> tag as in the following example:
<HTML> <HEAD> <TITLE>This text would contain the title of your page</TITLE> <META NAME="DESCRIPTION" CONTENT="This text would contain a description of your page"> <META NAME="KEYWORDS" CONTENT="This text would consist of a list of keywords, separated by commas"> </HEAD> <BODY>
There are many different META tags. You can use one, two, or all of the tags within your Web page:
-
<META NAME="DESCRIPTION" CONTENT="your text here">
Depending on the search engine, the text you include after CONTENT will be displayed along with the TITLE of your page in a search index. A single, brief but descriptive sentence is all you need, but you can use up to 200 text characters (a character is a single letter, space, or punctuation mark). Don't make the DESCRIPTION the same as your TITLE. For example, the following code...
<HTML> <HEAD> <TITLE>"Early American Writers</TITLE> <META NAME="DESCRIPTION" CONTENT="Early American Writers"> </HEAD>
...would appear like this in a search engine index that recognizes META tags:
Early American Writers Early American Writers
If you do not include META tags in your HTML, Alta Vista will index all of the words in your document, and will use the first few words of the document as a short abstract or description in the Alta Vista search index. Similarly, Infoseek will derive an index description from the first 200 characters of your HTML document if you choose not to include META tags.
-
<META NAME="KEYWORDS" CONTENT="your keyword here, your keyword here">
KEYWORDS should be separated by commas (and spaces between commas are not necessary), and you can include 1,000 characters of text (again, a character is a single letter, space, or punctuation mark). For instance, if your site consists of information on early American writers, include author names as keywords:
<META NAME="KEYWORDS" CONTENT="Hawthorne, Melville, Poe">
Early on, some Web masters discovered that if you included the same keyword repeatedly within the CONTENT attribute, you could increase your Web site's chances of appearing at the beginning of a search index. Search engines caught on, and now, many instruct their robots not to index Web sites with repetitive keywords. In fact, Infoseek clearly states: "The overuse and repetition of keywords may result in a lower relevancy score and possible omission from Infoseek's index."
-
<META NAME="ROBOTS" CONTENT="NOINDEX">
Use this tag if you don't want a specific page to be indexed by a search engine. If you don't want the robot to index any links contained within your Web site, add NOFOLLOW to the tag:
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"> |
| Return to Listing |
|
Website Designer R Us is one the leading website design companies on the internet. Based out of Toronto, Canada the company has dsigned and developed more than a 1000 websites worldwide.
|
|
|