Skip to content

Instantly share code, notes, and snippets.

@Paxa
Created February 24, 2012 03:16
Show Gist options
  • Save Paxa/1897001 to your computer and use it in GitHub Desktop.
Save Paxa/1897001 to your computer and use it in GitHub Desktop.
Microdata breadcrumbs test
<!DOCTYPE html>
<html>
<head>
<title>Breadcrumb example - webpage_2.html</title>
</head>
<body>
<section itemscope itemtype='http://schema.org/WebPage'>
<a href='/books'><span itemprop='breadcrumb'>Books</span></a> >
<a href='/books/authors'><span itemprop='breadcrumb'>Authors</span></a> >
<a href='/books/authors/stephen-king'><span itemprop='breadcrumb'>Stephen King</span></a>
<h1 itemprop='name'>Books by Stephen King</h1>
<p>...</p>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment