Google-compliant breadcrumbs
With microdata you can get google to show your breadcrumbs in search results (copy & paste for easy reading). Google shows a maximum of 3 breadcrumbs. After that it shorts them with "..." retaining the 3 most specific.
<nav class="breadcrumbs" >
<ol>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="/" itemprop="url">
<span itemprop="title">Reaktor</span>
</a>
</li>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="/en/careers/" itemprop="url">
<span itemprop="title">Careers</span>
</a>
</li>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="/en/careers/anton-rissanen/" itemprop="url">
<span itemprop="title">Anton Rissanen</span>
</a>
</li>
</ol>
</nav>
- li-elements: itemscope itemtype="http://data-vocabulary.org/Breadcrumb"
- a-elements: itemprop="url"
- span-elements: itemprop="title"
You can test these things at: http://www.google.com/webmasters/tools/richsnippets
Written by Sampsa Kuronen
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Google
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#