Meta Tag Generator

Generate HTML meta tags for your website including title, description, and keywords

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">

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

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

Frequently Asked Questions

What are meta tags?

Meta tags are HTML elements that provide metadata about a webpage. Search engines use them to understand your page content, and social media platforms use them for link previews.

What is the ideal meta description length?

Keep descriptions between 150-160 characters. Google may truncate longer descriptions in search results.

What are Open Graph tags?

Open Graph (OG) tags control how your page appears when shared on Facebook, LinkedIn, and other platforms. They set the title, description, and image for social previews.