【发布时间】:2019-05-02 12:12:52
【问题描述】:
我这辈子都想不通。以下站点托管在 Netlify 上并启用了预渲染。检查页面时,所有 OG 标签都是正确的。这些标签是使用 react-helmet 注入的。
https://browniepoints.africa/opportunities/volunteer-at-a-soup-kitchen-every-week-on-thursdays
在 Facebook 调试器上抓取上述 URL 时,它会响应:
The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id
应该存在的唯一一个错误/警告是app_id,我不在乎。
我已经等待了超过 48 小时来清除缓存,我尝试使用附加到 URL 的查询字符串进行抓取,并且图像具有绝对 URL。但即使是描述标签也没有通过。
使用 react-helmet 和 Netlify 的人能否明确说明这个问题?
【问题讨论】:
标签: prerender netlify facebook-opengraph react-helmet