【问题标题】:Google Rich Snippets Testing Tool "This page does not contain authorship or rich snippet markup" errorGoogle Rich Snippets 测试工具“此页面不包含作者身份或 Rich Snippets 标记”错误
【发布时间】:2012-09-04 15:32:00
【问题描述】:

我正在尝试使用 google sn-ps 测试工具测试下面的 sn-p,但我得到的只是“此页面不包含作者身份或丰富的 sn-p 标记”,而且任何想法都变得非常烦人问题??

<div itemscope itemtype="http://data-vocabulary.org/Organization">
<span itemprop="name">Linas</span>
Located at<span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address">
<span itemprop="street-address">Plaza Hotel</span>,
<span itemprop="region">Hamra</span>,
<span itemprop="locality">Beirut</span>,
<span itemprop="country-name">Lebanon</span>,
</span>Phone: <span itemprop="tel">9611751244</span>.
<a href="http://www.linaslb.com" itemprop="url">http://www.linaslb.com</a>.
</div>

【问题讨论】:

    标签: seo


    【解决方案1】:

    您可能想尝试使用 schema.org 作为您的项目类型来源,而不是 data-vocabulary.org。我将以下内容粘贴到 http://www.google.com/webmasters/tools/richsnippets 中,它似乎可以工作。

    <div itemscope itemtype="http://schema.org/Organization">
    <span itemprop="name">Linas</span>
    Located at<span itemprop="address" itemscope itemtype="http://schema.org/Address">
    <span itemprop="street-address">Plaza Hotel</span>,
    <span itemprop="region">Hamra</span>,
    <span itemprop="locality">Beirut</span>,
    <span itemprop="country-name">Lebanon</span>,
    </span>Phone: <span itemprop="tel">9611751244</span>.
    <a href="http://www.linaslb.com" itemprop="url">http://www.linaslb.com</a>.
    </div>
    

    【讨论】:

    • 谢谢你。在我的一天重新开始之后,我意识到今天早上:)。干杯
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多