我正在使用OG协议进行谷歌分享。
在<中添加了以下元标记。头>标签
<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时,它会显示所有相关信息,但会错过说明。
有人可以建议应该解决的问题。
答案 0 :(得分:0)
添加一个简单的:
<meta name="description" content="your description..." />
谷歌会考虑到它
OR 使用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">