OGKit

Rules / og-url-not-https · ruleset 2026-07

og:url is not HTTPS

warningog-url-not-https
Rule idog-url-not-https
Severitywarning
CategoryPlatform and crawl
Platformsall platforms
Needs humanno

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 HTTPS
  • og: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

  1. 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" />