aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/microformatos
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/web/html/microformatos
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/web/html/microformatos')
-rw-r--r--files/es/web/html/microformatos/index.html29
1 files changed, 29 insertions, 0 deletions
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
+---
+<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>