Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author John Havlik

    (@mtekk)

    If you want the current item to be linked, make sure the “Link Current Item” option under the General tab in the Breadcrumb NavXT settings page is checked (and then press “Save Changes” after changing it).

    Thread Starter ADvi

    (@advi)

    No, I want to make each item in bredcrumb list become separate element, like here https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fpravo.guru%2Fzzp%2Ftorgovlya-i-tovary%2Fsertifikatsiya%2Fproishozhdeniya-produktsii%2Fvidy-form.html
    But now I have BreadcrumbList + ListItem.
    I need Breadcrumb + Breadcrumb + Breadcrumb + Breadcrumb…

    Plugin Author John Havlik

    (@mtekk)

    Is there a reason you want the want the breadcrumbs to be separate elements? I ask as that is following the deprecated Breadcrumb syntax, Schema.org BreadcrumbList syntax (what Breadcrumb NavXT natively supports) is the replacement for the old syntax.

    Thread Starter ADvi

    (@advi)

    Site’s owner thinks that is the right way ??
    So, can you please help to achieve this schema?
    Thanks.

    Plugin Author John Havlik

    (@mtekk)

    I would try to educate the customer as it is not known how much longer Google will support the old Breacrumb syntax. It may help to show them all of Google’s examples now use BreadcrumbList (see https://developers.google.com/search/docs/data-types/breadcrumb). But, if that doesn’t work or isn’t worth the effort, you will need to change the breadcrumb templates so that they are something like:
    <span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" title="%title%" href="%link%" class="home">%htitle%</a></span>

    Also, you will want to remove the typeof="BreadcrumbList" vocab="https://schema.org/" from the wrapping div as leaving that there while using the Breadcrumb syntax will likely annoy/confuse the Google parser.

    Thread Starter ADvi

    (@advi)

    Thanks! I’ve got the needed result

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Schema for each element in breadcrumb list’ is closed to new replies.