2012-03-22 69 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」。