Optimize how your site appears when shared on Facebook, Twitter, LinkedIn and other social platforms with Open Graph and Twitter Cards.
When someone shares your page on social media, Open Graph and Twitter Cards tags determine how the shared link appears: title, description, image, etc.
Well-optimized social sharing increases click-through rate by 200-300% compared to a poorly configured link. It's free traffic you can capture with just a few lines of code.
Open Graph is a protocol created by Facebook that lets you control how your content appears when shared on Facebook, LinkedIn, Pinterest and most messaging apps.
YOUR-SITE.COM
og:description - Your captivating description that makes people want to click...
<meta property="og:type" content="website">
<meta property="og:url" content="https://your-site.com/page">
<meta property="og:title" content="Page Title">
<meta property="og:description" content="Description">
<meta property="og:image" content="https://your-site.com/image.jpg">
Twitter Cards lets you customize how your links appear when shared on Twitter/X. There are several card types, the most popular being summary_large_image.
twitter:description - Short description...
your-site.com
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page Title">
<meta name="twitter:description" content="Description">
<meta name="twitter:image" content="https://your-site.com/image.jpg">
Use a unique image per page
Create specific images for each important page
Include text on the image (sparingly)
A short title can improve understanding
Test your tags before publishing
Use Facebook and Twitter debug tools
Use absolute URLs
Always include the protocol (https://)
Our tool automatically analyzes your social tags and indicates whether they're correctly configured for optimal sharing.