Meta Tag Generator — Free SEO Meta Tags

Generate complete SEO meta tags including title, description, keywords, Open Graph, Twitter Cards, robots, canonical and JSON-LD schema. Copy ready-to-paste HTML in one click.

Free Open Graph Twitter Cards JSON-LD Schema SERP Preview
Basic SEO Tags
0/60
⭐ Ideal: 50–60 characters. Put primary keyword first. This is the clickable link in Google.
0/160
Not a direct ranking factor but greatly impacts click-through rate (CTR). Include primary keyword and a CTA.
(comma separated)
Google ignores keywords meta tag. Optional — may help internal search and some minor engines.
Preferred URL to avoid duplicate content issues.
Open Graph Tags (Facebook, LinkedIn, WhatsApp)
Defaults to Page Title
Defaults to Meta Description
Use 1200×630px image for best results on all platforms. Min 200×200px.
Twitter Card Tags
JSON-LD Schema Markup
📝
Title
📄
Description
🌐
OG Tags
🐦
Twitter
Google Search Preview
Your Page Title
https://yoursite.com/page
Your meta description will appear here...
Social Share Preview (WhatsApp / LinkedIn)
yoursite.com
Page Title
Page description...
Generated HTML Code

Free Meta Tag Generator — Create SEO Meta Tags Online

Our free meta tag generator creates complete, ready-to-paste HTML meta tags for any webpage. Unlike basic tools that only generate title and description, our advanced generator creates all essential meta tags — including Open Graph for social media sharing, Twitter Cards, robots directives, canonical URL tags, and optional JSON-LD structured data schema — all in one tool.

🔍
SERP Preview
Real-time Google search result preview as you type.
📱
Social Preview
WhatsApp & LinkedIn share card preview with OG image.
📊
Character Checker
Color-coded character count for title and description.
🧬
JSON-LD Schema
Generate WebPage, Article, Product, FAQ schema markup.
🐦
Twitter Cards
All 4 Twitter Card types supported.
💯
100% Free
No signup, no watermark, unlimited use. Free forever.

What Are Meta Tags?

Meta tags are HTML elements placed in the <head> section of a webpage that provide metadata — information about the page — to search engines, browsers, and social media platforms. Users cannot see meta tags directly on the page, but they play a critical role in how your page is discovered, indexed, and displayed in search results and social media feeds.

Meta tags serve three main purposes:

  1. SEO (Search Engine Optimization): Title tags and meta descriptions help Google understand page content and display it correctly in search results. The title tag is a confirmed Google ranking factor.
  2. Social Sharing: Open Graph and Twitter Card tags control how your page looks when shared on Facebook, LinkedIn, WhatsApp, Twitter, and other platforms.
  3. Browser Instructions: Robots meta tags tell crawlers whether to index a page; charset tags ensure correct text encoding; viewport tags control mobile display.

Complete Guide to All Meta Tags

1. Title Tag

The title tag (<title>) is arguably the most important on-page SEO element. It appears as the clickable blue headline in Google search results and in browser tabs. Best practices:

  • Keep it 50–60 characters (roughly 600 pixels wide in Google's display)
  • Include your primary keyword as early as possible (ideally in the first 3 words)
  • Make it unique for every page on your site
  • Include your brand name at the end: "Keyword Phrase — Brand Name"
  • Write for humans first, then search engines
Good Title ExampleWhy It Works
Free BMI Calculator — CalculatorOnline.toolsKeyword first, clear value prop, brand at end, 52 chars
EMI Calculator India — Home, Car & Personal LoanPrimary keyword, India targeting, secondary keywords, 52 chars
Image Compressor — Reduce Image Size Online FreeKeyword, benefit, free in title, 51 chars

2. Meta Description

The meta description appears below the title in search results. While not a direct ranking factor, it is crucial for Click-Through Rate (CTR) — a poorly written description can lose you clicks even if you rank #1. Best practices:

  • Keep it 150–160 characters maximum
  • Include your primary keyword (Google often bolds it when it matches the search query)
  • Include a clear call-to-action: "Calculate now", "Try free", "Get instant results"
  • Accurately describe what the user will find on the page
  • Use the AIDA framework: Attention → Interest → Desire → Action
  • Make it unique for each page — don't use duplicate descriptions

3. Meta Keywords Tag

The meta keywords tag is effectively obsolete for major search engines. Google announced in 2009 that it does not use meta keywords as a ranking factor, and Bing confirmed the same. However, some smaller search engines and internal site search systems still reference it. Including it does not hurt your SEO.

4. Robots Meta Tag

The robots meta tag tells search engine crawlers how to handle a page:

DirectiveMeaningWhen to Use
index, followIndex page, follow links (default)All public pages
noindex, followDon't index, follow linksThank-you pages, login, search results pages
noindex, nofollowDon't index, don't follow linksAdmin pages, private content
noarchiveDon't show cached versionPages with time-sensitive info
nosnippetDon't show meta description or snippetLegal/copyright sensitive content

5. Canonical URL Tag

The canonical tag (<link rel="canonical">) solves the duplicate content problem. If your page is accessible via multiple URLs (e.g., with and without www, with different parameters, or via HTTP and HTTPS), the canonical tag tells Google which version is the "master" and should be indexed.

Common duplicate content scenarios where canonical tags are essential:

  • www vs non-www: example.com vs www.example.com
  • HTTP vs HTTPS: http://example.com vs https://example.com
  • Trailing slash: /page vs /page/
  • URL parameters: /page?ref=social vs /page?utm_source=email
  • Paginated content: /page/1 vs /page/2 (canonical to /page)

6. Open Graph (OG) Tags

Open Graph tags, created by Facebook in 2010 and now universally supported, control how your page appears when shared on social media. Without OG tags, social platforms generate their own preview — often with the wrong image, title, or description. The essential OG tags are:

TagValuePurpose
og:titlePage title (60–90 chars for OG)Title in social preview
og:descriptionDescription (65–200 chars)Description in social preview
og:imageImage URL (1200×630px)Large image in social preview
og:urlCanonical page URLEnsures correct URL in preview
og:typewebsite/article/productPage type classification
og:site_nameYour site nameBrand in social preview

7. Twitter Card Tags

Twitter (now X) uses its own meta tags separate from Open Graph for tweet link previews. The recommended card type is summary_large_image — this shows a large banner-style image in tweets, dramatically increasing engagement compared to the small thumbnail of the basic summary card.

Key Twitter Card tags:

  • twitter:card — Card type (summary_large_image recommended)
  • twitter:site — Your Twitter @handle
  • twitter:title — Tweet card title (defaults from OG title)
  • twitter:description — Tweet card description
  • twitter:image — Tweet card image (2:1 ratio, min 300×157px, max 4096×4096px)

8. JSON-LD Structured Data

JSON-LD structured data (schema.org markup) helps Google understand your page content more precisely and can qualify your page for rich results in search — including star ratings, FAQ dropdowns, recipe information, event details, and more. Key schema types:

Schema TypeEnables Rich ResultsBest For
FAQPageFAQ dropdown in search resultsQ&A pages, tool help sections
Article/BlogPostingArticle rich results, Top StoriesBlog posts, news articles
ProductPrice, availability, ratings in searchE-commerce product pages
LocalBusinessBusiness info, hours, ratingsLocal business websites
HowToStep-by-step in search resultsTutorial and how-to pages
OrganizationKnowledge panel, logo in searchCompany/brand pages
SoftwareApplicationApp info, ratings in searchSoftware, web app pages

How to Add Meta Tags to Your Website

  1. Generate your meta tags using our tool above
  2. Copy the generated HTML code
  3. Paste it into your webpage's <head> section — after the opening <head> tag and before the closing </head> tag
  4. WordPress users: Use Yoast SEO or RankMath plugin — paste in the appropriate fields, not manually in code
  5. Verify using Google's tools: Use Google's Rich Results Test or the URL Inspection tool in Google Search Console to verify your tags are correctly implemented

Meta Tags vs Header Tags — Key Difference

A common confusion is between meta tags and HTML header tags. They serve completely different purposes:

ElementLocationVisible?Purpose
Title meta tag<head> sectionNo (browser tab + SERP)Search result clickable headline
Meta description<head> sectionNo (SERP snippet)Search result description
H1 tag<body> sectionYesMain page heading
H2–H6 tags<body> sectionYesSection subheadings

Best practice: Your H1 and title tag should target the same primary keyword but don't need to be identical. The title appears in Google; the H1 appears on your page to visitors.

Common Meta Tag Mistakes to Avoid

  • Duplicate title tags: Every page needs a unique title. Pages with identical titles confuse Google about which to rank for which query.
  • Missing meta descriptions: While Google may generate snippets automatically, your custom descriptions are usually more compelling and keyword-targeted.
  • Too long or too short titles: Under 50 characters misses keyword opportunity; over 60 characters gets truncated with "..."
  • Keyword stuffing in titles: "Best BMI Calculator India Free Online BMI Tool" — stuffed, low quality, Google may rewrite it.
  • Missing OG image: Posts without OG images get tiny or no image in social previews, dramatically reducing engagement.
  • Wrong OG image dimensions: Use exactly 1200×630px for optimal display across all platforms.
  • Not using canonical tags on paginated content: Each pagination page (/page/1, /page/2) without canonical tags creates duplicate content signals.

How Google Uses Meta Tags — 2024 Update

Google's handling of meta tags has evolved significantly. Key 2024 facts:

  • Title tag rewrites: Google rewrites title tags approximately 61% of the time when they are too long, keyword-stuffed, or don't match page content well. Our generator helps you write titles Google won't rewrite.
  • Meta description rewrites: Google shows its own generated snippets instead of your meta description approximately 71% of the time, typically pulling content from the page body. A compelling, accurate meta description is still worth writing as Google sometimes uses it — particularly when it well-matches the search query.
  • Core Web Vitals are now ranking factors: While not meta tags, page speed (LCP), visual stability (CLS), and interactivity (INP) all affect rankings. Meta tags alone won't overcome poor Core Web Vitals.
  • E-E-A-T signals: For YMYL (Your Money or Your Life) topics, Google values author meta information and structured data indicating expertise and authoritativeness.

Frequently Asked Questions

What is the ideal meta title length for SEO?
The ideal meta title length is 50–60 characters. Google displays titles up to approximately 600 pixels wide (about 60 characters in standard fonts). Titles shorter than 50 characters may miss keyword opportunities; titles longer than 60 characters are truncated with "..." in search results. Always put your primary keyword near the beginning.
Do meta keywords still affect Google rankings?
No. Google officially stopped using the meta keywords tag as a ranking signal in 2009. Bing also ignores it. The meta keywords field is essentially obsolete for the two largest search engines. You can still add it (it won't hurt) but don't expect any SEO benefit from it.
What size should my OG image be?
The recommended OG image size is 1200×630 pixels (1.91:1 ratio). This displays optimally on Facebook, LinkedIn, WhatsApp, and Twitter/X. The minimum size is 200×200 pixels, but images smaller than 600×315px will appear as tiny thumbnails. Keep file size under 8MB (ideally under 1MB for fast loading).
How do I verify my meta tags are working?
After adding meta tags, verify them using: (1) Google Rich Results Test — tests JSON-LD schema; (2) Facebook Sharing Debugger — tests OG tags; (3) Twitter Card Validator; (4) Google Search Console URL Inspection — see how Google sees your page; (5) Browser developer tools — View Source (Ctrl+U) and search for your meta tags in the HTML source.
Does my meta description affect click-through rate?
Yes, significantly. While meta descriptions are not a direct ranking factor, they act as "ad copy" for your search result. Studies show that results with compelling, keyword-relevant descriptions can see 5–20% higher CTR than those with generic or missing descriptions. Higher CTR indirectly benefits rankings over time as it signals relevance to Google.
What is JSON-LD and do I need it?
JSON-LD (JavaScript Object Notation for Linked Data) is Google's preferred format for adding structured data (schema markup) to pages. It helps Google understand your content better and can enable rich results — star ratings, FAQ dropdowns, recipe cards, event details. While not required, structured data can significantly increase your search result's visual size and CTR. It's especially valuable for FAQ pages, product pages, and how-to content.