Start typing to search tools…
🛠️ All Tools
💻 Programming
📋 JSON Formatter 🌳 JSON Tree ✅ JSON Validator 📦 JSON Minifier 📄 XML Formatter ✅ XML Validator 🌲 XML Tree 🎨 CSS Formatter ✨ CSS Generator 🌐 HTML Formatter ⚡ JS Formatter 🗄️ SQL Formatter 🏗️ SQL Builder 📊 CSV Formatter 📝 YAML Formatter 🔗 ER Diagram 📐 UML Diagram 🔀 Flowchart 📋 Table Schema ⚙️ Programming Tools
🌐 Network & DNS
🔍 DNS Lookup 🌍 DNS Propagation 🔎 WHOIS Lookup 🔒 SSL Checker 📡 Ping Test ⚡ Speed Test ✉️ Email Auth 👤 Username Check
🔐 Security & Encoding
🔑 Base64 Encode 🖼️ Base64 Image 🔐 MD5 Hash 🔑 Password Gen 🎭 Fake Name Gen
🖼️ Image Tools
📦 Compressor 🔄 Converter ✂️ Cropper 📐 Resizer 🎨 Filters ✨ Effects 💧 Watermark 📸 Social Image ⭐ Favicon Maker 🖼️ Image to Text 📝 OCR 📷 EXIF Viewer ⚙️ Image Engine 🎨 Color Palette
🔍 SEO & Web
🏷️ Meta Tag Gen 📱 Open Graph 🤖 Robots.txt Gen ✅ SEO Checklist 🔍 SERP Preview 🗺️ Sitemap Gen 📲 Social Debugger 🏷️ Hashtag Gen 📝 Word Counter ✨ Fancy Text ↔️ Text Compare
⚙️ Utilities
🚀 SaaS Ideas 💡 Brainstorm 🧠 Mind Map 🎲 Random Gen
ℹ️ About ✉️ Contact
🏷️ SEO ✅ 100% Free ⚡ Live Preview

Meta Tag Generator

Generate all essential HTML meta tags in seconds — title, description, keywords, robots, canonical, viewport, author, and more. Includes live Google SERP preview and completeness scoring.

🔍 Google SERP Preview
example.com
Your Page Title
Your meta description will appear here as a snippet in Google search results.
0% complete
Meta Tag Score
Incomplete
Tag Completeness
Tags generated: 0 Essential filled: 0 / 3
📊 Tag Analysis
Title Length
Description Length
Robots Directive
Canonical Set
Keywords Count
Total Tags
✅ Validation Checks
🔏 Generated HTML
📊 Tag Stats
0
Tags
0%
Score
0
Title Len
0
Desc Len
🏅 Tag Priority Guide
MUST
title, description, robots — every page needs these
HIGH
canonical, viewport, charset — critical for SEO & mobile
MED
author, lang, theme-color — adds richness
LOW
keywords, copyright, IE compat — legacy or optional
💡 Best Practices
📝
Title: 50–60 chars. Google truncates longer titles in search results at ~60 chars.
📄
Description: 150–160 chars. Google may rewrite it, but a good one improves CTR.
🔗
Always add canonical. Prevents duplicate content issues when the same page is accessible from multiple URLs.
🔑
Keywords are ignored by Google but may still be used by Bing and niche search engines.

What are HTML Meta Tags?

Meta tags are HTML elements placed inside the <head> section of a webpage. They provide metadata — information about the page — to browsers, search engines, and social media platforms. While users don't see meta tags directly, they have a significant impact on how your page appears in search results, how it renders on mobile devices, and how it's shared on social networks.

Unlike the visible content of your page, meta tags are invisible to visitors but critically important to search engines. Google reads your <title> and <meta name="description"> to decide how to display your page in search results. The <meta name="robots"> tag tells crawlers whether to index and follow your page.

The Most Important Meta Tags

  • title tag — Technically not a meta tag but the most important on-page SEO element. Shown as the clickable headline in Google results. Keep it under 60 characters.
  • meta description — The snippet shown below the title in search results. Doesn't directly affect rankings but dramatically affects click-through rates. Aim for 150–160 characters.
  • meta robots — Controls crawling and indexing. index, follow is the default. Use noindex on thank-you pages, admin pages, and duplicate content.
  • canonical link — Tells Google which version of a URL is the "real" one. Essential when content is accessible via multiple URLs (e.g. with/without trailing slash, HTTP vs HTTPS).
  • viewport — Controls layout on mobile. Without it, mobile browsers render the page at desktop width and zoom out, causing a terrible mobile experience and a ranking penalty.
  • charset — Declares the character encoding. Always use UTF-8 to support all languages and special characters correctly.

Frequently Asked Questions

Google officially ignores the keywords meta tag and has done so since 2009. It was abused heavily in the early days of SEO and is no longer a ranking signal. However, Bing still processes it, and some site search engines use it, so it's not harmful to include. This tool generates it as an optional tag — include it if you use Bing Webmaster Tools or have an internal site search that relies on it.
Not directly. Google confirmed that meta descriptions are not a ranking factor. However, a well-written description that matches search intent and includes your target keyword (which Google bolds in results) significantly improves click-through rates — and higher CTR does correlate with better rankings over time. Google may also override your description with content it finds more relevant from your page.
All meta tags must go inside the <head></head> section of your HTML document, before the closing </head> tag. The <title> tag should typically appear first, followed by charset, viewport, and then the rest. Order within the head doesn't affect functionality, but putting charset first is a best practice because it tells the browser how to decode the rest of the document.
The canonical tag (<link rel="canonical" href="...">) tells Google which URL is the "preferred" version of a page when the same content is accessible from multiple URLs. You need it when: your CMS creates paginated versions, when you have session IDs or tracking parameters in URLs, when the same content is syndicated on multiple domains, or when HTTP and HTTPS versions both exist. Set the canonical to the full absolute URL of the preferred version.
Copied!