Meta Tag Generator (SEO + Open Graph + Twitter)

Build the full set of SEO, Open Graph, and Twitter Card meta tags from one form. Live preview of Google, Facebook, and Twitter cards. All client-side.

Runs in your browser — nothing uploaded
Page details
Google search result
example.com blog › perfect-sourdough
How to bake the perfect sourdough loaf
A beginner-friendly guide to baking sourdough at home — starter, dough hydration, fermentation, and a crisp golden crust.
Facebook / LinkedIn card
A golden sourdough loaf cooling on a wire rack.
example.com
How to bake the perfect sourdough loaf
A beginner-friendly guide to baking sourdough at home — starter, dough hydration, fermentation, and a crisp golden crust.
Generated meta tags
<title>How to bake the perfect sourdough loaf</title>
<meta name="description" content="A beginner-friendly guide to baking sourdough at home — starter, dough hydration, fermentation, and a crisp golden crust." />
<link rel="canonical" href="https://example.com/blog/perfect-sourdough" />
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#0F766E" />

<!-- Open Graph (Facebook, LinkedIn, Discord, Slack) -->
<meta property="og:title" content="How to bake the perfect sourdough loaf" />
<meta property="og:description" content="A beginner-friendly guide to baking sourdough at home — starter, dough hydration, fermentation, and a crisp golden crust." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://example.com/blog/perfect-sourdough" />
<meta property="og:site_name" content="Example Blog" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://example.com/og/sourdough.jpg" />
<meta property="og:image:alt" content="A golden sourdough loaf cooling on a wire rack." />

<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="How to bake the perfect sourdough loaf" />
<meta name="twitter:description" content="A beginner-friendly guide to baking sourdough at home — starter, dough hydration, fermentation, and a crisp golden crust." />
<meta name="twitter:image" content="https://example.com/og/sourdough.jpg" />
<meta name="twitter:site" content="@example" />
<meta name="twitter:creator" content="@example" />

Use this free meta tag generator to build a complete head block — standard SEO tags, Open Graph for Facebook and LinkedIn, and Twitter Card markup — from one short form. The Google search snippet and social card previews update live so you can fine-tune the title, description, and image before shipping.

Private by design — your data never leaves your device

How to use it

No account, no upload — it all happens on your device.

1
Fill in the page details on the left — title, description, canonical URL, image URL, and social handles.
2
Watch the Google search and social card previews update as you type, with character-count warnings for over-length titles and descriptions.
3
Click Copy all on the generated meta tags block.
4
Paste the block inside the <head> of your page.

The blocks this tool generates

What ends up in your <head> and who reads each section.

BlockWho reads itWhy it matters
title + descriptionGoogle, Bing, every other search engineSets the blue link and snippet in search results.
canonicalGoogle + AI crawlersTells crawlers which URL is the primary version when the same page lives at multiple paths.
robotsAll major crawlersControls whether the page can be indexed and whether links on it pass authority.
Open Graph (og:*)Facebook, LinkedIn, Discord, Slack, iMessageBuilds the link preview card. og:image is the single biggest CTR lever.
Twitter Card (twitter:*)Twitter / XRenders the post preview. summary_large_image gives the big edge-to-edge image; summary is the small thumbnail variant.
theme-colorMobile browsers, PWAsTints the browser chrome on Android Chrome and standalone PWAs.

Why the social card image is the single biggest lever

Click-through rates on social platforms are dominated by the link preview image. A unique, high-contrast 1200×630 image — ideally with the headline rendered into the image itself — beats a thumbnail cropped from the page hero by a wide margin. Keep one purpose-builtog:image per article and serve it from a static URL on your own CDN so platforms cache it once.

Validation and testing

After you ship the tags, confirm they parse.

  • Facebook Sharing Debugger — paste your URL, inspect the parsed og:* values, force a re-scrape if you change them.
  • LinkedIn Post Inspector— same idea for LinkedIn's cache.
  • Twitter Card Validator(now part of X's developer tools) — verifies the twitter:* set renders as summary_large_image vs summary.
  • Google's URL Inspection (in Search Console) — checks the page renders the way Googlebot sees it, title and description included.

Privacy

Every field you type stays in your browser. The image preview loads directly from the URL you paste so you can see it the way Facebook will — that is a fetch your browser makes to your own image host, not to this site. Nothing about your draft is logged or sent anywhere.

Frequently asked

Which meta tags actually matter in 2026?
For Google: the title element, the meta description, the canonical link, and a sensible robots directive. For social platforms: og:title, og:description, og:image, og:url, twitter:card, twitter:title, twitter:description, and twitter:image. This tool emits all of them in one go so you can paste them into the <head> and move on.
What size should the og:image be?
1200×630 pixels is the safe bet — it fills Facebook, LinkedIn, Discord, and Slack large cards cleanly and downsizes well to Twitter's summary_large_image (which renders at roughly 1200×675). Keep the file under 1MB so crawlers don't skip it, use a static URL (no query-string randomness), and put the most important content in the centre 1200×600 in case platforms crop the edges.
How long should my title and description be?
Title: aim for 50–60 characters so Google doesn't truncate it with an ellipsis on desktop. Description: 150–160 characters is the modern sweet spot — long enough to summarize, short enough that Google won't rewrite it for snippets. The character counter on this page nudges you when you go over.

Related tools

JSON Formatter & BeautifierFormat, beautify, and validate JSON instantly in your browser. Your data never leaves your device.JWT Decoder & VerifierDecode and verify JSON Web Tokens (JWT) in your browser. HS256, RS256, ES256 supported. Tokens and keys never leave your device.Base64 Encoder & DecoderEncode text to Base64 or decode Base64 back to text instantly in your browser. Unicode-safe. Nothing is uploaded.