微数据架构人员不显示谷歌片段

时间:2015-06-08 14:52:32

标签: google-search schema.org microdata google-rich-snippets

我想创建一个关于我的页面,并让它显示谷歌搜索结果的片段,例如像Linkedin一样(我的意思是关于个人资料的位置,工作等的浅灰色字符串)

enter image description here

我尝试使用架构“人”创建一些页面,但页面没有显示片段...我使用了他们网站上的示例架构人员代码:https://schema.org/Person#eg-1(微数据),只更改了一点名字之类的东西:

<div itemscope itemtype="http://schema.org/Person">
    <span itemprop="name">Jane Doe</span>
    <img src="janedoe.jpg" itemprop="image" alt="Photo of Jane Joe" />
    <span itemprop="jobTitle">Professor</span>
    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
        <span itemprop="streetAddress">
      20341 Whitworth Institute
      405 N. Whitworth
    </span>
        <span itemprop="addressLocality">Seattle</span>,
        <span itemprop="addressRegion">WA</span>
        <span itemprop="postalCode">98052</span>
    </div>
    <span itemprop="telephone">(425) 123-4567</span>
    <a href="mailto:jane-doe@xyz.edu" itemprop="email">
    jane-doe@xyz.edu</a> Jane's home page:
    <a href="http://www.janedoe.com" itemprop="url">janedoe.com</a> Graduate students:
    <a href="http://www.xyz.edu/students/alicejones.html" itemprop="colleague">
    Alice Jones</a>
    <a href="http://www.xyz.edu/students/bobsmith.html" itemprop="colleague">
    Bob Smith</a>
</div>

但他们没有显示任何轻微的字符串......

理论上如果我复制显示那些丰富网页摘要的某个网页的源代码,我应该能够在我的网页上设置这些网页摘要:但我认为如果我也这样做,那么拥有完全相同的代码,我的网站他们不会工作,也许还有其他我不知道的东西?

2 个答案:

答案 0 :(得分:1)

Google搜索不为个人提供Rich Snippets(根据their documentation)。

他们对已审核Products,撰写Recipes和撰写Reviews/Ratings的Rich片段可能会引用Person

(即使Google搜索支持Person Rich Snippet,请注意Google绝不会保证显示结果的Rich Snippet。)

答案 1 :(得分:1)

您是否使用Google Structured data testing tool

测试了您的网页

您是否检查过Google在Google Webmaster Tools的最后一页将此页编入索引?您是否检查过Google网站站长工具中是否显示任何结构化数据错误?

请注意,Google可能需要几周的时间才会对包含结构化数据的网页进行索引,然后才能真正开始在搜索结果中显示结果数据。 Google也不保证他们在您网站上找到的任何结构化数据都会显示在搜索结果中。