Skip to content

Instantly share code, notes, and snippets.

@mozchan
mozchan / sample_breadcrumb.html
Last active December 20, 2018 03:53
ぱんくずリスト(JSON-LD + WAI-ARIA)
<nav aria-label="Breadcrumb" class="breadcrumb">
<h2>パンくずリスト</h2>
<ol>
<li><a href="/">Top page</a></li>
<li aria-current="page">PAGE 1</li>
</ol>
</nav>
<script type="application/ld+json">
{
"@context": "http://schema.org",