SEO Metadata 101
A tactical guide to title tags, meta descriptions, Open Graph cards, canonical URLs, and schema markup for organic search ranking.
TL;DR
- Keep title tag character lengths strictly under
sixty-characters. - Write action-oriented meta descriptions within
one-hundred-sixtycharacters. - Eliminate duplicate content penalties by declaring an explicit
canonical-url.
Core Header Meta Tags
Title TagPrimary clickable headline displayed in search results and browser tabs.
<title>Primary Keyword - Secondary Benefit | Brand</title>Meta DescriptionShort promotional summary that drives organic search click-through rate.
<meta name="description" content="140-160 char summary">Canonical LinkDesignates authoritative master URL to consolidate indexing credit.
<link rel="canonical" href="https://example.com/page">Robots DirectivesInstructs search engine spiders whether to index and follow page links.
<meta name="robots" content="index, follow, max-snippet:-1">Social and Open Graph Protocol
OG Title and DescriptionCustom headline and copy optimized for social feed timeline display.
<meta property="og:title" content="Engaging Headline">
<meta property="og:description" content="Hook sentence.">OG Image CardHigh-resolution preview thumbnail rendered when link is shared.
<meta property="og:image" content="/og/card-1200x630.png">Twitter Card TypeForces large visual preview format on Twitter and X timeline feeds.
<meta name="twitter:card" content="summary_large_image">Structured Data (JSON-LD)
Article SchemaCommunicates publication dates, author identity, and article entity details.
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "SEO Metadata 101"
}BreadcrumbList SchemaEnables breadcrumb navigation trails directly in search result snippets.
{
"@type": "BreadcrumbList",
"itemListElement": [{ "position": 1, "name": "Home" }]
}FAQPage SchemaUnlocks interactive accordion question-answer dropdowns in search results.
{
"@type": "FAQPage",
"mainEntity": [{ "@type": "Question" }]
}Tips
- Front-load your primary target keyword in the
title-tagto maximize crawl relevance and user click-through rates. - Embed structured JSON-LD
schema-markupto earn enhanced search snippet rich results and star ratings.
Warnings
- Never keyword-stuff meta descriptions to prevent Google algorithmic
search-demotionpenalties. - Avoid omitting Open Graph image tags which causes broken generic previews when links are shared on
social-media.
In Practice
Measure the organic traffic impact of optimizing title tags and meta descriptions.
A cheatsheet page receives 10,000 monthly Google impressions with a baseline 2% CTR.
- Calculate baseline monthly visitors: 10,000 impressions * 0.02 CTR = 200 visits.
- Rewrite title tag and meta description with emotional CTR hooks and clear benefit.
- Measure improved organic CTR over 30 days: CTR increases from 2.0% to 5.5%.
- Calculate new monthly visitors: 10,000 impressions * 0.055 CTR = 550 visits (+350 visitors).
Page gains 350 additional organic visitors per month with zero ad spend.
Optimizing metadata click-through rates instantly multiplies organic traffic volume.
FAQ
Keep title tags between 50 and 60 characters (or under 600 pixels). Google truncates longer titles with an ellipsis in search engine results pages, which lowers click-through rates.
No. Major search engines including Google have ignored the meta-keywords tag since 2009 due to historic keyword spam abuse. Focus instead on title tags, headings, and high-quality body copy.
A canonical-url tag tells search crawlers which version of a URL represents the master copy. This prevents duplicate content penalties when pages can be reached via multiple URL query strings.