在 Google 搜索中显示最后 Schema.org 个痕迹导航条目?

Display of last Schema.org breadcrumb entry in Google Search?

我正在尝试根据 Schema.org 标记我的面包屑,以便在 Google 结果中获得这样的面包屑:

Home > Category > Current page

但是我当前的标记只显示:

Home > Category

我的标记中是否缺少某些内容 (example page)?我正在为 WordPress 使用 Navxt 插件。

<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
    <!-- Breadcrumb NavXT 5.4.0 -->
<span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Omdömen.se." href="http://www.xn--omdmen-yxa.se" class="home"><span property="name">Hem</span></a><meta property="position" content="1"></span> &raquo; <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Företag." href="http://www.xn--omdmen-yxa.se/foretag/" class="post post-page"><span property="name">Företag</span></a><meta property="position" content="2"></span> &raquo; <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Consector." href="http://www.xn--omdmen-yxa.se/foretag/consector/" class="post post-page current-item"><span property="name">Consector</span></a><meta property="position" content="3"></span></div>

您可以 google 在 Google 搜索中查看我的面包屑:site:omdömen.se inurl:consector

Google 的文档说 about breadcrumbs:

The breadcrumb trail may include or omit a breadcrumb for the page on which it appears.

该文档不包含其搜索结果功能的屏幕截图,但我的猜测是 Google 搜索在两种情况下以相同的方式显示它:没有当前页面的条目。

在搜索结果片段的面包屑路径中显示当前页面的 link 没有多大意义,因为主要的 link(即搜索结果本身),嗯, 已经 link 了。

根据 the comments in this question's answers,显然如果您不在最后一个项目(当前页面)上放置 itemid,它现在将会显示。 :)

Similarly,您可以删除第一个项目(主页)的 itemid 或 url 以防止像 "www.example.com > Home > My page".

这样的冗余显示