Google +分享不接受描述


Google Plus Share does not take description

我使用OG协议进行google共享。

在<标题>标签。

<meta property="og:url" content="http://goo.gl/oUpJs1" />
<meta property="og:title" content="SA Test Lesson 14092015 04" />
<meta property="og:site_name" content="TappnEd" />
<meta property="og:description" content="this is description." />
<meta property="og:image" content="http://a35080557e7a03b9f1f1-86aee789662273f4e4ffb1bc62c5c3ee.r62.cf3.rackcdn.com/11442230240.png" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="320" />
<meta property="og:image:height" content="240" />
<meta property="og:type" content="article" />

当我点击https://plus.google.com/share?url=http://goo.gl/WpBlt2时,它显示所有相关信息,但缺少描述。

谁能告诉我应该怎么解决这个问题?

添加一个简单的:

<meta name="description" content="your description..." />

google会考虑的

或使用schema.org标记(不要忘记也修改您的HTML标记)

<html itemscope itemtype="http://schema.org/Article">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="The Name or Title Here">
<meta itemprop="description" content="This is the page description">
<meta itemprop="image" content="http://www.example.com/image.jpg">