Developer SEO Utility
Open Graph Preview
Enter a title, description, URL, and featured image URL to preview social sharing cards for KakaoTalk, Facebook, and Twitter, then generate OG/Twitter meta tags.
Open Graph Information
Enter the title, description, URL, and featured image information used for the sharing preview.
0/60 chars recommended
0/150 chars recommended
Used for og:url and twitter:url.
Used for og:image and twitter:image.
Used for og:site_name.
The type of shared content.
Share Preview
Check how the sharing card may appear on each platform.
Share description will appear here.
win-j.comShare description will appear here.
Share description will appear here.
https://example.com/page/Generated Result
Add the code below to the HTML head section.
Enter information and click the Generate OG Tags button.
Open Graph Checklist
The quality of a sharing preview depends on the title, description, image, and canonical URL settings.
This is the main title of the sharing card. Keep it short and clear because long titles may be truncated.
This appears in the description area of the sharing card. A concise page summary can help improve click-through rate.
This is the most visible image when a link is shared. A 1200×630px horizontal thumbnail is recommended.
Help
What is Open Graph Preview?
Open Graph Preview is a developer SEO utility that lets you preview link sharing cards shown on KakaoTalk, Facebook, Twitter, and similar platforms, then generate meta tags.
You can check how the share title, description, and featured image appear for blog posts, utility pages, landing pages, and product pages.
Recommended OG Image Size
- Recommended ratio: 1.91:1 horizontal image
- Example size: 1200 × 630px
- Place important text near the center area of the image.
- Use an absolute image URL that is accessible from outside.
Do Open Graph tags directly affect SEO?
Open Graph tags directly affect social and messenger sharing previews more than search rankings. A clear title, description, and image may increase the chance that users click the shared link.
Why does the image not update immediately in KakaoTalk?
KakaoTalk and social platforms may cache previously collected OG information. If a changed image is not reflected immediately, refresh the cache using each platform's sharing debugger.
Can og:image use a relative path?
It is better to use an absolute URL starting with https://. Relative paths may not be collected correctly by some platforms.
Are Twitter Card tags required?
Many platforms can show previews with Open Graph tags alone, but adding twitter:card, twitter:title, twitter:description, and twitter:image is recommended if you care about X/Twitter sharing quality.
Where should I add the generated tags?
Add the generated meta tags inside the HTML document's head section. In a Django template, manage them in the base template meta block or each page's SEO block.