Make Open Graph tags for Facebook and LinkedIn. It is completely free and very easy to use.
Loading tool...
Tags that control what your website looks like when someone shares a link on Facebook or LinkedIn.
The Open Graph Generator creates social share metadata compliant with the Facebook Open Graph protocol, optimizing link previews when shared on Facebook, LinkedIn, Discord, and Slack.
Generates `<meta property="og:...">` tags including `og:title`, `og:description`, `og:image`, `og:url`, `og:type` (website, article, product), `og:site_name`, and image dimension tags (`og:image:width`, `og:image:height`).
Title: "Mastering Cron", URL: "https://example.com/guide", Image: "https://example.com/og.png"<meta property="og:type" content="article" />
<meta property="og:title" content="Mastering Cron" />
<meta property="og:url" content="https://example.com/guide" />
<meta property="og:image" content="https://example.com/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />Defines the standard Open Graph entity schema required for rich preview card expansion.
The industry standard Open Graph image dimension is 1200 × 630 pixels (a 1.91:1 aspect ratio). This resolution guarantees sharp display across high-DPI screens on Facebook, LinkedIn, and messaging applications without cropping.
Social platforms aggressively cache Open Graph metadata upon first crawl. You can use the Facebook Sharing Debugger or LinkedIn Post Inspector to force their crawlers to refresh the cached image and preview data.
Twitter (X) crawler is built to fall back to standard Open Graph tags (og:title, og:description, and og:image) if specific twitter:card tags are not present.