Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. <!-- Yoast structure -->
  2. <p id="breadcrumbs">
  3. <span xmlns:v="http://rdf.data-vocabulary.org/#">
  4. <span typeof="v:Breadcrumb">
  5. <a href="https://example.com/" rel="v:url" property="v:title">Home</a> ยป
  6. <span rel="v:child" typeof="v:Breadcrumb"><a href="https://example.com/fashion" rel="v:url" property="v:title">Fashion</a> ยป
  7. <span class="breadcrumb_last">Why the Pajama Top Should Be Your Summer Uniform</span>
  8. </span>
  9. </span>
  10. </span>
  11. </p>
  12.  
  13. <!-- Theme structure -->
  14. <div class="td-crumb-container">
  15. <div class="entry-crumbs" itemscope="" itemtype="http://schema.org/BreadcrumbList">
  16. <span class="td-bred-first"><a href="https://example.com/">Home</a></span>
  17. <i class="td-icon-right td-bread-sep"></i>
  18. <span itemscope="" itemprop="itemListElement" itemtype="http://schema.org/ListItem">
  19. <a title="View all posts in Fashion" class="entry-crumb" itemscope="" itemprop="item" itemtype="http://schema.org/Thing" href="https://example.com/fashion">
  20. <span itemprop="name">Fashion</span>
  21. </a>
  22. <meta itemprop="position" content="1">
  23. </span>
  24. <i class="td-icon-right td-bread-sep td-bred-no-url-last"></i>
  25. <span class="td-bred-no-url-last">Why the Pajama Top Should Be Your Summer Uniform</span>
  26. </div>
  27. </div>
  28.  
  29. <!-- Google sample -->
  30. <ol itemscope itemtype="http://schema.org/BreadcrumbList">
  31. <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
  32. <a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="https://example.com/books">
  33. <span itemprop="name">Books</span>
  34. <img itemprop="image" src="http://example.com/images/icon-bookicon.png" alt="Books"/>
  35. </a>
  36. <meta itemprop="position" content="1" />
  37. </li>
  38. โ€บ
  39. <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
  40. <a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="https://example.com/books/sciencefiction">
  41. <span itemprop="name">Science Fiction</span>
  42. <img itemprop="image" src="http://example.com/images/icon-science-fiction.png" alt="Genre: Science Fiction"/>
  43. </a>
  44. <meta itemprop="position" content="2" />
  45. </li>
  46. </ol>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement