• 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="https://schema.org/BreadcrumbList">
      <li itemprop="itemListElement" itemscope
          itemtype="https://schema.org/ListItem">
        <a itemprop="item" href="https://example.com/dresses">
        <span itemprop="name">Dresses</span></a>
        <meta itemprop="position" content="1" />
      </li>
    </ul>

    The page I need help with: [log in to see the link]

  • The topic ‘BreadcrumbList error’ is closed to new replies.