ToolHub

Meta Tag Generator

SEO + Open Graph + Twitter meta tags with live preview

27 chars — aim for 50-60
113 chars — aim for 120-160

Google preview

toolhub.buzz

ToolHub — Free Online Tools

100+ free online tools for images, PDFs, text, and developers. Fast, private, and works entirely in your browser.

Social card preview

Share preview

toolhub.buzz

ToolHub — Free Online Tools

100+ free online tools for images, PDFs, text, and developers. Fast, private, and works entirely in your browser.

Copy into your <head>

<!-- Primary Meta Tags -->
<title>ToolHub — Free Online Tools</title>
<meta name="title" content="ToolHub — Free Online Tools" />
<meta name="description" content="100+ free online tools for images, PDFs, text, and developers. Fast, private, and works entirely in your browser." />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.toolhub.buzz" />
<meta property="og:title" content="ToolHub — Free Online Tools" />
<meta property="og:description" content="100+ free online tools for images, PDFs, text, and developers. Fast, private, and works entirely in your browser." />
<meta property="og:image" content="https://www.toolhub.buzz/og.png" />
<meta property="og:site_name" content="ToolHub" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://www.toolhub.buzz" />
<meta name="twitter:title" content="ToolHub — Free Online Tools" />
<meta name="twitter:description" content="100+ free online tools for images, PDFs, text, and developers. Fast, private, and works entirely in your browser." />
<meta name="twitter:image" content="https://www.toolhub.buzz/og.png" />
<meta name="twitter:site" content="@toolhub" />

Overview

What this generator does

Fill in your page details and get copy-ready HTML meta tags for SEO, Open Graph (Facebook, LinkedIn, WhatsApp), and Twitter Cards. A live Google search preview and social share card show exactly how your page will appear before you publish. It all runs in your browser.

What gets generated

The three kinds of meta tags

SEO tags

The <title> and meta name="description" control how your page appears in search results. The title is a genuine ranking factor; the description influences whether people click.

Open Graph tags

The og: tags (from a protocol Facebook created) control the title, description, and image shown when your link is shared on Facebook, LinkedIn, WhatsApp, Slack, Discord, and most other platforms. Without them, platforms guess — usually badly.

Twitter Card tags

The twitter: tags control how your link looks on Twitter/X, including whether it shows a large banner image or a small thumbnail.

Get it right

Title and description length

Search engines truncate tags that are too long. The character counters turn amber when you exceed the recommended length:

  • Title: 50-60 characters. Longer titles get cut off with an ellipsis in search results.
  • Description: 120-160 characters. Google may rewrite descriptions, but a good one improves click-through.
  • Put your most important keywords near the start of both.

The most-overlooked tag

The social share image

Use 1200×630 pixels

The Open Graph and Twitter large-image card standard is 1200×630 pixels (a 1.91:1 ratio). It renders cleanly across Facebook, LinkedIn, Twitter/X, Slack, and messaging apps. Keep important text and faces away from the edges, since different platforms crop slightly differently. A good share image dramatically increases how many people click a shared link.

Implementation

Where to put the tags

Paste the generated tags inside the <head> section of your HTML page, before the closing </head>. They should appear on every page, with values customized per page (each page needs its own title, description, URL, and ideally its own share image).

If you use a CMS or framework (WordPress, Next.js, etc.), there's usually a built-in way to set these per page — but understanding the raw tags helps you configure it correctly and debug share previews.

Behind the scenes

Privacy and how it runs

Runs in your browser

The tags are generated locally as you type. Nothing is sent anywhere.

Common questions

Do meta tags help SEO?

The title tag is a real ranking signal, and the meta description affects click-through rate even though it's not a direct ranking factor. Open Graph and Twitter tags don't affect rankings but make your links far more clickable when shared, which drives traffic.

Why isn't my share image showing on Facebook?

Common causes: the image URL isn't absolute (it must start with https://), the image is too small, or the platform cached an old version. Use Facebook's Sharing Debugger to re-scrape the page after updating the tags.

What's the difference between og:title and the title tag?

The <title> is used by search engines and the browser tab. og:title is used by social platforms when sharing. They're often the same, but you can make the social title more catchy since it's competing for attention in a feed.

Do I need both Open Graph and Twitter tags?

Twitter falls back to Open Graph tags if Twitter-specific ones are missing, so technically you can get by with just Open Graph. But including both gives you precise control, especially over the card type, so it's best practice to add both.

Should every page have unique tags?

Yes. Each page should have its own title, description, and canonical URL. Duplicate titles and descriptions across pages hurt SEO and confuse both search engines and users.

Related tools

Quick steps

1

Fill in your details

Title, description, URL, and a share image. Character counters help you stay within the ideal lengths.

2

Check the previews

See exactly how your page will look in Google search results and as a social media share card.

3

Copy the HTML

Paste the generated meta tags into the <head> of your page. They cover SEO, Open Graph (Facebook), and Twitter Cards.

Frequently asked questions

What meta tags does this generate?

Three sets: standard SEO tags (title, meta description), Open Graph tags (og:title, og:description, og:image, etc. used by Facebook, LinkedIn, WhatsApp, and others), and Twitter Card tags. Together they control how your page appears in search and when shared.

How long should my title and description be?

Aim for 50-60 characters for the title and 120-160 for the description. Google truncates longer ones in search results. The character counters turn amber when you exceed the recommended length.

What size should the social share image be?

1200×630 pixels is the standard for Open Graph and Twitter large-image cards. It displays cleanly on Facebook, LinkedIn, Twitter/X, Slack, and most platforms. Keep important content away from the edges.

What is Open Graph?

A protocol (originally from Facebook) that lets you control the title, description, and image shown when your page is shared on social media. Without Open Graph tags, platforms guess, often poorly. The og: tags here set those values explicitly.

What's the difference between summary and large-image Twitter cards?

'summary_large_image' shows a big banner image above the text — best for articles and visual content. 'summary' shows a small thumbnail beside the text — fine for utility pages. Pick based on how prominent you want the image.

Do meta tags improve SEO rankings?

The title tag is a real ranking factor and the description influences click-through rate (how many people click your result). Open Graph and Twitter tags don't directly affect rankings but improve how shareable and clickable your links are, which drives traffic.