Generate perfect SEO meta tags and social media tags for better search rankings and beautiful social shares.
Note: Google no longer uses meta keywords for ranking
<!-- Primary Meta Tags -->
<title>Your Page Title</title>
<meta name="title" content="Your Page Title">
<meta name="description" content="Your page description">
<meta name="keywords" content="your, keywords, here">
<meta name="author" content="Your Name">
<meta name="robots" content="index, follow">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Language" content="en">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://yourwebsite.com/">
<meta property="og:title" content="Your Page Title">
<meta property="og:description" content="Your page description">
<meta property="og:image" content="https://yourwebsite.com/image.jpg">
<meta property="og:site_name" content="Your Site Name">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://yourwebsite.com/">
<meta property="twitter:title" content="Your Page Title">
<meta property="twitter:description" content="Your page description">
<meta property="twitter:image" content="https://yourwebsite.com/image.jpg">
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#ffffff">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="format-detection" content="telephone=no">Copy and paste these tags into the <head> section of your HTML
After generating your meta tags, test them using these tools:
Our free meta tag generator creates comprehensive, SEO-optimized meta tags for your website in seconds. Perfect for web developers, content creators, digital marketers, and anyone who wants to improve their website's search engine visibility and social media presence. Get all the essential meta tags including Open Graph and Twitter Cards with live previews showing exactly how your content will appear when shared. No technical knowledge required - just fill in the fields and copy the generated code into your HTML.