Meta Tag Generator — SEO, Open Graph, Twitter
Generate title, description, Open Graph and Twitter card tags from six fields, ready to paste into the head of your page. No keywords tag, on purpose.
<title>My Page Title</title> <meta name="description" content="A short description that appears under the title in Google search results." /> <!-- Open Graph --> <meta property="og:title" content="My Page Title" /> <meta property="og:description" content="A short description that appears under the title in Google search results." /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://example.com" /> <!-- Twitter --> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="My Page Title" /> <meta name="twitter:description" content="A short description that appears under the title in Google search results." />
Preview — Google result
https://example.com
My Page Title
A short description that appears under the title in Google search results.
You're on 7BusyBoss — 300+ free tools that run instantly in your browser. No signup, nothing uploaded.
Most of the tags in a copied template do nothing
Head sections accumulate meta tags the way lofts accumulate boxes. A template gets pasted in, then another, and the result is a block of markup that looks thorough and is mostly inert. Only a handful of tags change anything at all, and knowing which is essentially the whole skill.
This generator takes six fields — title, description, page URL, an optional image, an Open Graph type (website, article, product or profile) and an optional Twitter handle — and emits twelve tags: <title>, the meta description, four Open Graph tags, three Twitter card tags, and the image and handle tags when you supply those values. Angle brackets and quotes in your text are escaped, so an apostrophe or a quotation mark in a description will not break the attribute it sits in.
The ones that do something
Title and description
The title is the strongest single line you control: it is the browser tab, and it is the blue link in a search result. Worth knowing that Google rewrites titles when it judges another string a better fit for the query — often pulling from your H1 or your site name. That is not a reason to write a weak one; it is a reason to make the title genuinely describe the page, since a title that matches what the page is about is the one least likely to be replaced.
The description is not a ranking factor and is rewritten even more often, with Google substituting text lifted from the page when that answers the query better. So it is best understood as an advertising line rather than an SEO field — the job is to earn a click from someone scanning ten near-identical results, and to survive being ignored when it does not fit.
Open Graph and Twitter card tags
These decide what appears when your link is pasted into a chat app, a social post or a messaging thread — which for many pages is where a large share of clicks are actually won or lost. The image matters most: with one, the link renders as a card that looks deliberate; without one, most platforms fall back to a bare grey box that reads as broken.
The card type follows automatically here: supply an image and the tool emits summary_large_image, leave it blank and it emits summary, so the declared card always matches what you actually provided.
One practical trap: platforms cache these aggressively. Change an image and the old preview can persist for a long time. Most platforms publish a debugger that forces a refresh, and it is worth using rather than assuming the change failed.
The ones that do nothing
Note what this tool does not emit, which is deliberate:
- The keywords meta tag. Google has ignored it for many years. It contributes nothing, and its continued presence in templates is the clearest example of the pattern.
- A robots tag set to index, follow. That is already the default. The tag only does anything when it says something other than the default, such as
noindex. - An author meta tag. Not a ranking signal.
None of these are harmful. The cost is attention: a head section with fifteen tags in it invites you to believe the important ones are handled, and the important ones are the four or five above.
Where the output goes
Copy the block and paste it inside the <head> of the page. In a CMS or site builder, look for a custom head, header scripts or meta tags field. If your platform already generates a title tag, remove one of the two — duplicated titles are a common result of pasting a full block into a system that was writing one for you.
To see how the title and description will actually read as a search result before you commit them, use the SERP preview tool.
How to use the Meta Tag Generator
Takes about a minute. No signup, no download, your data stays in your browser.
- 1Open the tool. Scroll up to the Meta Tag Generator above — it loads instantly in your browser, no install needed.
- 2Enter your values. The fields come pre-filled with realistic defaults so you can see how it works — replace them with your own numbers.
- 3Read the result. The output updates instantly. Copy or share it — nothing is uploaded to a server, everything stays on your device.
Frequently asked questions
Common questions about the Meta Tag Generator.
Does the keywords meta tag do anything?
No. Google has ignored it for many years and it contributes nothing to ranking, which is why this generator does not emit one. It survives in copied templates purely out of habit, and it is the clearest single example of markup that looks like SEO work while doing none.
Will Google use the title and description exactly as I write them?
Often, but not always. Google rewrites titles when it judges another string a better fit for the query, commonly using your H1 or site name, and it rewrites descriptions more frequently still by lifting text from the page. Write both to describe the page accurately, since accurate ones are the least likely to be replaced.
Is the meta description a ranking factor?
No. It has no direct effect on where you rank; it competes for the click once you are already in the results. Treat it as advertising copy aimed at someone comparing ten similar-looking options, not as a field to fit keywords into.
What does the og:image tag actually change?
It supplies the picture shown when your link is pasted into a chat app or social post. Without one, most platforms render a bare grey box, which reads as broken and costs clicks. When you provide an image the tool also switches the Twitter card type to summary_large_image so the declared format matches what you supplied.
I updated my image but the old preview still shows. Why?
Social platforms cache these tags aggressively, so a changed image URL can take a long time to propagate. Most platforms publish a debugging or sharing-preview tool that re-fetches the page on demand; use that rather than assuming the tag did not take effect.
Where exactly do these tags go?
Inside the head element of the page. In a CMS or site builder, look for a custom head or meta tags field. If your platform already outputs a title tag, delete one of the two after pasting — ending up with two title tags is the most common mistake when adding a full block to a system that was generating one already.
Community rating
Discussion (0)
No comments yet. Start the discussion.
Keep exploring
Related tools across 7BusyBoss — all free, all instant.
More in On-Page SEO
- Meta Description Preview & Length Checker
- SERP Preview Tool (Google Desktop + Mobile)
- Title Tag Length Checker (Pixel-Based)
- Heading Hierarchy Checker (H1–H6)
- Keyword Density Analyzer