Diseño y Recursos
Generador de Breadcrumb Schema
Generar JSON-LD breadcrumb schema.
Categoría
Diseño y Recursos
Etiquetas
breadcrumb schemaJSON-ldseostructured data
Entrada
Generador de Breadcrumb Schema
breadcrumb schemaJSON-ldseostructured data
Salida
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"
}
]
}
