Last Breadcrumb Structured Data as Google Guidelines
-
Hi,
a tipical Yoast’s Breadcrumb look like this:
<p class="breadcrumbs" id="breadcrumbs"><span xmlns:v="http://rdf.data-vocabulary.org/#"><span typeof="v:Breadcrumb"><a href="http://www.domain.com/" rel="v:url" property="v:title">Home</a> » <span rel="v:child" typeof="v:Breadcrumb"><a href="http://www.domain.com/a/" rel="v:url" property="v:title">A</a> » <span class="breadcrumb_last">B</span></span></span></span></p>
to “map” an url page like:
domain.com/a/b/Waht Google suggest here:
https://developers.google.com/search/docs/data-types/breadcrumbs
is to have also the last item with structured data.
Is this possible with your plugin?
The topic ‘Last Breadcrumb Structured Data as Google Guidelines’ is closed to new replies.