Meta Tag Generator

Generate SEO meta tags, Open Graph, and Twitter Card tags with live SERP and social media previews

Basic Meta Tags

0/60
0/160

Open Graph Tags

Twitter Card Tags

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<link rel="icon" href="/favicon.ico">

<!-- Open Graph -->
<meta property="og:type" content="website">

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">

Meta Tags That Actually Matter

The two that shape search results

  • title: the strongest on-page element. Keep it 50–60 characters, lead with the main keyword, and make every page's title unique.
  • description: not a ranking factor, but it drives click-through rate. Summarize the page's value in 150–160 characters and Google is more likely to display it verbatim.

Common misconceptions

  • The `keywords` meta tag has been ignored by Google since 2009 β€” don't spend time on it.
  • `robots` `noindex` is powerful: accidentally shipping it removes the page from search. Check before every deploy.

OG tags are a separate system

What Slack, iMessage, or Facebook show when a link is shared comes from `og:title` and `og:image`, not your search title. Maintain both.

Frequently Asked Questions

Related Tools

Sources & References

Content last reviewed: 2026-08-22