Rules / og-url-not-https · ruleset 2026-07
og:url is not HTTPS
| Rule id | og-url-not-https |
|---|---|
| Severity | warning |
| Category | Platform and crawl |
| Platforms | all platforms |
| Needs human | no |
What this is
og:url is not HTTPS. OGKit rule og-url-not-https (warning). 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:
og:url is not HTTPSog:url uses HTTP
Why it matters
Share identity should be the HTTPS canonical. HTTP og:url splits engagement and may redirect awkwardly.
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
- Confirm og:url uses the `http://` scheme.
How to fix
Point og:url at the HTTPS canonical of the page.
Example fix:
<meta property="og:url" content="https://example.com/page" />