在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視覺化方式設(shè)計網(wǎng)頁,而不會使用文字模式編寫網(wǎng)頁就不適合。
基礎(chǔ)網(wǎng)頁語法
首先需要使用itemscope標(biāo)簽包裹itemprop屬性。
?我的名字叫王大明。
?作者的名字是張銘倫。
在itemprop屬性中如果包含其他html語法不會影響Microdata讀取結(jié)果,Microdata只會讀取文字?jǐn)⑹?,并不會將文字?jǐn)⑹鲋邪木W(wǎng)頁語法列入考量,所以有些人想要透過加入或是之類的標(biāo)簽強化特定文字,對于Microdata來說是多余的。
進(jìn)階Typed items語法
有些第三方單位,特別將Microdata進(jìn)行了分類,以便更清楚的將資訊顯示在他們的數(shù)據(jù)庫中,這時候我們需要使用itemtype這個標(biāo)簽將第三方的類別網(wǎng)址引入,最具指標(biāo)性的單位就是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這個標(biāo)簽是很重要的,我們可以進(jìn)入schema.org的Full Hierarchy查看支援那些分類項目。
???????itemscope?itemtype="http://schema.org/AggregateRating">
?建設(shè)網(wǎng)站公司
?
??
???分?jǐn)?shù)6/10
???(根據(jù)19?個網(wǎng)友的評價)
??
因為每個分類項目有不同的itemprop屬性需求,我們可以利用Google提供的結(jié)構(gòu)化資料測試工具測試我們寫的網(wǎng)頁是否有缺漏的宣告或是該分類有建議的itemprop屬性,透過線上檢測工具可以針對結(jié)果改善網(wǎng)頁設(shè)計。
JSON for Linking Data
我們會發(fā)現(xiàn),在網(wǎng)頁語法中增加了那么多的標(biāo)簽,雖然幫助搜索引擎更了解我們的網(wǎng)頁,但是對于網(wǎng)頁畫面呈現(xiàn)于網(wǎng)友面前的結(jié)果并不會有不同處,對于html語法有精簡要求的工程師,這時候可以利用JSON for Linking Data將Microdata從html中抽離,透過