Rules / og-url-missing · ruleset 2026-07
Missing og:url
| Rule id | og-url-missing |
|---|---|
| Severity | error |
| Category | Required tags |
| Platforms | all platforms |
| Needs human | no |
What this is
Missing og:url. OGKit rule og-url-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:url is missingmissing og:url
Why it matters
og:url is the canonical share identity. Without it, likes/shares may fragment across URL variants (http/https, trailing slash, tracking params).
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
- View Source for `property="og:url"`.
- Share the page on Facebook Sharing Debugger — identity may fragment without it.
How to fix
Set og:url to the absolute canonical HTTPS URL of this page (usually the same as link rel=canonical).
Example fix:
<meta property="og:url" content="https://example.com/page" />