我目前正在尝试在我的网页中实现 RDFa 面包屑。我认为我在一个页面上正确地遵循了多个面包屑的示例,但是在测试工具和搜索结果中,面包屑没有按预期处理(被提取,但没有显示面包屑)。
你能不能给我一个提示我做错了什么。
谢谢。
<div class="breadCrumb">
<span typeof="v:Breadcrumb">
<a href="/" ref="v:url" property="v:title">Algoritmy.net</a> >
<span rel="v:child">
<span typeof="v:Breadcrumb">
<a ref="v:url" property="v:title" href="/category/39974/Mathematics">Mathematics</a> >
<span rel="v:child">
<span typeof="v:Breadcrumb">
<a ref="v:url" property="v:title" href="/category/48669/Primality">Primality</a> >
<span rel="v:child">
<span typeof="v:Breadcrumb">
<a href="/article/47455/Rabin-Miller-test" ref="v:url" property="v:title">Rabin-Miller test</a>
</span>
</span>
</span>
</span>
</span>
</span>
</span>
</div>