Parsing: http://microformats.org { "items": [ { "type": [ "h-feed" ], "properties": { "category": [ "indieweb", "microformats2", "microformats2", "indieweb", "microformats2" ] }, "id": "content", "children": [ { "type": [ "h-entry" ], "properties": { "name": [ "How to Consume Microformats 2 Data" ], "url": [ "https:\/\/microformats.org\/2022\/02\/19\/how-to-consume-microformats-2-data", "https:\/\/microformats.org\/2022\/02\/19\/how-to-consume-microformats-2-data" ], "updated": [ "2022-02-19T11:48:15" ], "content": [ { "html": "

A (very) belated follow up to Getting Started with Microformats 2<\/a>, covering the basics of consuming and using microformats 2 data. Originally posted on waterpigs.co.uk<\/a>.<\/p>\n\n

More and more people are using microformats 2 to mark up profiles, posts, events and other data on their personal sites, enabling developers to build applications which use this data in useful and interesting ways. Whether you want to add basic support for webmention comments to your personal site, or have ambitious plans for a structured-data-aware-social-graph-search-engine-super-feed-reader, you\u2019re going to need a solid grasp of how to parse and handle microformats 2 data.<\/p>\n\n

Choose a Parser<\/h2>\n\n

To turn a web page containing data marked up with microformats 2 (or classic microformats, if supported) into a canonical MF2 JSON data structure, you\u2019ll need a parser.<\/p>\n\n

At the time of writing, there are actively supported microformats 2 parsers<\/a> available for the following programming languages:<\/p>\n\n