首页 > 解决方案 > Facebook Bug 解码器 - 图像元数据正在获取“不是有效的 URL”。错误

问题描述

图像元数据正在获取“不是有效的 URL”。错误

这是代码

<meta property="og:title" content="The Separation Club">
<meta property="og:description" content="Your separation journey begins here.">
<!-- <meta property="og:image" content="http://www.theseparationclub.com/images/elisabeth-option1.jpg"> -->
<meta property="og:url" content="https://theseparationclub.com">
<meta property="og:image:url" content="{% static 'https://www.theseparationclub.com/images/elisabeth-option1-crop.jpg' %}"/>
<meta property="og:image:secure_url" content="{% static 'https://www.theseparationclub.com/images/elisabeth-option1-crop.jpg' %}"/>
<meta property="og:type" content="website" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="600"/>
<meta property="og:image:height" content="600"/>

该 url 将在浏览器中打开图像,因此它是有效的。知道为什么这可能不起作用吗?

标签: htmlmetadata

解决方案


推荐阅读