index.html 1.29 KB
Newer Older
Sergey's avatar
Sergey committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<div class="breadcrumb">
    <div class="wrapper breadcrumb__wrapper">
        <ul class="breadcrumb__list" itemscope="" itemtype="http://schema.org/BreadcrumbList">
            <li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem" class="breadcrumb__item">
                <a itemprop="item" href="/" class="breadcrumb__link">
                    <span itemprop="name">Главная</span>
                    <meta itemprop="position" content="1">
                </a>
            </li>
            <li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem" class="breadcrumb__item">
                <a itemprop="item" href="/catalog/" class="breadcrumb__link">
                    <span itemprop="name">Каталог техники Bobcat</span>
                    <meta itemprop="position" content="2">
                </a>
            </li>
            <li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem" class="breadcrumb__item">
                <a itemprop="item" href="/catalog/" class="breadcrumb__link">
                    <span itemprop="name">Колесные мини-погрузчики</span>
                    <meta itemprop="position" content="3">
                </a>
            </li>
        </ul>
    </div>
</div>