Microformats2
Microformats2 is a specification for embedding structured data in HTML by using simple, human-readable class names. It represents an evolution of the original microformats idea, aiming to make web content more easily machine-readable without requiring new scripting or complex data formats. The approach emphasizes lightweight, low-barrier annotation of common information directly in HTML pages.
The core mechanism of Microformats2 relies on class attributes to mark data types and properties. Top-level
In addition to class-based semantics, Microformats2 supports linking relationships through rel and rev attributes, which can
Commonly used types include h-card for people or organizations, h-event for events, and h-entry for blog posts
Status and reception: Microformats2 has found adoption in specific communities and tooling that favor minimalism and