Meta Tag Generator
Generate SEO meta tags and Open Graph markup.
45/160
<title>My Awesome Page</title> <meta name="description" content="A short, compelling description of this page." /> <link rel="canonical" href="https://example.com/page" /> <!-- Open Graph --> <meta property="og:type" content="website" /> <meta property="og:title" content="My Awesome Page" /> <meta property="og:description" content="A short, compelling description of this page." /> <meta property="og:url" content="https://example.com/page" /> <meta property="og:image" content="https://example.com/og-image.png" /> <!-- Twitter Card --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="My Awesome Page" /> <meta name="twitter:description" content="A short, compelling description of this page." /> <meta name="twitter:image" content="https://example.com/og-image.png" />
How to use this tool
- 1Fill in your page title, description, URL, and image.
- 2The complete meta tag markup is generated live.
- 3Copy the code into your page's <head>.
Frequently asked questions
Which tags does it generate?
Title and description meta tags, canonical link, Open Graph tags for social sharing, and Twitter Card tags.
What's the ideal length for a meta description?
Roughly 150-160 characters. Longer descriptions get truncated in search results.