Back to all tools

Free tool

Meta Tag Generator

Build a complete, copy-paste set of head meta tags — SEO title & description, canonical, robots, Open Graph and Twitter Card — with a live Google preview and length guidance.

SEO basics

45/60

Best kept under 60 characters

108/160

Best between 120 and 160 characters

Social sharing (Open Graph / Twitter)

Google preview

🌐

example.com

example.com

Your page title — keep it under 60 characters

A concise, compelling summary of the page. Google usually shows around 150–160 characters in search results.

Generated meta tags

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Your page title — keep it under 60 characters</title>
<meta name="description" content="A concise, compelling summary of the page. Google usually shows around 150–160 characters in search results." />
<link rel="canonical" href="https://example.com" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#4f46e5" />

<!-- Open Graph (Facebook, LinkedIn, WhatsApp) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://example.com" />
<meta property="og:title" content="Your page title — keep it under 60 characters" />
<meta property="og:description" content="A concise, compelling summary of the page. Google usually shows around 150–160 characters in search results." />
<meta property="og:site_name" content="Trustive Tech" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Your page title — keep it under 60 characters" />
<meta name="twitter:description" content="A concise, compelling summary of the page. Google usually shows around 150–160 characters in search results." />