• chordzillastatistics

    (@chordzillastatistics)


    Hello. When I try to disable microdata in the theme, it seems to turn off, but in the last breadcrumb, the itemprop name still remains. This drove me a bit crazy as I was trying to implement a different type of microdata, and the value itemprop name kept showing up. Is this intentional? But then why aren’t the other breadcrumbs marked and declared as breadcrumb markup? I suppose this is a bug?

    <div class="container clr page-header-inner">

    <nav role="navigation" aria-label="Breadcrumbs" class="site-breadcrumbs clr position-under-title">
    <ol class="trail-items">
    <li class="trail-item trail-begin">
    <a span href="#">
    <a rel="home" aria-label="Home">
    <span>
    <span class="breadcrumb-home">Home</span>
    </span>
    </a>
    </span>
    </a>
    <span class="breadcrumb-sep">
    <span class="breadcrumb-sep">></span>
    </span>
    </li>
    <li class="trail-item">
    <a span href="#">
    <a >
    <span>Main</span>
    </a>
    </span>
    </a>
    <span class="breadcrumb-sep">
    <span class="breadcrumb-sep">></span>
    </span>
    </li>
    <li class="trail-item trail-end">
    <span itemprop="name">
    <a >Article</a>
    </span>
    </li>
    </ol>
    </nav>
    </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.