2012-03-22 71 views
1

阅读下面是meta标签我使用谷歌,加上谷歌加不meta标签

<html itemscope itemtype="http://schema.org/Watch Movies Online"> 
    <meta itemprop="name" content="Watch Movies"/> 
    <meta itemprop="description" content="Watch Movies Online"> 
    <meta itemprop="image" content="https://www22.verizon.com/images/biglogo.gif" /> 

我看到他们在查看页面的源。当我实际点击G +按钮时,它不会读取这里的值。无法找出我失踪的东西..请建议我...

回答

3

您指定的itemtype看起来不是有效的。请注意,您只能使用schema.org指定的类型。请将类型更改为有效的类型,然后重试。

除此之外,如果您可以指定您的网站的网址无效,那就太好了。此外,您可以使用Google Rich Snippets testing tool来测试您的网站。这可能有助于追踪您遇到的问题。

1

你必须在文件的顶部添加下面的代码片段或添加到您的定义:

<html itemscope itemtype="http://schema.org/**yourschematypegoeshere**"> 

如果你有其中之一,http://schema.org/docs/full.html替换“yourschematypegoeshere”。