Skip to content

Instantly share code, notes, and snippets.

@willpower42
Created May 4, 2013 14:13
Show Gist options
  • Save willpower42/5517618 to your computer and use it in GitHub Desktop.
Save willpower42/5517618 to your computer and use it in GitHub Desktop.
Exemplo de breadcrumb usando schema/microdata
<div class="breadcrumb" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<span class="lbl">Você está aqui:</span>
<a href="home.php" itemprop="url">Home</a> &gt; <a href="pai.php" itemprop="url">Pai</a> &gt; <strong class="this-page" itemprop="title">Sua página</strong>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment