Schemas.org tarafından verilen standartlarda microdata kullanılmaktadır.
Alıntı
<body itemscope itemtype="http://schema.org/WebPage">
...
<div itemprop="breadcrumb">
<a href="category/books.html">Books</a> >
<a href="category/books-literature.html">Literature & Fiction</a> >
<a href="category/books-classics">Classics</a>
</div>
</body>
microdata verilerini kullanırken,
itemscope itemtype="http://schema.org/WebPage" tanımlamasını kullanmazsan html kodlaman hatalı olur.
Websayfaları ile ilgili diğer kullanılan standartalara :
http://schema.org/WebPage
adresinden ulaşabilirsin. Zengin veriler için google
http://support.google.com/webmasters...&answer=185417 adresinde gerekli açıklamayı yapmıştı. Aynı sayfada RDFa formatını da görebilirsin.
Alıntı
<div xmlns:v="http://rdf.data-vocabulary.org/#">
<span typeof="v:Breadcrumb">
<a href="http://www.example.com/elbiseler" rel="v:url" property="v:title">
Dresses
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.example.com/elbiseler/abiye" rel="v:url" property="v:title">
Real Dresses
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.example.com/elbiseler/abiye/yesil" rel="v:url" property="v:title">
Real Green Dresses
</a> ›
</span>
</div>
xmlns:v="http://rdf.data-vocabulary.org/# burada sondaki diyez işaretini sakın unutma
v tanımlaması ile şemayı kullanabilirsin.
Sitende uygulamaların bittikten sonra Google Yapısal Veri Test Aracı'nı
http://www.google.com/webmasters/tools/richsnippets adresinden kullanarak arama sonuçlarında nasıl gözükeceğini görebilirsin.