• Hi,

    I use this plugin on my WooCommerce site with the follow set in the product template:

    <span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" title="Go to %title%." href="%link%">%htitle%</a></span>

    But when doing a Google Structured Data Testing Tool verification of a product it gives error on the URL and pointing out “is not a known valid target type for the https://rdf.data-vocabulary.org/#url property”

    It is only on the current item, and not the other parts of the breadcrumb.
    The HTML code is the following:

    <li class="current_item"><span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" title="Go to Testing." href="https://mypage.com/product/testing-123/">Testing</a></span></li>

    • This topic was modified 7 years, 6 months ago by zhakal.
Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    Honestly, rather than using the old v:Breadcrumb structured data type, I would use the Schema.org BreadcrumbList data type. Breadcrumb NavXT’s settings, by default, comply with Schema.org BreadcrumbList, and Google’s Structured Data Testing Tool validates it correctly.

Viewing 1 replies (of 1 total)
  • The topic ‘Google Structured Data Testing Tool Error’ is closed to new replies.