Guide

Open Graph meta tags

Minimum viable share tags for most sites:

<meta property="og:title" content="Your title" />
<meta property="og:description" content="One sentence." />
<meta property="og:image" content="https://example.com/card.png" />
<meta property="og:url" content="https://example.com/page" />
<meta name="twitter:card" content="summary_large_image" />

Image should be 1200×630. Create one in the generator or via API.