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))

enter image description here

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> 

    1 answer 1

    google into bread crumbs

    Speech about bread crumbs in snippet? In this case, it’s probably a matter of internal links. For example, you have links to the main page from the menu / logo have the form "site.ru", and in the markup of bread crumbs indicated "site.ru/" - this is already formally another nesting. Thus, Google, analyzing the site, sees that there are links to the site.ru page (without anchor), to the site.ru/ page (with the anchor “Home”) and there are a lot of them. Well, links to category pages, but they are much smaller. Here, in accordance with the statistics of internal links, bread crumbs are formed.

    What to do:

    1. Deal with internal links in the first place (including all kinds of site maps and other lists of links).
    2. View in SearchConsole - there used to be information about internal linking and statistics on anchors.