Meta Tag Generator
Generate SEO meta tags, Open Graph & Twitter cards for your website.
Google Preview
Page Title
https://example.com
Page description will appear here...
Generated Code
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="index, follow"> <!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <!-- Twitter Card --> <meta name="twitter:card" content="summary_large_image">
How Meta Tag Generation Works
Toolkiya takes a handful of inputs — title, description, canonical URL, image, author, and a Twitter handle — and emits a complete set of HTML meta tags for SEO and social sharing. The output includes the basic <title> and <meta name='description'>, plus the Open Graph tags Facebook and LinkedIn read (og:title, og:description, og:image, og:url, og:type) and the Twitter Card tags that drive rich previews on X.
Each field is length-checked against the practical limits search engines and social platforms enforce: 60 characters for titles, 160 for descriptions, 1200x630 for OG images. A live preview pane renders your inputs the way Google search results, a Facebook share card, and a Twitter card would actually display them, so you catch awkward truncation before publishing.
When to Generate Meta Tags
Setting up SEO for a new landing page before launch. Adding Open Graph cards to an old blog post so it shares better. Auditing meta tags across a marketing site to catch missing or duplicated descriptions. Producing per-page meta blocks for a static site generator. Verifying that the Twitter card preview matches what you want before posting.
Why Generate Meta Tags in Toolkiya
Marketing copy, internal product names, and unreleased URLs are exactly the kind of thing you do not want in someone else's request logs. Toolkiya generates the tags entirely in your browser — your inputs never reach a server.
There is no signup, no per-page limit, and no daily quota. The output is plain HTML with no tracking attributes or referral parameters injected, so you can drop it straight into your <head> with confidence.
Tips for Better Meta Tags
Keep titles under 60 characters or Google will truncate them mid-word. Descriptions over 160 characters get clipped with an ellipsis. Use a 1200x630 OG image — anything smaller looks pixelated on retina displays, and odd ratios get cropped awkwardly. Always set a canonical URL when the same content lives at multiple paths, or you will split your SEO signal.
Frequently Asked Questions
What meta tags does this generate?▼
Basic HTML meta (title, description, charset, viewport), Open Graph (Facebook, LinkedIn, WhatsApp), and Twitter Card tags.
Do I need all these tags?▼
Title and description are essential. Open Graph and Twitter tags improve how your page looks when shared on social media.
How do I add these to my website?▼
Copy the generated code and paste it inside the <head> section of your HTML page.
Related Tools
Built & maintained by Mayank Rai
Solo developer based in Lucknow, India