5

如果我在他的网站上为所有可能的事情使用微格式,我的客户可以获得哪些实际好处?

我如何向非技术客户解释这些好处?

4

6 回答 6

4

Sometimes it seems like the practical benefits are hard to quantify.

Search engines already pick up and parse microformats (see e.g. https://support.google.com/webmasters/answer/99170). I believe hCard and hCalendar are fairly well supported--and if not, plenty of sites are using it, including places like MySpace.

It's the idea that adding CSS classes and specified IDs make your existing content easier to parse in a machine-readable manner.

hReview is starting to make some inroads, and hResume looks like it take off too.

I heavily use rel="nofollow" on uncontrolled links (3rd party sources) which is actually a microformat.

Check the microformats wiki for a decent starting point.

于 2010-02-02T18:14:01.023 回答
2

这只是意味着您的观众可以共享一些通用的“格式”。您可以概括样式表和解析机制。不是让网页由一个“html 文档”组成,而是一个由“10 个格式化的微型文档”组成的网页。

如果您需要真实世界的模拟:将其想象为将格式化的发票附在收据和名片上,而不是用左手将其全部写在笔记本纸上。

于 2010-02-02T18:18:27.333 回答
1

Overall the site becomes easier to digest for the rest of the internet. The data can be reused, combined, cross-referenced, and saved.

A simple example would be to have anywhere on the site a latitude and a longitude (geo). With Microformats, anybody that searches for that latitude and longitude can be easily referenced to their website, increasing traffic, awareness of that person / company, and allow users to easily save that information. (Although I've encountered little of this personally, this is more of 'the future' of things than it is current. But always good to stay up to date).

A second example would be a business card (hCard) where a browser can easily save and transfer it to an address book, so that just one visit to the site and the visitor has the information saved locally. Especially useful if they're getting hits from a cell phone.

于 2010-02-02T18:16:30.127 回答
1

我不建议对“所有可能的事情”使用微格式。将它们用于您可以获得一些好处的事情,以换取使用它们的努力。

我知道的主要实际好处是定制的搜索引擎结果:

从技术上讲,Google 现在更喜欢使用微数据(即itemprop属性)而不是微格式来实现这一点,但这是相同的想法。

于 2013-07-18T17:19:30.007 回答
0

拥有微格式总比没有格式好,因为它可以让您在应用程序中保存所有可能的内容。

每个可能事物的微格式都比标准格式更好,只是因为:它创建速度更快,因此成本更低,并且比一些标准格式(如 XML)占用更少的空间。

但这一切都取决于应用程序的上下文,因此您必须在该上下文中向客户解释它。

于 2010-02-02T18:18:51.123 回答
-1

对您的内容进行微格式处理以可能的方式扩展其范围。使用您的网站结构作为其“api”,可能性也是您设置的限制

于 2011-12-22T08:08:28.393 回答