el secreto está en los pequeños formatos
anúnciate

posicionamiento en buscadores
First Tuesday
OJO
[enviar a OJO mis sitios]

XMDP es un microformato que pretende eliminar la necesidad de crear múltiples metatags con información sobre el sitio (autor, descripción, etc…).

Formato

Clase Padre:

  • profile

Opcional:

  • author: el autor
  • keywords: las palabras clave
  • copyright creador del documento
  • date: fecha de creación del documento
  • identifier dirección del documento

Ejemplo

<dl class="profile">
  <dt id='author'>author</dt>
  <dd>A person who wrote (at least part of) the document.</dd>
  <dt id='keywords'>keywords</dt>
  <dd>A comma and/or space separated list of the keywords or keyphrases of the document.</dd>
  <dt id='copyright'>copyright</dt>
  <dd>The name (or names) of the copyright holder(s) for this document, and/or a complete statement of copyright.</dd>
  <dt id='date'>date</dt>
  <dd>The last updated date of the document, in ISO8601 date format.</dd>
  <dt id='identifier'>identifier</dt>
  <dd>The normative URI for the document.</dd>
</dl>

Que se vería de la siguiente manera:

author
A person who wrote (at least part of) the document.
keywords
A comma and/or space separated list of the keywords or keyphrases of the document.
The name (or names) of the copyright holder(s) for this document, and/or a complete statement of copyright.
date
The last updated date of the document, in ISO8601 date format.
identifier
The normative URI for the document.