Meta Tag Generator
Fill in a title, description and a few page details, and watch the head snippet and a Google-style search preview update as you type. Nothing here is uploaded — the snippet is built entirely in your browser.
<meta name="robots"> tag Google and other search engines read.
twitter:card; the title, description and image are reused from above.
Google-style search preview
This is an approximation, not a guarantee — Google, Facebook and X each decide independently how (and whether) to use these tags, and can override them with their own crawl of the page. Nothing you type is uploaded anywhere; the snippet and preview are generated entirely in your browser.
What each tag is for
Title and meta description are the two oldest SEO tags: the <title> becomes the browser tab text and, usually, the blue title link in search results; <meta name="description"> is a hint search engines may use for the grey summary line underneath. Canonical URL (<link rel="canonical">) tells search engines which address is the "real" one when the same page is reachable at more than one URL. Robots tells crawlers whether to index the page and whether to follow its links. Open Graph tags (og:*) are the open, cross-site standard that Facebook, LinkedIn, Slack and most other link-preview generators read. Twitter Card tags (twitter:*) are X's own separate format for how a shared link renders on its platform.
- What happens if my title or description runs long?
- Google doesn't publish a fixed character limit for either tag — its own documentation says a title link and a snippet are each "truncated in Google Search results as needed, typically to fit the device width." In practice, on a typical desktop result that usually means somewhere around 50–60 characters of title and 150–160 of description before text gets cut off, which is why the counters above flag those ranges — they're a practical approximation of that device-width truncation, not an official Google limit.
- What do the robots directive options mean?
- Only
noindexandnofolloware directive tokens Google's robots meta tag documentation actually defines — plainindexandfollowaren't separately-documented values, they're this tool's explicit way of writing out the default that applies when the tag is omitted entirely (Google's own term for that default isall, meaning "no restrictions"). So picking "index, follow" here is equivalent to leaving the tag out: the page can appear in search results and its links can be crawled.noindextells crawlers not to show the page in search results at all;nofollowtells them not to follow the links on it;noneis shorthand fornoindex, nofollowtogether. Google also defines finer-grained values such asnosnippetandmax-snippet:[number]to limit the text shown, though it has stopped honouring the oldernoarchive/nocachedirectives for Search. - Will filling in Open Graph and Twitter Card tags guarantee how my link looks when shared?
- No. This generator writes correct tags, but each platform still crawls the page itself, may cache an old preview until it re-crawls, and can substitute its own image or text if something looks broken (a missing
og:image, for instance). Test the real page with each platform's own preview/debug tool after publishing, and note that X's current Card documentation sits behind a developer sign-in, so the two card types offered here reflect the long-standing publictwitter:cardtag format rather than a page we could re-check today.
FAQ
Sources
Method: the tag names, the four Open Graph object properties, the object-type list and the robots directive values below are taken from the fetched pages listed here. The 50–60 / 150–160 character guidance is this tool's own practical approximation of the device-width truncation Google describes, not a number Google itself publishes. The generated snippet and preview run entirely in your browser; nothing you type is sent anywhere.
- Google Search Central — Influence your title links in search results — title generation is automated from multiple signals; "the title link is truncated in Google Search results as needed, typically to fit the device width"
- Google Search Central — Control your snippets in search results — snippets are primarily built from page content, meta description is used only when it helps; no fixed length, truncated to fit device width
- Google Search Central — Robots meta tag, data-nosnippet, and X-Robots-Tag specifications — defines
noindex,nofollow,none,nosnippet,max-snippet,max-image-preview,max-video-preview,notranslate,noimageindex,unavailable_afterandindexifembedded, withall("no restrictions") as the documented default when the tag is omitted — plain "index" and "follow" describe that default rather than directive tokens the page itself defines; the same page confirms noarchive/nocache/nositelinkssearchbox are no longer used by Google Search - The Open Graph protocol (ogp.me) — required basic properties og:title, og:type, og:image, og:url; the og:type value list (website, article, book, profile, music.*, video.*); recommended og:image:width/height/alt properties