【问题标题】:google rich-snippets won't recognize name谷歌丰富的片段不会识别名称
【发布时间】:2015-02-16 19:14:58
【问题描述】:

Google 可以识别我的所有 itemprops,除了 name 的那个。但我在那里没有做任何不同的事情。您知道可能缺少什么吗?

<div id="itemAll" itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <span id='myId' itemprop='name'>Product</span> </div>

【问题讨论】:

    标签: rich-snippets google-rich-snippets


    【解决方案1】:

    试试改成双引号“”

    <span id="myId" itemprop="name">Product</span>
    

    并将产品名称与此架构链接

    <a itemscope itemtype="http://schema.org/Product" href="/product/url"> Product title</a>
    

    或者你可以使用谷歌的微数据标记工具

    https://www.google.com/webmasters/markup-helper

    【讨论】:

    猜你喜欢
    • 2015-10-14
    • 2014-09-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-02-04
    • 1970-01-01
    • 2016-12-11
    相关资源
    最近更新 更多