RustPoint Tools

Breadcrumb Schema Generator

Generate BreadcrumbList JSON-LD from breadcrumb paths.

Back to tools
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "首页",
      "item": "https://rustpoint.com"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "工具",
      "item": "https://rustpoint.com/tool"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "SEO 工具",
      "item": "https://rustpoint.com/tool/json-ld-generator"
    }
  ]
}
</script>