我已将meta标记包含在页面的head部分中
Og:url
Og:image
像这样:
<title>villas</title>
<meta property="og:url" content="https://louverturetravels.com/h/villas/v/i/villas/store_systeme144.html?NxTy=110464" />
<meta property="og:image" content="http://louverturetravels.com/h/villas/dx577khz83dc.cloudfront.net/3330/280a471c-2661-4dd5-b8e5-6fc6876654fd.jpg" />
<meta property="og:image:secure_url" content="https://louverturetravels.com/h/villas/dx577khz83dc.cloudfront.net/3330/280a471c-2661-4dd5-b8e5-6fc6876654fd.jpg" />
在调试器中 - 详细说明的URL - 查看我们的刮刀所看到的内容 你的网址
现在,当我按照抓取的网址时 - 我可以清楚地看到图片标记。 像这样:
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --><title>villas</title>
<meta property="og:url" content="https://louverturetravels.com/h/villas/v/i/villas/store_systeme144.html?NxTy=110464">
<meta property="og:image" content="http://louverturetravels.com/h/villas/dx577khz83dc.cloudfront.net/3330/280a471c-2661-4dd5-b8e5-6fc6876654fd.jpg">
<meta property="og:image:secure_url" content="https://louverturetravels.com/h/villas/dx577khz83dc.cloudfront.net/3330/280a471c-2661-4dd5-b8e5-6fc6876654fd.jpg">
基于原始标记,我们构建了以下Open Graph属性。 所有属性如
OG:url
OG:type
OG:title
OG:description
所有都被正确检索,除了
OG:image
。
我错过了什么吗?