Breadcru
TechnicalRich Result Eligible

BreadcrumbList

Marks up the breadcrumb navigation trail. Enables breadcrumb rich results in Google Search, showing the page hierarchy below the URL.

Rich Result: Breadcrumb

Required Properties

itemListElement

Recommended Properties

numberOfItems

JSON-LD Example

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://example.com"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Blog",
      "item": "https://example.com/blog"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Core Web Vitals Guide",
      "item": "https://example.com/blog/core-web-vitals"
    }
  ]
}
</script>
Test your BreadcrumbList markup
Validate and generate BreadcrumbList JSON-LD for your site
Validate Schema →Generate JSON-LD →

Related Schema Types

WebSite
← All Schema.org Types