TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Microformats: Still Relevant?

2 pointsby rnmpalmost 3 years ago

1 comment

DocTomoealmost 3 years ago
Relevancy always depends on your use case.<p>If you are setting up a new system, it&#x27;s almost always better to use a predefined format for common data structures instead of rolling your own - why do the hard conceptual thinking when someone else has done it for you? As an added bonus, using them, you can already claim interoperability with other services (&quot;based on the h-recipe format&quot;).<p>If you want your stuff to be indexed by Google, it&#x27;s good to use their format.<p>Are all of these widely used at this moment? No. Some even seem useless as compared to more widespread format (looking at you, iCal wannabe h-event...). And some ... look pretty much like a reskin of a preexisting format under a new name (XOXO?). Doesn&#x27;t mean they aren&#x27;t relevant.