Skip to content

Latest commit

 

History

History
65 lines (57 loc) · 1.42 KB

breadcrumb.md

File metadata and controls

65 lines (57 loc) · 1.42 KB
title description summary date lastmod draft weight toc seo
Breadcrumb
2024-03-14 21:38:13 +0100
2024-03-14 21:38:13 +0100
false
740
true
title description canonical robots

A set of links that can help a user understand and navigate a website hierarchy.

Settings

No settings.

Generated meta tag

Hyas SEO generates the following meta tag (if applicable, not homepage) — for example:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "item": "https://getdoks.org/",
      "name": "Welcome to Doks",
      "position": 1
    },
    {
      "@type": "ListItem",
      "item": "https://getdoks.org/docs/",
      "name": "Docs",
      "position": 2
    },
    {
      "@type": "ListItem",
      "item": "https://getdoks.org/docs/guides/",
      "name": "Guides",
      "position": 3
    },
    {
      "@type": "ListItem",
      "name": "Example Guide",
      "position": 4
    }
  ]
 }
 </script>

Resources