Sau đây là thủ thuật giúp bạn hiển thị Breadcrumbs của website bạn lên công cụ tìm kiếm của Google:
Bạn copy đoạn code dưới đây vào phần </body> trong file index của bạn:
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/dresses" itemprop="url"> <span itemprop="title">Dresses</span> </a> ›</div><div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/dresses/real" itemprop="url"> <span itemprop="title">Real Dresses</span> </a> ›</div><div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/clothes/dresses/real/green" itemprop="url"> <span itemprop="title">Real Green Dresses</span> </a></div>
Kiểm tra :
http://www.google.com/webmasters/tools/richsnippets?
Chúc các bạn thành công.