Breadcrumbs New Rich Snippets: Navigationspfade (neues Markup)

BreadCrumbs stellen eine Navigationsstruktur dar die das Navigieren in höhere Ebenen einer Website ermöglicht. Auf dieser Seite wird die Implemntierung via schema.org getestet die bis 2015 noch nicht funktioniert hat
Link zur Doku: https://developers.google.com/structured-data/breadcrumbs?hl=en

Beispiel: Breadcrumbs New Rich Snippets

Quellcode zum: Breadcrumbs New Rich Snippets Beispiel

<ul id="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList">
  <li itemprop="itemListElement" itemscope
      itemtype="http://schema.org/ListItem">
    <a itemprop="item" href="http://www.myseosolution.de/">
        <span itemprop="name">MySEOSolution</span></a>
    <meta itemprop="position" content="1" />
  </li>
  <li itemprop="itemListElement" itemscope
      itemtype="http://schema.org/ListItem">
    <a itemprop="item" href="http://unicode.myseosolution.de/">
      <span itemprop="name">Unicode Startseite</span></a>
    <meta itemprop="position" content="2" />
  </li>
  <li itemprop="itemListElement" itemscope
      itemtype="http://schema.org/ListItem">
    <a itemprop="item" href="http://unicode.myseosolution.de/rich-snippets/">
      <span itemprop="name">Rich Snippets</span></a>
    <meta itemprop="position" content="3" />
  </li>
  <li itemprop="itemListElement" itemscope
      itemtype="http://schema.org/ListItem">
    <a itemprop="item" href="#test">
      <span itemprop="name">Random :) Text</span></a>
    <meta itemprop="position" content="4" />
  </li>
</ul>


» Beispiel als plain Text aufrufen

Live-Beispiele zu Breadcrumbs New Rich Snippets

Weitere Rich Snippet Beispiele