OGKit

规则 / og-title-missing · 规则集 2026-07

缺少 og:title

错误og-title-missing
规则 IDog-title-missing
严重程度错误
分类必需标签
平台全部平台
需要人工处理

这是什么

缺少 og:title。OGKit 规则 og-title-missing(错误)。该 ID 是文档网址与 CI --disable 键使用的公开 API,请勿改名。

以下搜索词应指向本页:

  • Required tag og:title is missing
  • missing og:title
  • no og:title

为什么重要

多数平台把 og:title 作为卡片标题;缺失时会回退到 title 或裸 URL。

受影响的平台

全部 OGKit 平台资料,包括使用这些标签的主要社交、聊天与搜索爬虫。

各平台的爬虫预算与字段优先级详见平台行为参考

如何复现

  1. Open the page and View Source (not DevTools Elements after load).
  2. Search for `property="og:title"`. If absent or content is empty, this rule fires.
  3. Confirm with: `curl -sL URL | grep -i og:title`

如何修复

添加简洁、面向读者的专用分享标题,而不是堆砌 SEO 关键词。

修复示例:

<meta property="og:title" content="Your share headline" />