Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

BreadcrumbList error

$
0
0

Replies: 0

I’ve read many posts about this problem, but I have not been able to solve it.
I am using bcn_display() in the templates.

How can I get this result, as Google suggests?

<ul 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>
</ul>

Viewing all articles
Browse latest Browse all 59525

Trending Articles