Breadcrumbs and google structred data
-
Hello, before some updates on my website i saw links in breadcrumbs using like:
- itemscope itemtype=”https://schema.org/BreadcrumbList”
- <li itemprop=”itemListElement” itemscope itemtype=”https://schema.org/ListItem”>
- <span itemprop=”name”>
- itemprop=”position”
… etc
So before i saw in google “BreadcrumbList” list scheme, now i can’t see it. And now my breadcrumbs output is like
<div id="breadcrumbs"><div class="wrp"><span><span><a href="https://moon-today.com/">Луна сегодня</a> ? <span><a href="https://moon-today.com/%d0%b3%d0%be%d1%80%d0%be%d1%81%d0%ba%d0%be%d0%bf/">Гороскоп</a> ? <span class="breadcrumb_last" aria-current="page">Гороскоп на 2020 год по знакам Зодиака и году рождения</span></span></span></span></div></div>
And if to check it in google structured data:
Google can’t see “BreadcrumbList”.
How to fix it?
The page I need help with: [log in to see the link]
- The topic ‘Breadcrumbs and google structred data’ is closed to new replies.