The site is still under development, I didn’t send it to the index, but Google wondered how it will be displayed in Yandex - I don’t know. In general, the essence of the question: the word “Home” got into Google bread crumbs (see screenshot). It is necessary to remove, I do not think what has been done wrong))
Actually the code itself:
<div class="breadcrumb" itemscope="" itemtype="http://schema.org/BreadcrumbList"> <span class="breadcrumb-item" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"> <a href="http://site.ru/" itemscope="" itemtype="http://schema.org/Thing" itemprop="item"> <span itemprop="name">Главная</span></a><meta itemprop="position" content="1"></span> <span class="breadcrumb-separator">»</span> <span class="breadcrumb-item" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"> <a href="http://site.ru/category-name/" itemscope="" itemtype="http://schema.org/Thing" itemprop="item"> <span itemprop="name">Название категории</span></a><meta itemprop="position" content="2"></span></div>