Generate HTML meta tags for SEO, social sharing, and search engine optimization. Includes Open Graph, Twitter Cards, and all essential meta tags.
Title: My Website - Home
Description: Welcome to my website<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website - Home</title>
<meta name="description" content="Welcome to my website">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="My Website - Home">
<meta property="og:description" content="Welcome to my website">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="My Website - Home">
<meta name="twitter:description" content="Welcome to my website">Type: Article
Title: How to Build a Website
Author: John Doe<title>How to Build a Website | My Blog</title>
<meta name="description" content="Learn how to build a website from scratch with this comprehensive guide.">
<meta name="author" content="John Doe">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="article">
<meta property="og:title" content="How to Build a Website | My Blog">
<meta property="og:description" content="Learn how to build a website from scratch.">
<meta property="og:image" content="https://example.com/blog-image.jpg">
<meta property="article:author" content="John Doe">
<meta property="article:published_time" content="2025-01-05T10:00:00Z">
<meta property="article:section" content="Technology">
<meta property="article:tag" content="web development">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@myblog">
<meta name="twitter:creator" content="@johndoe">Type: Product
Title: Premium Widget - $29.99<title>Premium Widget - Only $29.99 | My Store</title>
<meta name="description" content="Shop our premium widget. High quality, great price, free shipping, 30-day returns.">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="product">
<meta property="og:title" content="Premium Widget - Only $29.99">
<meta property="og:description" content="Shop our premium widget with free shipping.">
<meta property="og:image" content="https://example.com/product.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Premium Widget - Only $29.99">Business: Coffee Shop in Seattle<title>Best Coffee Shop in Seattle | Cafe Name</title>
<meta name="description" content="Visit the best coffee shop in Seattle. Fresh roasted beans, cozy atmosphere.">
<meta name="geo.region" content="US-WA">
<meta name="geo.placename" content="Seattle">
<meta name="geo.position" content="47.6062;-122.3321">
<meta name="ICBM" content="47.6062, -122.3321">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Best Coffee Shop in Seattle">
<meta property="og:locale" content="en_US">robots: noindex, nofollow<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Private Page</title>
<meta name="robots" content="noindex, nofollow">Mobile Web App Capable: yes<title>My App</title>
<meta name="theme-color" content="#4285f4">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="My App">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-TileColor" content="#4285f4">
<!-- App Links -->
<meta property="al:ios:app_store_id" content="123456789">
<meta property="al:ios:app_name" content="My App">
<meta property="al:android:package" content="com.example.app">