СТРУКТУРА САЙТА / МИКРОРАЗМЕТКА ХЛЕБНЫХ КРОШЕК

Заметка создана: 11 января 2025 г.
<ol itemscope="" itemtype="http://schema.org/BreadcrumbList">;
  <li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">
    <a itemscope="" itemtype="http://schema.org/Thing"
       itemprop="item" href="https://example.com/SEO">
        <span itemprop="name">SEO</span>
        <img itemprop="image" src="http://example.com/images/icon-SEOicon.png"; alt="SEO"/></a>
    <meta itemprop="position" content="1" />
  </li>
  >
  <li itemprop="itemListElement" itemscope
      itemtype="http://schema.org/ListItem">;
    <a itemscope itemtype="http://schema.org/Thing";
       itemprop="item" href="https://example.com/SEO/Traffic">;
      <span itemprop="name">Трафик</span>
      <img itemprop="image" src="http://example.com/images/icon-Traffic.png"; alt="Traffic"/></a>
    <meta itemprop="position" content="2" />
  </li>
  >
  <li itemprop="itemListElement" itemscope
      itemtype="http://schema.org/ListItem">;
    <a itemscope itemtype="http://schema.org/Thing";
       itemprop="item" href="https://example.com/SEO/Traffic/Order">;
      <span itemprop="name">Заказ</span>
      <img itemprop="image" src="http://example.com/images/icon-Order.png"; alt="Order"/></a>
    <meta itemprop="position" content="3" />
  </li>
</ol>
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb";>
    <a href="http://yournet.kz/"; itemprop="url">
        <span itemprop="title">yournet.kz</span>
    </a>
</div>
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb";>
    <a href="http://yournet.kz/blog/os/"; itemprop="url">
        <span itemprop="title">Операционные системы</span>
    </a>
</div>
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb";>
    <a href="http://yournet.kz/blog/os/freebsd"; itemprop="url">
        <span itemprop="title">FreeBSD</span>
    </a>
</div>