[an error occurred while processing this directive]
Meta Information
"Meta" information is "information about information".
For instance, a summary or abstract about a Web page or even about a whole Web site is a form of information about other information (about the Web page or the Web site, which itself is information).
Meta information is defined in your Web pages using META tags (in the Web page header). Here is an example of an HTML header including meta information in meta tags (this is the header for this very page):
<HEAD>
<TITLE>Web Communications Glossary - Meta Info</TITLE>
<META name="description" content="Definition of Meta Information">
<META name="keywords" content="index, search, keyword, meta">
<META name="distribution" content="local">
</HEAD>
Three meta attributes are defined for this page: the description, keywords, and distribution. You could also create new meta attributes for your Web pages. For example, a travel agency might want to classify some Web pages by "destination" and "rating":
<META name="destination" content="Caribbean,Virgin,Islands">
<META name="rating" content="four star">
There are two primary uses for meta information in Web pages:
At WebCom, meta information in your Web pages can be incorporated into local indexes of your WebCom Web pages.
NOTE: Setting distribution to "global" or "webcom" will automatically cause your page to be listed in the appropriate index(es). However, to list it in a local index of your own, you'll need to use the WebCom Glimpse Indexing Facility to create your own index and the search form used to search it.
[an error occurred while processing this directive]