OGKit

Rules / og-url-missing · ruleset 2026-07

Missing og:url

errorog-url-missing
Rule idog-url-missing
Severityerror
CategoryRequired tags
Platformsall platforms
Needs humanno

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 missing
  • missing 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

  1. View Source for `property="og:url"`.
  2. 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" />