|
Metadata Information Page
About MetadataMetadata is structured information that describes, explains, locates, or otherwise makes it easier to retrieve, use, or manage an information resource. Metadata is often called data about data or information about information. Metadata serves the same functions in resource discovery as good cataloging does by:
Where Does Metadata Go?Metadata is generally placed at the top of an html within the <head> </head> tags. FrontPage will automatically generate some metadata but not all the necessary elements.
How Do You Create Metadata? Metadata can be created by typing it directly into the html coding, copying and pasting from a preexisting page with metadata (although some of the content will have to be changed to reflect the new page), or by using a metadata creator such as DC-dot.
Meta Name Descriptions:
D.C.Title The content information for this tag should be the title of the page. An example follows: <META NAME="DC.Title" CONTENT="Linux FAQs">
D.C. Author The content of this tag should be Texas A&M at Galveston. An example follows: <META NAME="DC.Author" CONTENT="Texas A&M University at Galveston">
D.C.Subject.Keyword The content of this tag should one or two words that best describes the page information. An example follows: <META NAME="DC.Subject.Keyword" CONTENT="linux">
DC.DescriptionThe content of this tag can be as long as necessary to adequately describe the content of the page. Equate this tag as a type of electronic abstract. An example follows:
DC.SubjectThe content of this tag should be "Higher Education." An example follows:
DC. TypeThe content of this tag should be selected from the following list: "Homepages", "Grants or Funding Opportunities", "Forms and Form Instructions", "Funding aids, indexes, and tracking systems", or "Other publications". An example follows:
DC.LanguageThe content of this tag should be "en" or "en-us."
DC.DateThe content of this tag should be the current date. For example:
DC.CoverageThe content of this tag should be "Texas."
Formal html example of Metadata Usage
|