Skip to main content

HTML Meta Tag Generator (SEO, OG, Twitter)

SEO & Marketing· 10 tools

Free HTML meta tag generator for SEO and social sharing. Fill in your page's title, description, canonical URL, and social preview image, and get a ready-to-paste `<head>` snippet covering standard SEO tags, Open Graph (Facebook, LinkedIn), Twitter Card, and robots directives. Live character counts flag titles over 60 chars and descriptions over 160 chars so your snippet doesn't get truncated in search results.

15 / 60
78 / 160
<head> snippet
<title>My Awesome Page</title>
<meta name="description" content="A clear, compelling description of the page that tells users what they'll get." />
<link rel="canonical" href="https://example.com/page" />

<!-- Open Graph -->
<meta property="og:title" content="My Awesome Page" />
<meta property="og:description" content="A clear, compelling description of the page that tells users what they'll get." />
<meta property="og:url" content="https://example.com/page" />
<meta property="og:image" content="https://example.com/og.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Example Site" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="My Awesome Page" />
<meta name="twitter:description" content="A clear, compelling description of the page that tells users what they'll get." />
<meta name="twitter:image" content="https://example.com/og.png" />
<meta name="twitter:site" content="@example" />
<meta name="twitter:creator" content="@example" />

Frequently Asked Questions

Frequently Asked Questions

Related Tools

Related Tools