The navigation chain (or bread crumbs) helps visitors quickly navigate the structure of your site. This marking reports to search engines as the pages are located in the hierarchy, and allows users to return to sections above. It is especially important to use it on your site if you want to achieve the best results in the search results in Google.
The marking of the navigation chain is available in the search results in all languages and in all regions where the search in Google works. On computers, it is displayed in the form of an additional interface that helps to understand the structure of the site.
To add a navigation chain, use the JSON-LD format. It indicates the sequence of sections from the main page to the current one. Integration is possible both manually and through the site control systems (CMS) with the support of such plugins.
The search engine analyzes the marking of the chain in the page -page. This helps to display more relevant links in the search results. The same URL can have several display options depending on the chain.
For a page available only one way, the marking can be as follows:
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Книги",
"item": "https://вашсайт.ру/книги"
},{
"@type": "ListItem",
"position": 2,
"name": "Фантастика",
"item": "https://вашсайт.ру/книги/фантастика"
},{
"@type": "ListItem",
"position": 3,
"name": "Победители премии"
}]
}
If the page can be available in a few ways, it is permissible to indicate a few Bredcrumblist in one json-ld:
[
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [...]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [...]
}
]
For the correct display in the search results, the recommendations must be followed:
The main type is Breadcrumblist, which should contain at least two elements of Listitem. Each listitem describes one position in the chain.
Container for all listitem with the sequence:
Describes one element of the chain:
Search Console allows you to track how your site is displayed in search results. This is especially important after the introduction of structured marking.
Check the report on the advanced results. If errors are visible, correct them and re -check the URL. After that, send it to the re -expression.
In the performance report, you can track how often your pages appear as advanced results, by what needs and at what positions.
If there are difficulties in implementation, use the following recommendations:
For any issues related to the implementation of the structured site marking in Google, you can contact the SEO company CEO By email: info@seo.computer or WhatsApp: +79202044461
ID 131