Dublin Core Metatags
A continuación mostramos la descripción de las distintas etiquetas que se pueden utilizar para utilizar en una página web el estandard en el que está trabajando online.
<head>
<!--This is the Document CHARSET -->
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
<!-- This is the Title Element -->
<title>DC Dublin Core META Tags - DCMI Dublin Core Metadata Initiative</title>
<!-- This is the META Description Tag -->
<meta name="description" content="The Dublin Core Metadata Initiative (DCMI) is an open forum engaged in the development of interoperable online metadata standards that support a broad range of purposes and business models."></meta>
<!-- This is the META Keywords Tag -->
<meta name="keywords" content="dublin core metadata initiative dcmi dublin core meta tags dc dublin core metadata element set"></meta>
<!-- This is the beginning of the DCMI Element Set -->
<link rel="schema.DC" href="http://www.purl.org/dc/elements/1.1/" />
- Label: Title
Definition: A name given to the resource.
Comment: Typically, Title will be a name by which the resource is formally known.
<meta name="DC.title" content="DC Dublin Core META Tags - DCMI Dublin Core Metadata Initiative"></meta> - Label: Creator
Definition: An entity primarily responsible for making the content of the resource.
Comment: Examples of Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.
<meta name="DC.creator" content="Edward Lewis"></meta> - Label: Subject and Keywords
Definition: A topic of the content of the resource.
Comment: Typically, Subject will be expressed as keywords, key phrases or classification codes that describe a topic of the resource. Recommended best practice is to select a value from a controlled vocabulary or formal classification scheme.
<meta name="DC.subject" content="DCMI; Dublin Core Metadata Initiative; DC META Tags"></meta> - Label: Description
Definition: An account of the content of the resource.
Comment: Examples of Description include, but is not limited to: an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content.
<meta name="DC.description" content="Examples of Dublin Core META Tags."></meta> - Label: Publisher
Definition: An entity responsible for making the resource available
Comment: Examples of Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.
<meta name="DC.publisher" content="SEO Consultants Directory"></meta> - Label: Contributor
Definition: An entity responsible for making contributions to the content of the resource.
Comment: Examples of Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.
<meta name="DC.contributor" content="DCMI Dublin Core Metadata Initiative"></meta> - Label: Date
Definition: A date of an event in the lifecycle of the resource.
Comment: Typically, Date will be associated with the creation or availability of the resource. Recommended best practice for encoding the date value is defined in a profile of ISO 8601 [W3CDTF] and includes (among others) dates of the form YYYY-MM-DD.
<meta name="DC.date" scheme="W3CDTF" content="2004-01-01"></meta> - Label: Resource Type
Definition: The nature or genre of the content of the resource.
Comment: Type includes terms describing general categories, functions, genres, or aggregation levels for content. Recommended best practice is to select a value from a controlled vocabulary (for example, the DCMI Type Vocabulary [DCT1]). To describe the physical or digital manifestation of the resource, use the FORMAT element.
<meta name="DC.type" scheme="DCMIType" content="Text"></meta> - Label: Format
Definition: The physical or digital manifestation of the resource.
Comment: Typically, Format may include the media-type or dimensions of the resource. Format may be used to identify the software, hardware, or other equipment needed to display or operate the resource. Examples of dimensions include size and duration. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Internet Media Types [MIME] defining computer media formats).
<meta name="DC.format" scheme="IMT" content="text/html"></meta> - Label: Resource Identifier
Definition: An unambiguous reference to the resource within a given context.
Comment: Recommended best practice is to identify the resource by means of a string or number conforming to a formal identification system. Formal identification systems include but are not limited to the Uniform Resource Identifier (URI) (including the Uniform Resource Locator (URL)), the Digital Object Identifier (DOI) and the International Standard Book Number (ISBN).
<meta name="DC.identifier" content="http://www.seoconsultants.com/meta-tags/dublin/"></meta> - Label: Source
Definition: A Reference to a resource from which the present resource is derived.
Comment: The present resource may be derived from the Source resource in whole or in part. Recommended best practice is to identify the referenced resource by means of a string or number conforming to a formal identification system.
<meta name="DC.source" content="http://www.seoconsultants.com/meta-tags/"></meta> - Label: Language
Definition: A language of the intellectual content of the resource.
Comment: Recommended best practice is to use RFC 3066 [RFC3066] which, in conjunction with ISO639 [ISO639]), defines two- and three-letter primary language tags with optional subtags. Examples include "en" or "eng" for English, "akk" for Akkadian", and "en-GB" for English used in the United Kingdom.
<meta name="DC.language" scheme="RFC1766" content="en"></meta> - Label: Relation
Definition: A reference to a related resource.
Comment: Recommended best practice is to identify the referenced resource by means of a string or number conforming to a formal identification system.
<meta name="DC.relation" content="http://www.seoconsultants.com/meta-tags/"></meta> - Label: Coverage
Definition: The extent or scope of the content of the resource.
Comment: Typically, Coverage will include spatial location (a place name or geographic coordinates), temporal period (a period label, date, or date range) or jurisdiction (such as a named administrative entity). Recommended best practice is to select a value from a controlled vocabulary (for example, the Thesaurus of Geographic Names [TGN]) and to use, where appropriate, named places or time periods in preference to numeric identifiers such as sets of coordinates or date ranges.
<meta name="DC.coverage" content="World"></meta> - Label: Rights Management
Definition: Information about rights held in and over the resource.
Comment: Typically, Rights will contain a rights management statement for the resource, or reference a service providing such information. Rights information often encompasses Intellectual Property Rights (IPR), Copyright, and various Property Rights. If the Rights element is absent, no assumptions may be made about any rights held in or over the resource.
<meta name="DC.rights" content="http://www.seoconsultants.com/legal/terms-of-use.asp"></meta>