2012-09-22 75 views
2

我不知道我是否正確設置我的麪包,我所有的網頁有面包屑,像這樣:我的schema.org麪包屑設置是否正確?

<body itemscope="itemscope" itemtype="http://schema.org/WebPage"> 

<div class="breadcrumb"> 
<a title="MY Site Title" rel="home" itemprop="breadcrumb" href="http://www.mysite.com/">MY Site Title</a> 
<span class="navigation-pipe">»</span> 
<a title="Category Name" itemprop="breadcrumb" href="http://www.mysite.com/CategoryName">Category Name</a> 
<span class="navigation-pipe">»</span>Product Page 
</div> 

,如果它的一個產品頁面我的麪包屑後添加這個身體。

<div itemscope itemtype="http://schema.org/Product"> 

With Product info HERE 

</div> 
+0

查看WebSchemas/Breadcrumbs http://www.w3.org/wiki/WebSchemas/Breadcrumbs – Happy

回答