Skip to content

Instantly share code, notes, and snippets.

@rarous
Created November 22, 2010 07:14
Show Gist options
  • Select an option

  • Save rarous/709629 to your computer and use it in GitHub Desktop.

Select an option

Save rarous/709629 to your computer and use it in GitHub Desktop.
<nav class="breadcrumbs">
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="http://www.example.com/books" itemprop="url">
<span itemprop="title">Books</span>
</a> ›
<span itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="http://www.example.com/fiction" itemprop="url">
<span itemprop="title">Fiction</span>
</a> ›
<span itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="http://www.example.com/books/fiction/horror" itemprop="url">
<span itemprop="title">Horror</span>
</a>
</span>
</span>
</div>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment