上下文: 我博客中的每篇文章实际上都是一篇餐厅评论。经典餐厅评论页面包含一个带有 的 slider 标签。我的侧-6ren">
gpt4 book ai didi

html - Google Share Button 从页面抓取所有图像

转载 作者:可可西里 更新时间:2023-11-01 12:59:13 26 4
gpt4 key购买 nike

我的目标是使用谷歌分享按钮让人们分享我博客的内容。我在这里使用了谷歌分享片段:

<a target="_blank" href="https://plus.google.com/share?url=<? echo $permalink; ?>"><i class="fa fa-google-plus" aria-hidden="true"></i></a>

上下文:

我博客中的每篇文章实际上都是一篇餐厅评论。经典餐厅评论页面包含一个带有 <img> 的 slider 标签。我的侧边栏还包含一个带有 <img> 的 slider 最近帖子的标签。为了自定义我的 Facebook 分享按钮,我使用 Open Graph 标签,如下所示:

<link rel="canonical" href="http://grain2sel.fr/france/iledefrance/paris/mamie-burger" />
<link rel="publisher" href="https://plus.google.com/u/0/108380150528993749302"/>
<meta property="og:locale" content="fr_FR" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Mamie Burger - Grain2Sel" />
<meta property="og:description" content="Est-ce que votre grand-mère vous fait souvent des Burgers ? Moi j’ai trouvé la grand-mère à la pointe de la modernité et des..." />
<meta property="og:url" content="http://grain2sel.fr/france/iledefrance/paris/mamie-burger" />
<meta property="og:site_name" content="Grain2Sel" />
<meta property="article:publisher" content="https://www.facebook.com/grain2sel.fr/" />
<meta property="article:tag" content="Américain" />
<meta property="article:tag" content="Burger" />
<meta property="article:tag" content="En famille" />
<meta property="article:section" content="Paris" />
<meta property="article:published_time" content="2014-12-11T12:28:44+01:00" />
<meta property="article:modified_time" content="2017-03-13T15:01:40+01:00" />
<meta property="og:updated_time" content="2017-03-13T15:01:40+01:00" />
<meta property="fb:app_id" content="238884123187421" />
<meta property="og:image" content="http://grain2sel.fr/wp-content/uploads/2017/03/Mamie_burger_1-1280x720.jpg" />
<meta property="og:image:width" content="870" />
<meta property="og:image:height" content="489" />

从我读到的内容来看,我恰恰需要谷歌:

<meta property="og:title" content="Mamie Burger - Grain2Sel" />
<meta property="og:description" content="Est-ce que votre grand-mère vous fait souvent des Burgers ? Moi j’ai trouvé la grand-mère à la pointe de la modernité et des..." />
<meta property="og:image" content="http://grain2sel.fr/wp-content/uploads/2017/03/Mamie_burger_1-1280x720.jpg" />

问题:

虽然标题和描述很好地显示在共享弹出框中,但我页面中的所有图像也被放入。提供的第一张图片是 og 标签中的图片。然后是餐厅 slider 中的所有图像,最后是最近发布的 slider 中的所有图像。那些最后的图片在这里显然不需要,因为它们与当前文章无关。

详细信息:

我也尝试使用 schema.org 标签,但没有任何改进。

问题:

Is it possible to force the sharer to only use the image I chose with og tag ?

_

or is it possible to remove the other images from the parsing of the sharer ?

非常感谢您的帮助!

最佳答案

您不能告诉 Google+ 排除图片。如果您不希望图像成为一个选项,您将不得不不将其包含在 HTML 响应中。你应该使用 +Snippets告诉 Google+ 您希望使用哪些图片,但 Google+ 不保证会使用哪一张。

关于html - Google Share Button 从页面抓取所有图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42820821/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com