{ "@context": "https://schema.org", "@id": "https://webspecification.com/spec/seo/breadcrumbs.jsonld", "@graph": [ { "@type": "TechArticle", "@id": "https://webspecification.com/spec/seo/breadcrumbs/#article", "headline": "Breadcrumbs", "description": "A short trail showing the page's position in the site hierarchy. Visible in the UI for users, marked up as BreadcrumbList JSON-LD for search engines.", "url": "https://webspecification.com/spec/seo/breadcrumbs/", "inLanguage": "en", "isPartOf": { "@type": "WebSite", "@id": "https://webspecification.com/#website", "name": "Web Specification Studio", "url": "https://webspecification.com" }, "author": { "@type": "Person", "name": "Web Specification Studio", "url": "https://webspecification.com" }, "publisher": { "@type": "Organization", "@id": "https://webspecification.com/#organization", "name": "Web Specification Studio", "url": "https://webspecification.com" }, "license": "https://creativecommons.org/licenses/by/4.0/", "dateModified": "2026-05-29T09:13:20.000Z", "citation": [ { "@type": "CreativeWork", "name": "Schema.org — BreadcrumbList", "url": "https://schema.org/BreadcrumbList", "publisher": { "@type": "Organization", "name": "schema.org" } }, { "@type": "CreativeWork", "name": "Breadcrumb structured data", "url": "https://developers.google.com/search/docs/appearance/structured-data/breadcrumb", "publisher": { "@type": "Organization", "name": "Google Search Central" } }, { "@type": "CreativeWork", "name": "ARIA Authoring Practices — Breadcrumb", "url": "https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/", "publisher": { "@type": "Organization", "name": "W3C WAI" } }, { "@type": "CreativeWork", "name": "MDN — aria-current", "url": "https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-current", "publisher": { "@type": "Organization", "name": "MDN" } } ] }, { "@type": "BreadcrumbList", "@id": "https://webspecification.com/spec/seo/breadcrumbs/#breadcrumb", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://webspecification.com/" }, { "@type": "ListItem", "position": 2, "name": "Spec", "item": "https://webspecification.com/spec/" }, { "@type": "ListItem", "position": 3, "name": "SEO", "item": "https://webspecification.com/spec/seo/" }, { "@type": "ListItem", "position": 4, "name": "Breadcrumbs", "item": "https://webspecification.com/spec/seo/breadcrumbs/" } ] } ] }