Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org",
  4.   "@type": "BreadcrumbList",
  5.   "itemListElement": [{
  6.     "@type": "ListItem",
  7.     "position": 1,
  8.     "item": {
  9.       "@id": "https://example.com/books",
  10.       "name": "Books",
  11.       "image": "http://example.com/images/icon-book.png"
  12.     }
  13.   },{
  14.     "@type": "ListItem",
  15.     "position": 2,
  16.     "item": {
  17.       "@id": "https://example.com/books/authors",
  18.       "name": "Authors",
  19.       "image": "http://example.com/images/icon-author.png"
  20.     }
  21.   },{
  22.     "@type": "ListItem",
  23.     "position": 3,
  24.     "item": {
  25.       "@id": "https://example.com/books/authors/annleckie",
  26.       "name": "Ann Leckie",
  27.       "image": "http://example.com/images/author-leckie-ann.png"
  28.     }
  29.   },{
  30.     "@type": "ListItem",
  31.     "position": 4,
  32.     "item": {
  33.       "@id": "https://example.com/books/authors/ancillaryjustice",
  34.       "name": "Ancillary Justice",
  35.       "image": "http://example.com/images/cover-ancillary-justice.png"
  36.     }
  37.   }]
  38. }
  39. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement