Zurück

Design und Assets

Breadcrumb-Schema-Generator

Erzeuge JSON-LD breadcrumb Schema.

Kategorie

Design und Assets

Tags

breadcrumb Schemajson-ldseostructured data
Mehr aus Design und Assets
Eingabe

Breadcrumb-Schema-Generator

breadcrumb Schemajson-ldseostructured data
Ausgabe

Generated breadcrumb Schema

{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://example.com"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Tools",
      "item": "https://example.com/tools"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "JSON Formatter",
      "item": "https://example.com/tools/json-formatter"
    }
  ]
}