🏷️ SEO Tool
Meta Tag
Generator
Generate SEO meta tags, OpenGraph, and Twitter Card tags in one place. Copy and paste into your HTML.
0/60 characters recommended
0/160 characters recommended
Generated Tags
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="index, follow">
Paste this inside the <head> of your HTML.
Frequently Asked Questions
What are meta tags?▾
Meta tags are HTML snippets placed inside the <head> element that communicate page information to search engines and social networks. Key ones include title, description, robots, and canonical.
What are Open Graph (OG) tags?▾
OG tags control how your page appears when shared on Facebook, LinkedIn, and messaging apps. They define the shared title, description, and image using og:title, og:description, og:image, etc.
Which Twitter Card type should I use?▾
For most websites, summary_large_image is ideal — it displays a large preview image. Use summary for compact cards, app for App Store links, and player for video embeds.
What is a canonical URL?▾
A canonical URL tells search engines which version of a page is the "official" one when duplicate or similar content exists at multiple URLs, preventing duplicate content penalties.