The title tag is the clickable headline that shows in Google search results and browser tabs. It is one of the strongest on-page signals you fully control — and getting it right is the fastest win in SEO.
Why the Title Tag Matters
- It tells Google what the page is about (primary keyword signal).
- It is the first thing searchers read, so it drives your click-through rate (CTR).
- Higher CTR sends a positive engagement signal that can lift rankings.
A weak or missing title means Google may rewrite it for you — usually worse than what you would have written.
The Ideal Length
Google truncates titles at roughly 580–600 pixels, which is about 50–60 characters. Aim for that range.
| Length | Result |
|---|---|
| Under 30 chars | Wastes space, looks thin |
| 50–60 chars | Ideal — full title shows |
| Over 60 chars | Truncated with "…" |
The real limit is pixels, not characters — wide letters (W, M) eat more space than narrow ones (i, l).
The Format That Works
Primary Keyword - Secondary Benefit | Brand
Examples:
<title>How to Write SEO Title Tags (2026 Guide) | SEO Snapshot</title>
<title>Free SEO Audit Tool - 100 Checks, No Signup | SEO Snapshot</title>
Rules of thumb:
- Put the primary keyword first — it carries the most weight and survives truncation.
- One page, one unique title — never duplicate titles across pages.
- Write for humans — a compelling promise beats keyword stuffing.
- Add the brand at the end — helps recognition without wasting front space.
How to Set It
HTML:
<head>
<title>Your Page Title Here | Brand</title>
</head>
Next.js (App Router):
export const metadata = {
title: 'Your Page Title Here',
};
WordPress: Use Yoast or Rank Math — edit the "SEO title" field on each page.
Common Mistakes
- The same title on every page (Google picks one, ignores the rest).
- Titles over 60 characters that truncate mid-word.
- Missing keyword, or keyword buried at the end.
- Title identical to the H1 with no variation.
Check Your Titles
Run your URL through SEO Snapshot — it flags missing, duplicate, too-short, and too-long titles, and shows exactly how your title renders in search results.