SEO optimisation application/ld+json BreadcrumbList
https://developers.google.com/search/docs/appearance/structured-data/breadcrumb?hl=ru
Добавляет в поисковую выдачу хлебные крошики и позволяет человеку переходить по ним
Должно присутствовать на всех страничках
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement":
[
{
"@type": "ListItem",
"position": 1,
"item":
{
"@id": "https://example.com/dresses",
"name": "Dresses"
}
},
{
"@type": "ListItem",
"position": 2,
"item":
{
"@id": "https://example.com/dresses/real",
"name": "Real Dresses"
}
}
]
}
</script>