Generate OG
Create stunning Open Graph images for your website in seconds.
We're currently in free public beta. Get started today and help us improve.
In the future we will require you to verify ownership of your domain. Notice for this requirement will be given to those who sign up below.
How it works
// Point the og:image meta tag to our API with your site's current URL
// including "https://"
<meta property="og:image" content="https://www.generateog.com/api/og/<current-url>" />
// Create a meta tag "generateog:image" that points to your image
<meta property="generateog:image" content="https://<your-domain>/og-image.png" />
// We will fetch this image, together with the title and description of your site
// That's it!
// Optional parameters:
// width: The width of the image (default: 1200)
// height: The height of the image (default: 630)
// imageUrl: The URL of the image to use (default: "generateog:image" meta tag)