Берем с
оф. сайта пример:
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope
itemtype="http://schema.org/ListItem">
<a itemprop="item" href="https://example.com/dresses">
<span itemprop="name">Dresses</span></a>
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope
itemtype="http://schema.org/ListItem">
<a itemprop="item" href="https://example.com/dresses/real">
<span itemprop="name">Real Dresses</span></a>
<meta itemprop="position" content="2" />
</li>
</ol>
В данном случае получается циклическая ссылка у второго itemListElement.
Если я уберу ссылку или заменю на метатег, выводит ошибку:
Для id указан недопустимый URL (
google).
Причем, в яндексе валидацию без ссылки проходит.