Google plus 谷歌+;代码段描述

Google plus 谷歌+;代码段描述,google-plus,social-networking,schema.org,rich-snippets,Google Plus,Social Networking,Schema.org,Rich Snippets,因此,我正试图让我的页面准备好在社交网络上共享Twittercards与Twittermeta标记配合良好Facebookliking/sharing与opengraphicsmeta标记配合得很好。但是Google+,出于某种原因,它只是拉取图像和标题,但出于某种原因,它并没有拉取描述。这里到底出了什么问题 <!doctype html> <html itemscope itemtype="http://schema.org/Article"> <head>

因此,我正试图让我的页面准备好在社交网络上共享
Twitter
cards与
Twitter
meta标记配合良好
Facebook
liking/sharing与opengraphicsmeta标记配合得很好。但是
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>

多元婚姻辩论

您可以在此处看到Google将如何使用富代码片段工具查看您的网站:

谷歌正在推动将元数据作为标准机制嵌入到Web上,然而,如果OpenGraph可用,Google+可以回退到OpenGraph。顺便说一句,当我把上面的代码片段放到我们的工具中时,我得到了正确的输出


您看到的更有可能是最近网站重新设计的一个元素,我们的代码片段不再显示描述。我不完全清楚为什么会做出这样的决定,但这是出于设计。

是的,我之前使用过这个工具,得到了与您相同的结果。这让我更加困惑。因此,我从你对Google+删除片段描述的回应中猜测,我正在经历的是新的规范,这就是它实际应该是什么样子?@TheDukeOfMarshall是的,根据当前的实现,它的行为肯定是正确的。