gpt4 book ai didi

seo - RDFa 面包屑在 Google SERP 中未按预期工作

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:31:28 28 4
gpt4 key购买 nike

与 URL View 相比,结构化数据测试工具是否曾在 HTML View 中显示不同的 RDF 面包屑片段?

对我的页面使用 URL View 时,例如 www.springboardseo.com/resources/what-is/robots-txt.html 片段显示为:www.springboardseo.com › 资源 › 词汇表 › R :however,

当使用 HTML View 时,粘贴整个页面的 html,片段会正确显示,如:www.example.com › Resources › Glossary › R › Robots.txt

我在页面上的标记是:

<div xmlns:v="http://rdf.data-vocabulary.org/#">
<span typeof="v:Breadcrumb">
<a href="http://www.springboardseo.com/" rel="v:url" property="v:title">
Home
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.springboardseo.com/resources/" rel="v:url" property="v:title">
Resources
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.springboardseo.com/resources/glossary/" rel="v:url" property="v:title">
Glossary
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.springboardseo.com/resources/glossary/r.html" rel="v:url" property="v:title">
R
</a> ›
</span>
<span typeof="v:Breadcrumb" class="breadcrumbDest">
<a href="http://www.springboardseo.com/resources/what-is/robots-txt.html" rel="v:url" property="v:title">
Robots.txt
</a>
</span>
</div>

最佳答案

我的猜测是,在 HTML 模式下,它纯粹是在查看代码的含义。

这与它在 SERPS 中解释信息的方式完全不同。

其中大部分将基于用户查询。

例如,如果用户搜索“robots.txt”,他们会在页面标题中看到 Robots.txt。

因此,面包屑不需要包含用户查询,因为它们最好显示在 SERPS 中的实际标题中。

但是,如果他们搜索恰好在此页面上提到的相关术语,并且可以以更相关的方式来匹配他们的查询,他们可能会显示面包屑的 robots.txt 部分。

简单来说,如果他们专门搜索 robots.txt,Google 会在标题中显示它,如果他们正在搜索类似的内容,但有更合适的标题,他们会在标题中显示 robots.txt面包屑。

关于seo - RDFa 面包屑在 Google SERP 中未按预期工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23174208/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com