微格式(microformats):是结构化数据的开放标准。是包含数据的结构化的
XHTML代码块的定义格式,由于是XHTML代码块,所以很适合人类阅读,由于是结构化的,又很容易被机器
处理,很容易和外部进行数据通信。
是开放的数据格式,面向的是普通用户,任何用户可以透过简单的程序读取微格式内容。而不是像Flickr、Amazon、Google等提供特定的面向技术人员的
API(一般基于XML-PRC、REST,相对复杂)。RSS具有微格式的部分优点,但限制还是比较多的,比如有限的元数据(标题、描述、URL等),不能更好地描述语义,不太容易与已存在的工具结合等。用微格式可以来聚合外部Blog,Flickr,YouTube,MapQuest,甚至MySpace里的内容。
微格式(Microformats):Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards.
Microformats are simple conventions for embedding semantics in HTML to enable decentralized development.
Microformats are simple codes that you can use to identity specific kinds of data, like people or events, in your webpages.
例如:
XFN, hcalendar, hcard, rel tags, rel license, lists and outlines等等