Skip to main content

Meta Tag Generator

Generate HTML meta tags for SEO, Open Graph, and Twitter Cards.

Meta Tag Generator

Generate HTML meta tags for SEO, Open Graph, and Twitter Cards

Recommended: 50-60 characters

Recommended: 150-160 characters

Comma-separated keywords (less important for SEO now)

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

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

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

FAQ

What are meta tags?

Meta tags are HTML elements that provide metadata about a web page. They help search engines understand your content and control how your page appears in search results and social media.

What is Open Graph?

Open Graph is a protocol created by Facebook that controls how URLs are displayed when shared on social media. It defines the title, description, and image that appear in the preview.

What is a Twitter Card?

Twitter Cards are similar to Open Graph but specific to Twitter. They enhance tweets containing links by showing a preview with title, description, and images.

How long should my meta description be?

Meta descriptions should be 150-160 characters. Google typically displays up to 155-160 characters in search results before truncating.