TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Micro-formats, are they still relevant/useful?

7 点作者 drew_kutchar将近 14 年前
I'm in the process of building a social site and I was wondering if microformats are still relevant and or useful? Should I bother implementing them?<p>Thanks!

2 条评论

apowell将近 14 年前
Microformats are still supported, but they've been replaced by HTML5 microdata. If you're developing a new website, microdata is the way to go.<p>The microdata schemas supported by the three major search engines are documented at <a href="http://www.schema.org" rel="nofollow">http://www.schema.org</a>. Also, Google still supports microformats: <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=99170" rel="nofollow">http://www.google.com/support/webmasters/bin/answer.py?answe...</a>
falava将近 14 年前
Google, Bing and Yahoo! have recently started <a href="http://schema.org/" rel="nofollow">http://schema.org/</a> a shared markup vocabulary based on microformats.<p>If some of your data can fit in one of those formats you could benefit from a enhanced presentation in the search engine results pages.<p>Example: <a href="http://schema.org/Recipe" rel="nofollow">http://schema.org/Recipe</a> — google "spicy pork recipe", I see some results with photos, calories, etc.