规则 / og-image-not-https · 规则集 2026-07
og:image 不是 HTTPS
| 规则 ID | og-image-not-https |
|---|---|
| 严重程度 | 错误 |
| 分类 | 图片 |
| 平台 | 全部平台 |
| 需要人工处理 | 否 |
这是什么
og:image 不是 HTTPS。OGKit 规则 og-image-not-https(错误)。该 ID 是文档网址与 CI --disable 键使用的公开 API,请勿改名。
以下搜索词应指向本页:
og:image is not HTTPSog:image uses HTTPmixed content og:image
为什么重要
现代平台会拒绝或降级非 HTTPS 图片,混合内容也会破坏预览。
受影响的平台
全部 OGKit 平台资料,包括使用这些标签的主要社交、聊天与搜索爬虫。
各平台的爬虫预算与字段优先级详见平台行为参考。
如何复现
- Confirm og:image uses `http://` (or a non-HTTP scheme) instead of `https://`.
如何修复
通过 HTTPS 提供分享图并更新 Meta 标签。
修复示例:
<meta property="og:image" content="https://cdn.example.com/og.jpg" />