我正在尝试获取Google+分享链接以显示图像以及个性化内容,但它确实不适合我,这让我发疯;这应该是一项基本任务。
我在Google+上使用了丰富的代码段生成器生成了一些元标记,但我的共享链接没有获取任何数据。
我做错了什么?它没有显示我在Google plus分享链接中链接的说明或图片。
谢谢
<!-- Update your html tag to include the itemscope and itemtype attributes. -->
<html itemscope itemtype="http://schema.org/Article">
<!-- Add the following three tags inside head. -->
<meta itemprop="name" content="Tamar">
<meta itemprop="description" content="dioshiofdhwai">
<img itemprop="image" src="www.onthisdayindigital.com/image1.png" />
<head>
<title>Tamar SEO, Social & Mobile | OnThisDayInDigital</title>
<link rel="stylesheet" type="text/css" href="design.css" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
<link href="/icon.gif" type="image/ico" rel="icon">
<link rel="image_src" href="/icon.gif" />
<!-- Place this tag where you want the share button to render. -->
<div class="g-plus" data-action="share"></div>
<!-- Place this tag after the last share tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</head>
</html>
答案 0 :(得分:0)
我不确定这是什么问题,但我会指出你没有把它们放在head
标签中,因为评论说你应该这样做。你把它放在标签前面。
尝试在标签内移动它,看看它是否有效。
答案 1 :(得分:0)
我想出来了,Google+服务真的很慢。 我今天早上登录检查我的网站,它正在提取正确的数据。
您可以使用链接测试参数https://developers.facebook.com/tools/debug/
我期待更多来自谷歌。