Skip to content
uxTools
Developer

Meta Tag Generator

Three-pane builder: form, live previews (Google, Facebook, Twitter, LinkedIn, Discord), and copy-ready output. Char counters, paste-existing-HTML import, Next.js Metadata API output, and templates for blog, product, landing, docs and e-commerce.

Title chars

46

Google truncates around 60 characters.

Description chars

110

Snippets are usually clipped past 160 characters.

Twitter card

summary_large_image

Large image gives the full hero unfurl on X.

OG type

website

Article unlocks publish time and section meta.

Templates

SEO basics

The classic meta tags every page should ship with.

Title46/60
Meta description110/160
Canonical URL
Language (BCP 47)
Robots
Viewport
Theme color
Author
Favicon URL

Include keywords meta

Most search engines ignore it; keep off unless you need it.

Open Graph

Used by Facebook, LinkedIn, Slack, Discord, and most preview surfaces.

og:title
og:site_name
og:description
og:url
og:type
og:image
width
height
og:image:type
og:locale
og:image:alt
og:locale:alternate

Twitter / X

Card-specific overrides for X and Twitter clients.

twitter:card
twitter:site
twitter:creator
twitter:title
twitter:description
twitter:image
twitter:image:alt

Live preview

Approximate, not pixel-perfect; surfaces tweak their layouts often.

Desktop

UX

uxTools

uxtools.example

uxTools - 200+ free browser tools for builders

Generators, converters, and validators that run entirely in your browser. No sign-up, no servers, no tracking.

Mobile

UX

uxTools

uxtools.example

uxTools - 200+ free browser tools for builders

Generators, converters, and validators that run entirely in your browser. No sign-up, no servers, no tracking.

Generated head

Paste into your <head>, or switch format for Next.js / React Helmet.

Pretty
<title>uxTools - 200+ free browser tools for builders</title>
<meta name="description" content="Generators, converters, and validators that run entirely in your browser. No sign-up, no servers, no tracking." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#0f172a" />
<meta name="author" content="uxTools team" />
<meta http-equiv="content-language" content="en" />
<link rel="canonical" href="https://uxtools.example/" />
<link rel="icon" href="https://uxtools.example/favicon.ico" />

<meta property="og:title" content="uxTools - 200+ free browser tools" />
<meta property="og:description" content="Generators, converters, and validators that run entirely in your browser." />
<meta property="og:url" content="https://uxtools.example/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="uxTools" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://dummyimage.com/1200x630/0f172a/ffffff&amp;text=uxTools" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="uxTools cover art" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@uxtools" />
<meta name="twitter:creator" content="@uxtools" />
<meta name="twitter:title" content="uxTools - 200+ free browser tools" />
<meta name="twitter:description" content="Generators, converters, and validators that run entirely in your browser." />
<meta name="twitter:image" content="https://dummyimage.com/1200x630/0f172a/ffffff&amp;text=uxTools" />
<meta name="twitter:image:alt" content="uxTools cover art" />