Advertisement
Korzunov

BreadcrumbList - пример кода

May 1st, 2025 (edited)
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.78 KB | None | 0 0
  1. <div class="col-md-10">
  2.         <ul class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList" >
  3.                 <li itemprop="itemListElement" itemscope
  4.          itemtype="http://schema.org/ListItem">
  5.                     <a itemprop="item" href="/en-us/consumptionstatistic/main/">
  6.                         <span itemprop="name">Statistics</span>
  7.                     </a>
  8.                     <meta itemprop="position" content="1" />
  9.                 </li>
  10.                 <li itemprop="itemListElement" itemscope
  11.          itemtype="http://schema.org/ListItem" class="active">
  12.                     <span itemprop="name">Mitsubishi Grandis 2.4 i 16V MIVEC (165 Hp) Automatic 2003-2017</span>
  13.                     <meta itemprop="position" content="2" />
  14.                 </li>
  15.  
  16.         </ul>
  17.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement