diff options
Diffstat (limited to 'files/es/web/html/microformats/index.html')
-rw-r--r-- | files/es/web/html/microformats/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/es/web/html/microformats/index.html b/files/es/web/html/microformats/index.html new file mode 100644 index 0000000000..52c61d231b --- /dev/null +++ b/files/es/web/html/microformats/index.html @@ -0,0 +1,30 @@ +--- +title: Microformatos +slug: Web/HTML/microformats +translation_of: Web/HTML/microformats +original_slug: Web/HTML/microformatos +--- +<p><span class="seoSummary"><span class="p-summary"><dfn>Los <a href="http://microformats.org">Microformatos</a></dfn> (en ocasiones abreviados como <strong>μF) </strong>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</span></span> 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.</p> + +<p>Su formato simple busca ser útil para máquinas y también legible para humanos.</p> + +<p>Muchas librerías en existencia se han desarrollado para estos microformatos incluyendo pero sin limitarse a hCard y hCalendar.</p> + +<p>Los microformatos son soportados por la mayoría de motores de búsqueda.</p> + +<h2 id="Microformats_microdata_and_RDFa">Microformats, microdata and RDFa</h2> + +<p><strong>Microdata</strong> are a WHATWG HTML specification also used to nest metadata within existing content on web pages.<br> + <strong>RDFa</strong> is a W3C standard, applying RDF to web pages.<br> + <strong>Microformats</strong> are no standard, although hCard and hCalendar conventions are widely used.</p> + +<p> They all aim at adding semantics to web documents.</p> + +<h2 id="See_also" style="line-height: 30px; font-size: 2.14285714285714rem;">See also</h2> + +<ul> + <li>{{Interwiki("wikipedia", "Microformat")}} on Wikipedia</li> + <li><a href="http://www.microformats.org">Microformats official website</a></li> + <li><a href="http://microformats.org/wiki/search_engines">Search engines support</a> on Microformats official website</li> + <li><a href="https://indiewebcamp.com/microformats">IndieWebCamp</a></li> +</ul> |