所以我试图让我的页面准备好在社交网络上分享。使用Twitter
元标记,Twitter
卡可以正常使用。 Facebook
喜欢/分享正在使用开放图形元标记。但Google+
由于某种原因,只是拉动图像和标题,但出于某种原因并没有拉动描述。世界上到底出了什么问题?
<!doctype html>
<html itemscope itemtype="http://schema.org/Article">
<head>
<meta itemprop="name" content="Plural Marriage Debate">
<meta itemprop="description" content="Debate on the subject of plural marriage between Todd D. Webb and Allen W. McDaniel">
<meta name="description" content="Debate on the subject of plural marriage between Todd D. Webb and Allen W. McDaniel">
<meta itemprop="publisher" content="My Company Inc">
<meta itemprop="image" content="http://www.example.com/20130124_224507.jpg">
<meta itemprop="image" content="http://www.example.com/156.jpg">
<!-- Facebook Meta Tags -->
<meta property="fb:app_id" content="####****####***" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Plural Marriage Debate" />
<meta property="og:site_name" content="My Company Inc"/>
<meta property="og:image" content="http://www.example.com/20130124_224507.jpg" />
<meta property="og:description" content="Debate on the subject of plural marriage between Todd D. Webb and Allen W. McDaniel" />
<meta property="og:url" content="http://www.example.com/video.php">
<!-- Twitter card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ScreenName">
<meta name="twitter:title" content="Plural Marriage Debate">
<meta name="twitter:description" content="Debate on the subject of plural marriage between Todd D. Webb and Allen W. McDaniel">
<meta name="twitter:creator" content="@ScreenName">
<meta name="twitter:image" content="http://www.example.com/20130124_224507.jpg">
<meta name="twitter:domain" content="http://www.example.com/video.php">
<title>Plural Marriage Debate</title>
答案 0 :(得分:2)
您可以在此处查看Google如何使用Rich Snippets工具查看您的网站:http://www.google.com/webmasters/tools/richsnippets
Google正在推动WebSchemas作为在网络上嵌入元数据的标准机制,但是,如果可以使用的话,Google +可以回退到OpenGraph。顺便提一下,当我将上面的代码段放到我们的工具中时,我得到了正确的输出。
您更有可能看到的是最近网站重新设计的一个元素,我们的代码段不再显示描述。我不完全确定为什么做出这个决定,但这是设计的。