Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.
Les microformats (parfois abrégé μF) sont une extension HTML pour décrire les entités telles que les personnes, organisations, évènements, lieux, posts de blog, produits, critiques, résumés, recettes, etc. Les sites utilisent les microformats pour publier une API standard utilisée par les moteurs de recherche, agrégateurs de contenu et autres outils.
Le terme “microformats” fait référence à la fois à la première génération de microformats (comme hCard ou hCalendar) et aux nouveaux vocabulaires microformats2 comme h-card ou h-entry.
IndieWeb Use
The IndieWeb makes heavy use of:
- h-card to mark up profiles and authors in posts
- h-entry to markup posts, replies, etc.
- in-reply-to to markup links from replies to original posts.
- XFN for relationships, and identity consolidation (rel=me), used by IndieAuth
FAQ
Are microformats an API
Q: Are microformats an API?
A: No, microformats are more like the information returned from an API.
HTTP GET of a particular URL of a website can be an API. microformats in the resulting HTML provide the information you might otherwise get from a bespoke API.
Thus combining HTTP, good site URL design, and microformats, your site can be your API. No separate XML/RDF/JSON/??? API endpoints needed. At least for readonly. For a write "API", see micropub.