aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/microformatos/index.html
blob: 6dd963a22734b8971f622be215073222faa36ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Microformatos
slug: Web/HTML/microformatos
translation_of: Web/HTML/microformats
---
<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>