SEO UTILITIES
Free Meta Tag Generator — Title, Description, OG
Build clean HTML meta tags — title, description, robots, and Open Graph — to paste into your <head>. Runs entirely in your browser. Free, no sign-up.
Your files never leave your device.
Fill in a title and description to generate your tags.
Fill in a few fields and this generator writes the meta tags for your page's <head>: the title, meta description, robots directive, and the Open Graph tags that control how a shared link looks on social platforms. It outputs clean, valid HTML you copy straight into your template, and it runs entirely in your browser — nothing is uploaded, no account needed.
It also counts characters as you type, so you can keep the title and description inside the lengths search engines display instead of having them truncated with an ellipsis.
Length guidance
| Tag | Aim for | If you exceed it |
|---|---|---|
| Title | ~50-60 characters | Truncated with an ellipsis in results |
| Description | ~150-160 characters | Cut off; the tail may never be seen |
Search engines truncate by pixel width, so character counts are a close approximation, not a hard cutoff.
What it generates
A typical output block for a single page looks like this:
<title>Free Meta Tag Generator</title>
<meta name="description" content="Build title, description, robots, and Open Graph tags for your page.">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Free Meta Tag Generator">
<meta property="og:description" content="Build meta tags in your browser.">
<meta property="og:image" content="https://example.com/preview.png">
<meta property="og:type" content="website">
How to use it
- Enter your title, description, canonical URL, and any Open Graph details.
- Watch the character counts to stay within display limits.
- Copy the generated block and paste it inside the <head> of your page.
Frequently asked questions
- Do these tags guarantee how my page appears in search?
- No. Google often rewrites titles and descriptions to fit the query and page. Good tags improve your odds of the snippet you want, but the search engine makes the final call.
- What do the Open Graph tags do?
- They tell social platforms and messaging apps which title, description, and image to show when your link is shared. Without them the preview falls back to whatever the platform can scrape, which is often unflattering or blank.
- Is the meta keywords tag worth including?
- No. Google has ignored it for ranking for many years, so it adds nothing. This generator focuses on the tags that still matter.