在W3C中特別提到
This specification defines the HTML microdata mechanism. This mechanism allows machine-readable data to be embedded in HTML documents in an easy-to-write manner, with an unambiguous parsing model. It is compatible with numerous other data formats including RDF and JSON.
要使用Microdata增加網(wǎng)頁的可讀性,需要有基本HTML概念,如果只會使用Dreamweaver視覺化方式設計網(wǎng)頁,而不會使用文字模式編寫網(wǎng)頁就不適合。
基礎網(wǎng)頁語法
首先需要使用itemscope標簽包裹itemprop屬性。
?我的名字叫王大明。
?作者的名字是張銘倫。
在itemprop屬性中如果包含其他html語法不會影響Microdata讀取結果,Microdata只會讀取文字敘述,并不會將文字敘述中包含的網(wǎng)頁語法列入考量,所以有些人想要透過加入或是之類的標簽強化特定文字,對于Microdata來說是多余的。
進階Typed items語法
有些第三方單位,特別將Microdata進行了分類,以便更清楚的將資訊顯示在他們的數(shù)據(jù)庫中,這時候我們需要使用itemtype這個標簽將第三方的類別網(wǎng)址引入,最具指標性的單位就是Schema. org。
在Schema.org的網(wǎng)站中提到:
Schema.org is sponsored by Google, Microsoft, Yahoo and Yandex. The vocabularies are developed by an open community process, using the?public-schemaorg@w3.org?mailing list and through GitHub.
目前較知名的搜索引擎Google, Microsoft, Yahoo 和Yandex都支持Schema.org。
所以為了讓這幾個搜索引擎更方便了解我們的網(wǎng)頁,似乎itemtype這個標簽是很重要的,我們可以進入schema.org的Full Hierarchy查看支援那些分類項目。
???????itemscope?itemtype="http://schema.org/AggregateRating">
?建設網(wǎng)站公司
?
??
???分數(shù)6/10
???(根據(jù)19?個網(wǎng)友的評價)
??
因為每個分類項目有不同的itemprop屬性需求,我們可以利用Google提供的結構化資料測試工具測試我們寫的網(wǎng)頁是否有缺漏的宣告或是該分類有建議的itemprop屬性,透過線上檢測工具可以針對結果改善網(wǎng)頁設計。
JSON for Linking Data
我們會發(fā)現(xiàn),在網(wǎng)頁語法中增加了那么多的標簽,雖然幫助搜索引擎更了解我們的網(wǎng)頁,但是對于網(wǎng)頁畫面呈現(xiàn)于網(wǎng)友面前的結果并不會有不同處,對于html語法有精簡要求的工程師,這時候可以利用JSON for Linking Data將Microdata從html中抽離,透過