seoseosocialhtml

Meta Tags Generator

Generate Open Graph and Twitter Card meta tags with a live preview of how your page will appear when shared.

Free tool
Runs in browser
No data stored
Meta Tags Generator
69/160 characters
Preview (Social Share)
No image

example.com

My Awesome Page

A brief description of my page for search engines and social sharing.

HTML Meta Tags
<!-- Primary Meta Tags -->
<title>My Awesome Page</title>
<meta name="description" content="A brief description of my page for search engines and social sharing.">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://example.com">
<meta property="og:title" content="My Awesome Page">
<meta property="og:description" content="A brief description of my page for search engines and social sharing.">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://example.com">
<meta property="twitter:title" content="My Awesome Page">
<meta property="twitter:description" content="A brief description of my page for search engines and social sharing.">

Why meta tags matter

When someone shares your URL on Facebook, Twitter, Slack, or LinkedIn, the platform reads your Open Graph and Twitter Card meta tags to build the preview card. Without them, the platform guesses — and the result is usually a broken-looking share with no image, a truncated title, or your domain name as the description. Proper meta tags give you control over exactly how your content appears when shared, which directly affects click-through rates.

Open Graph vs Twitter Cards

Open Graph tags (prefixed og:) were created by Facebook and are now used by most platforms — LinkedIn, Discord, Slack, Pinterest, and others all read them. Twitter has its own twitter:card tags but falls back to Open Graph if Twitter-specific tags are missing. In practice, you need both: set your Open Graph tags as the baseline and add twitter:card plus twitter:site for Twitter-specific control. The og:image should be at least 1200x630 pixels for crisp rendering on high-density displays.

Related Tools