<META>
Description:
Metatags are a way for you to define your web page and web site to the outside world. You can declare the title, keywords and description, which help your placement in search engines. In addition, you can specify who owns the copyright, how often the page is to be visited by search engines and many other useful pieces of information. (See Meta-Tags page for our Metatag creation form to easily create your own Metatags for your web site)
There are two type of Metatags.
| HTTP-EQUIV | These tags are the
equivalent of http headers. When you click on a hyperlink which beings
with http:// you are asking that a page be transferred to your browser
using the http protocol. What happens is the following.
What HTTP-EQUIV Metatags do is define additional information to be sent to the browser in the http header. This gives the web site creator additional control over this data. |
| NAME | The NAME attribute is used to define information which is to be referenced outside of the document. This includes data passed to search engines and directories, spiders and other entities. |
Metatags must be placed between the <HEAD> and </HEAD> tags, before the <BODY> tag. On framed pages, be sure and include the Metatags on the frameset page and the framed pages.
A special note about legality regarding Metatags. Some people have "borrowed" someone else's Metatags and have been successfully sued in the courts. In general, this seems to have involved the inclusion of trademarked keywords, but in theory it would be possible to copyright a set of keywords. It is best to be sure and create your own descriptions and keywords.
Attributes:
| http-equiv="name" content="value" | |||||||||||||||||||||||||||||||||||||||||||||||
Specifies data so that an HTTP (web) server can
include additional data in it's header fields. HTTP headers are
defined in RFC1945 (HTTP/1.0) and RFC2068 (HTTP/1.1). May be one of
the following.
|
|||||||||||||||||||||||||||||||||||||||||||||||
| name="value" | |||||||||||||||||||||||||||||||||||||||||||||||
Name and description of the element that is being set.
|
|||||||||||||||||||||||||||||||||||||||||||||||
Examples:
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="PICS-Label" content='(PICS-1.1
"http://www.rsac.org/ratingsv01.html" l gen false comment
"RSACi North America Server" for "http://internet-tips.net" on
"2000.03.14T23:37-0800" r (n 0 s 0 v 0 l 0))'>
<meta http-equiv="PICS-Label" content='(PICS-1.1
"http://www.classify.org/safesurf/" l r (SS~~000 1))'>
<meta name="author" content="Richard G. Lowe, Jr.">
<meta name="copyright" content="Copyright © 1999-2001 Richard Lowe
and Claudia Arevalo-Lowe, All Rights Reserved">
<meta name="description" content="HTML tag reference guide">
<meta name="distribution" content="GLOBAL">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="keywords" content="HTML hypertext markup language web
pages">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="rating" content="GENERAL">
<meta name="resource-type" content="document">
<meta name="revisit-after" content="20 Days">
<meta name="ROBOTS" content="ALL">
|
A complex series of Metatags precisely defines what the document is all about.