Rules / og-title-missing · ruleset 2026-07
Missing og:title
| Rule id | og-title-missing |
|---|---|
| Severity | error |
| Category | Required tags |
| Platforms | all platforms |
| Needs human | no |
What this is
Missing og:title. OGKit rule og-title-missing (error). The id is a public API for the docs URL and CI --disable key; do not rename it.
Search phrases that should land on this page:
Required tag og:title is missingmissing og:titleno og:title
Why it matters
Most platforms use og:title as the card headline. Without it they fall back to <title> or the bare URL, which looks unprofessional in feeds.
Which platforms are affected
All OGKit platform profiles, including major social, chat, and search crawlers that consume these tags.
Platform-specific crawler budgets and field priority live in the platform behaviour reference.
How to reproduce
- Open the page and View Source (not DevTools Elements after load).
- Search for `property="og:title"`. If absent or content is empty, this rule fires.
- Confirm with: `curl -sL URL | grep -i og:title`
How to fix
Add a dedicated share title with <meta property="og:title" content="...">. Prefer a concise, human headline rather than a SEO keyword string.
Example fix:
<meta property="og:title" content="Your share headline" />