Skip to content

Instantly share code, notes, and snippets.

@oti
Last active January 3, 2017 12:32
Show Gist options
  • Save oti/28a7f5b59acd34d6aa4a0419a542f6d4 to your computer and use it in GitHub Desktop.
Save oti/28a7f5b59acd34d6aa4a0419a542f6d4 to your computer and use it in GitHub Desktop.
BreadcrumbList
<ol class="path" itemscope itemtype="http://schema.org/BreadcrumbList">
<li class="path__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a class="path-link" itemprop="item" href="#">
<span itemprop="name">Home</span>
<meta itemprop="position" content="1">
</a>
</li>
<li class="path__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a class="path-link" itemprop="item" href="#">
<span itemprop="name">Category Top</span>
<meta itemprop="position" content="2">
</a>
</li>
<li class="path__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a class="path-link" itemprop="item" href="#">
<span itemprop="name">Post Title</span>
<meta itemprop="position" content="3">
</a>
</li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment