From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web/html/microformatos/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/es/web/html/microformatos/index.html (limited to 'files/es/web/html/microformatos') diff --git a/files/es/web/html/microformatos/index.html b/files/es/web/html/microformatos/index.html new file mode 100644 index 0000000000..6dd963a227 --- /dev/null +++ b/files/es/web/html/microformatos/index.html @@ -0,0 +1,29 @@ +--- +title: Microformatos +slug: Web/HTML/microformatos +translation_of: Web/HTML/microformats +--- +

Los Microformatos (en ocasiones abreviados como  μF) son convenciones simples para incrustar semántica en HTML y para brindar rápidamente un API utilizable por los motores de búsqueda, agregadores y otras herramientas  Estos pequeños patrones de HTML son usados para marcar entidades que varían entre fundamentales hasta información específica de un dominio, tales como personas, organizaciones, eventos y ubicaciones.

+ +

Su formato simple busca ser útil para máquinas y también legible para humanos.

+ +

Muchas librerías en existencia se han desarrollado para estos microformatos incluyendo pero sin limitarse a hCard y hCalendar.

+ +

Los microformatos son soportados por la mayoría de motores de búsqueda.

+ +

Microformats, microdata and RDFa

+ +

Microdata are a WHATWG HTML specification also used to nest metadata within existing content on web pages.
+ RDFa is a W3C standard, applying RDF to web pages.
+ Microformats are no standard, although hCard and hCalendar conventions are widely used.

+ +

 They all aim at adding semantics to web documents.

+ +

See also

+ + -- cgit v1.2.3-54-g00ecf