Created
October 11, 2018 19:39
-
-
Save evemilano/4c90ca4ba9308f3a1d51b02128bcb91c to your computer and use it in GitHub Desktop.
Breadcrumb Schema.org Markup Microdata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ol vocab="http://schema.org/" typeof="BreadcrumbList"> | |
<li property="itemListElement" typeof="ListItem"> | |
<a property="item" typeof="WebPage" | |
href="https://example.com/books"> | |
<span property="name">Books</span></a> | |
<meta property="position" content="1"> | |
</li> | |
› | |
<li property="itemListElement" typeof="ListItem"> | |
<a property="item" typeof="WebPage" | |
href="https://example.com/books/sciencefiction"> | |
<span property="name">Science Fiction</span></a> | |
<meta property="position" content="2"> | |
</li> | |
› | |
<li property="itemListElement" typeof="ListItem"> | |
<a property="item" typeof="WebPage" | |
href="https://example.com/books/sciencefiction/awardwinners"> | |
<span property="name">Award Winners</span></a> | |
<meta property="position" content="3"> | |
</li> | |
</ol> | |
<ol vocab="http://schema.org/" typeof="BreadcrumbList"> | |
<li property="itemListElement" typeof="ListItem"> | |
<a property="item" typeof="WebPage" | |
href="https://example.com/literature"> | |
<span property="name">Literature</span></a> | |
<meta property="position" content="1"> | |
</li> | |
› | |
<li property="itemListElement" typeof="ListItem"> | |
<a property="item" typeof="WebPage" | |
href="https://example.com/literature/speculativefiction"> | |
<span property="name">Speculative Fiction</span></a> | |
<meta property="position" content="2"> | |
</li> | |
</ol> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Guida completa: https://www.evemilano.com/breadcrumb-seo/