Here are the key points about microformats:
- They allow existing HTML content to be annotated so it can be extracted, indexed, searched, etc. by software.
- They use class names and other existing HTML elements/attributes to embed semantic metadata directly into HTML content.
- The vocabulary is small and focused on specific domains like contacts, events, reviews, etc.
- There is no standard parsing pattern so different software may interpret microformats differently.
- They are not as robust as RDFa or other semantic web standards since they only add semantics through class names rather than full semantic triples. But they are easier for non-technical users to implement in existing HTML.
So in summary, micro
Related topics: