我不知道我是否正确设置了面包屑,我所有的页面都有这样的面包屑:
<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>