<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li><a href="https://example.ru/">Главная</a></li>
<li><a href="https://example.ru/katalog/">Каталог</a></li>
<li><a href="https://example.ru/katalog/plitka/">Плитка</a></li>
<li aria-current="page">Клинкерная</li>
</ol>
</nav>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{"@type": "ListItem","position": 1,
"name": "Главная","item": "https://example.ru/"},
{"@type": "ListItem","position": 2,
"name": "Каталог","item": "https://example.ru/katalog/"},
{"@type": "ListItem","position": 3,
"name": "Плитка","item": "https://example.ru/katalog/plitka/"},
{"@type": "ListItem","position": 4,
"name": "Клинкерная","item": "https://example.ru/katalog/plitka/klinker/"}
]
}
</script>