Facebook graph api Facebook调试器可以';找不到我的og:图像

Facebook graph api Facebook调试器可以';找不到我的og:图像,facebook-graph-api,facebook-opengraph,Facebook Graph Api,Facebook Opengraph,Facebook似乎找不到我在meta-og:image中传递的值 网址是: 调试器,即使在我回忆起来之后,我仍然有一个警告 The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags. 我做错了什么?我觉得它上周起作用了…您当前的标签有效。问题在于缓存,无论是在他们这边,还是在你这边,或者介于两者之间,因为他们无法获取你站点的当前版本 我还在Fac

Facebook似乎找不到我在meta-og:image中传递的值

网址是:

调试器,即使在我回忆起来之后,我仍然有一个警告

The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.

我做错了什么?我觉得它上周起作用了…

您当前的标签有效。问题在于缓存,无论是在他们这边,还是在你这边,或者介于两者之间,因为他们无法获取你站点的当前版本

我还在Facebook调试器中检查了你的页面,发现他们使用的是你页面的过时版本。他们为您的链接收集的结果在此处可用:(访问此链接的链接位于调试器页面底部)

编写此消息时,代码如下所示:

<!DOCTYPE html>
<html><body>
<p>tyle="height:100%"&gt;

</p>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-109094225-1"></script><script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'UA-109094225-1');
    </script><meta name="description" content="Glouton est un moteur de recherche intelligent qui permet de trouver des recettes par mot cl&eacute; ou ingr&eacute;dient. Des nouvelles recettes sont index&eacute;es automatiquement chaque jour.">
<meta charset="utf-8">
<meta property="og:url" content="https://glouton.ca">
<meta property="og:type" content="website">
<meta property="og:title" content="Glouton, les meilleures recettes du Qu&eacute;bec">
<meta property="og:description" content="Glouton est un moteur de recherche intelligent qui permet de trouver des recettes par mot cl&eacute; ou ingr&eacute;dient. Des nouvelles recettes sont index&eacute;es automatiquement chaque jour.">
<meta property="og:image" content="https://glouton.ca/site/images/social.png">

tyle=“高度:100%”

window.dataLayer=window.dataLayer | |[]; 函数gtag(){dataLayer.push(参数);} gtag('js',新日期()); gtag(“配置”、“UA-109094225-1”);

由于文件中有这么多错误,难怪他们的解析器不能正确地找到
og:image
。你应该在一段时间后再次查看它。

一些早期的
meta
标记不是自动关闭的。也许这是相关的?@Protectator我刚刚纠正了,没有结果(