Skip to main content

OG Image Generator

Create a 1200x630 social preview image for blog posts, product pages, docs, launches, and link shares.

Runs entirely in your browser. No uploads, accounts, or watermarks.

Meta tags

Host the downloaded image at the URL below, then paste one of these snippets into your site.

HTML

<meta property="og:image" content="https://convertyard.com/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://convertyard.com/og-image.png" />

Next.js

export const metadata = {
  openGraph: {
    images: [{ url: 'https://convertyard.com/og-image.png', width: 1200, height: 630 }],
  },
  twitter: {
    card: 'summary_large_image',
    images: ['https://convertyard.com/og-image.png'],
  },
}

Start with the headline

Use the page title or launch message. Keep it under 80 characters when possible so previews stay readable.

Keep the edges clean

Important text should stay inside the visible safe area. Social apps may crop tight borders in compact feeds.

Paste complete tags

Use both Open Graph and Twitter tags. That covers link previews in feeds, chat apps, docs, and team tools.

Frequently asked questions