Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 12, 2015 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reasonstousegenesis/4a6584ec46b601bb73ce to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/4a6584ec46b601bb73ce to your computer and use it in GitHub Desktop.
Markup structure of the breadcrumbs produced by Genesis
<div class="breadcrumb" itemprop="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList">
<span class="breadcrumb-link-wrap" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="" itemprop="item">
<span itemprop="name">Home</span>
</a>
</span>
<span aria-label="breadcrumb separator">/</span>
<!-- remainder of breadcrumb trail -->
</div>
<div class="breadcrumb" itemprop="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList">
<a href="">
<span>Home</span>
</a>
<span aria-label="breadcrumb separator">/</span>
<!-- remainder of breadcrumb trail -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment