Meta Tags Generator
Generate complete meta tags for SEO, Open Graph and Twitter Card. Social preview included. Free, instant.
Page information
Generated HTML
<!-- Primary Meta Tags --> <meta name="robots" content="index, follow">
About Meta Tags Generator
The Meta Tags Generator creates complete HTML meta tag snippets for SEO, Open Graph (Facebook, LinkedIn), and Twitter Card — with a live social preview showing exactly how your page will appear when shared. Enter your page details and copy the ready-to-use HTML in seconds.
Use Cases
- →Generate OG tags for a new landing page, blog post, or product page
- →Preview how a URL will appear when shared on social media before publishing
- →Ensure your site has correct Twitter Card markup for rich link previews
- →Quickly scaffold meta tags for a Next.js, Nuxt, or plain HTML project
Tips
- ✓Keep your meta description under 160 characters for best display in Google search results
- ✓The Open Graph image should be 1200×630px for optimal display across all platforms
- ✓Always include both OG and Twitter Card tags — they serve different social platforms
Frequently Asked Questions
The generator produces three groups: Primary Meta Tags (title, description, keywords, author, robots), Open Graph tags (og:type, og:url, og:title, og:description, og:image, og:site_name, og:locale) and Twitter Card tags (twitter:card, twitter:url, twitter:title, twitter:description, twitter:image, twitter:creator).
For the page title, 50–60 characters is recommended so it displays fully in Google search results (max ~60 chars). For the description, 120–160 characters is optimal — Google truncates descriptions around 160 characters. The tool shows a character counter for both.
Open Graph (OG) tags are meta tags that control how your page appears when shared on social networks like Facebook, LinkedIn, and WhatsApp. They define the title, description, image and site name shown in link previews.
Twitter Cards are meta tags that control how your page looks when shared on X/Twitter. summary_large_image (the type generated here) shows a large image above the title and description. You need to verify your domain with Twitter for cards to fully activate.
1200×630 pixels is the standard size for Open Graph images. Minimum is 600×315. Images smaller than 600×315 may not display a large card preview. Use PNG or JPG for the best compatibility.
"index, follow" tells search engines to index this page and follow its links — the default for most pages. "noindex, nofollow" tells crawlers to skip the page entirely (useful for login pages or admin areas). Other combinations control each behavior independently.