Create Open Graph (Facebook, LinkedIn, WhatsApp) meta tags so your links look great when shared.
18 characters
86 characters
Absolute URL to a 1200×630 image (recommended).
Format: language_TERRITORY (e.g. en_US, fr_FR)
Include the leading @
<meta property="og:title" content="My Awesome Article">
<meta property="og:description" content="A short, compelling description that shows up when the link is shared on social media.">
<meta property="og:image" content="https://example.com/og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Description of the image">
<meta property="og:url" content="https://example.com/article">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Example Site">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="My Awesome Article">
<meta name="twitter:description" content="A short, compelling description that shows up when the link is shared on social media.">
<meta name="twitter:image" content="https://example.com/og-image.jpg">
<meta name="twitter:site" content="@yourhandle">
<meta name="twitter:creator" content="@yourhandle">