View Source SEO.Breadcrumb (SEO v0.1.0)

This is SEO for Google to display breadcrumbs in the search results. This allows the search result to search as multiple links.

Breadcrumb Example

resources

Resources

{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [{
    "@type": "ListItem",
    "item": "https://bernheisel.com/blog",
    "name": "Posts",
    "position": 1
  },{
    "@type": "ListItem",
    "item": "https://bernheisel.com/blog/nostalgia-programming",
    "name": "Nostalgia, Fun, and Programming",
    "position": 2
  }]
}

Link to this section Summary

Functions

Attributes

Link to this section Functions

attributes

Attributes