Meta Tag Generator

SEO & Web

Generate comprehensive meta tag sets including standard SEO tags, Open Graph (Facebook), Twitter Card, and structured data hints. Preview how your page appears in search results and social shares.

23/60

Ideal: 50–60 characters

84/160

Ideal: 150–160 characters

Keywords have minimal SEO impact today but some tools still use them

Generated HTML
<!-- ===== Essential Meta Tags ===== -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Title — My Website</title>
<meta name="description" content="A concise description of this page, between 150–160 characters for best SEO results.">
<meta name="keywords" content="keyword1, keyword2, keyword3">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://example.com/page">

<!-- ===== Open Graph (Facebook/LinkedIn) ===== -->
<meta property="og:type" content="website">
<meta property="og:title" content="Page Title — My Website">
<meta property="og:description" content="A concise description of this page, between 150–160 characters for best SEO results.">
<meta property="og:url" content="https://example.com/page">
<meta property="og:site_name" content="My Website">
<meta property="og:image" content="https://example.com/og-image.jpg">

<!-- ===== Twitter Card ===== -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page Title — My Website">
<meta name="twitter:description" content="A concise description of this page, between 150–160 characters for best SEO results.">
<meta name="twitter:image" content="https://example.com/og-image.jpg">
<meta name="twitter:site" content="@myhandle">

<!-- ===== Additional ===== -->
<meta name="theme-color" content="#2563eb">

Related Tools

Frequently Asked Questions

What meta tags does the generator produce?
Title, description, keywords, robots, canonical, Open Graph (og:title, og:description, og:image, og:type), Twitter Card (twitter:card, twitter:title, twitter:description, twitter:image), and viewport.
What is Open Graph and why does it matter?
Open Graph tags control how your page looks when shared on social media (Facebook, LinkedIn, etc.). They define the title, description, and preview image.

Browse More Tools

View All