Section 28
META TAGS AND SEARCH ENGINES
Most Search Engines scan web pages for <META Name="Description"...>
and <META Name="Keywords"...> tags between the <HEAD> and </HEAD> tags.
Adding these tags may help get your web to show up in various Search Engine
lists. Here is an example of how to use them:
<HTML>
<HEAD>
<TITLE>Put your page title here</TITLE>
<META Name="Description" Content="Put a description of the web page here.">
<META Name="Keywords" Content="Put, keywords, here, seperate, with, commas">
</HEAD>
You would enter a short description of your web page in the area shown
above. The Description should be less than 200 characters long. You would
enter Keywords seperated by commas in the other area shown above. These
would be the words a user could enter in the Search Engine to help locate
your web page. The list of Keywords should be less than 1000 characters.
[Previous Section]
[Table of Contents]
[Addendum]
[Milt's Micro Digest Home Page]
[Next Section]
The names Microsoft, Internet Explorer, Netscape, and others used in this document
are Trademarks, or Registered Trademarks of the companies represented.
E-mail questions, comments, or suggestions to: miltst@hotmail.com
© 1999 miltst@hotmail.com

(This page was last modified on: Monday, February 08, 1999)