SEO

SEO Meta Tags: The Complete Guide to Title Tags, Descriptions, and OG Tags

Meta tags are invisible to visitors but critical for search rankings and social sharing. Learn exactly what to write for each tag — and use our free Meta Tag Generator.

T
Twinkle Tara Team
SEO Specialist · · 3 min read
SEO Meta Tags: The Complete Guide to Title Tags, Descriptions, and OG Tags

SEO Meta Tags: The Complete Guide to Title Tags, Descriptions, and OG Tags

Meta tags are snippets of HTML code that live inside the <head> of your webpage. Visitors never see them — but Google, Twitter, and Facebook read them constantly. Getting them right can double your click-through rate from search results.

The Essential Meta Tags

1. Title Tag

The single most important on-page SEO element. It appears as the clickable headline in Google search results.

<title>Free Word Counter Tool — Twinkle Tara Tools</title>

Best practices:

  • Length: 50-60 characters (Google truncates at ~60)
  • Include the primary keyword near the beginning
  • Include your brand name at the end with a separator (|, —, :)
  • Make it compelling — it's your ad copy in search results
  • Unique for every page — never duplicate title tags

Good: Free EMI Calculator Online — Calculate Loan EMI Instantly
Bad: Home Page or Tools

2. Meta Description

The snippet of text displayed below your title in search results. Not a direct ranking factor, but massively impacts click-through rate.

<meta name="description" content="Calculate your monthly loan EMI instantly. 
Enter loan amount, interest rate, and tenure. Free, fast, no sign-up required.">

Best practices:

  • Length: 150-160 characters (Google truncates beyond this)
  • Include your primary and secondary keywords naturally
  • Include a call to action: "Try free", "Calculate now", "Get instant results"
  • Be specific: Tell the user exactly what they'll get
  • Unique for every page

3. Robots Meta Tag

Controls how search engines crawl and index your page:

<meta name="robots" content="index, follow">

Common values:

  • index, follow — Default; crawl this page and follow links
  • noindex, follow — Don't index this page in search results
  • noindex, nofollow — Don't index and don't follow links (use for admin pages)

4. Canonical Tag

Prevents duplicate content penalties when the same content exists at multiple URLs:

<link rel="canonical" href="https://tools.twinkletara.com/text/word-counter">

Open Graph (OG) Tags — For Social Sharing

OG tags control how your page appears when shared on Facebook, LinkedIn, WhatsApp, and other social platforms.

<meta property="og:title" content="Free Word Counter Tool">
<meta property="og:description" content="Count words, characters, and reading time instantly.">
<meta property="og:image" content="https://tools.twinkletara.com/og-image.png">
<meta property="og:url" content="https://tools.twinkletara.com/text/word-counter">
<meta property="og:type" content="website">

Image requirements:

  • Minimum size: 1200 × 630 pixels
  • Aspect ratio: 1.91:1
  • File format: PNG or JPG
  • File size: Under 8MB

Without an OG image, social platforms display a grey box. With a compelling OG image, shares get 3x more engagement.

Twitter Card Tags

Similar to OG tags but specifically for Twitter/X:

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Free Word Counter Tool">
<meta name="twitter:description" content="Count words, characters, and reading time instantly.">
<meta name="twitter:image" content="https://tools.twinkletara.com/og-image.png">

How to Use Our Meta Tag Generator

Our Meta Tag Generator creates all essential meta tags for you:

  1. Enter your page title and description
  2. Enter your page URL and OG image URL
  3. Select your robots directive and content type
  4. Get the complete, copy-ready HTML code block

Checking Your Meta Tags

After publishing, verify your tags with these free tools:

  • Google Search Console: Check how Google sees your pages
  • Twitter Card Validator: Preview your Twitter card (cards-dev.twitter.com)
  • Facebook Sharing Debugger: Preview Facebook sharing (developers.facebook.com/tools/debug)
  • Metatags.io: Preview all social previews at once

Generate your SEO meta tags in seconds with our free Meta Tag Generator.

seometa tagsopen graphtitle tags
T
Twinkle Tara Team
SEO Specialist — Twinkle Tara Tools

The Twinkle Tara editorial team writes practical guides on free online tools, digital workflows, SEO, and productivity — without the jargon.

Related Articles

Back to Blog