Title Tag 60-Character Limit: Real Rule or Just a Myth?
By Ugur Saritepe · July 9, 2026
There is no 60-character limit on title tags. Google's own documentation says the <title>element — the line in your HTML that search engines read as your page's name — can be any length. What gets cut in search results is decided by pixel width, not characters, and past a certain length the real risk isn't the ellipsis: it's Google replacing your title entirely.
The 30-second self-diagnosis
Don't count characters — look at what Google actually displays. Search for your page (your brand name, or site:yourdomain.com) and compare the title shown in the results with the one in your HTML. To see your HTML title exactly as a crawler does:
curl -s https://yourdomain.com | grep -o "<title>[^<]*</title>"
The comparison sorts you into one of three cases:
- Google shows your full title.You're done — there is nothing to fix, whatever a character counter says.
- Google shows your title cut off with … The title is wider than the display slot. Whether that matters depends on what got cut — see when to care below.
- Google shows different text entirely. Your title was rewritten. This is the outcome worth acting on, because you no longer control what searchers read.
Where the 60-character number comes from
Google's title link documentation (as of July 2026) states it plainly: “While there's no limit on how long a <title>element can be, the title link is truncated in Google Search results as needed, typically to fit the device width.” No character number appears anywhere in the official guidance — the 60 comes from third parties measuring the results page. SERP-tracking tools put the desktop title slot at roughly 600 pixels, and about 50–60 average English characters fit in 600 pixels. The character count is a proxy for a pixel budget.
That's why the “limit” is soft at the edges. Letters have different widths: a title packed with narrow letters like i, l, and t can display fully at 65+ characters, while one packed with wide capitals like W and Mcan be cut before 55. A title that counts as “one character over the limit” may render completely untouched.
What actually happens past 60 characters
Nothing, as far as ranking goes. Google reads and indexes the full title element whatever its length — truncation only changes what searchers see, not what the algorithm uses. A long title has two possible display outcomes, and only one of them is the ellipsis.
The other is a rewrite. Google has generated its own title links since 2012, and its September 2021 update put a number on it: the <title> element is used about 87% of the time, and for the rest Google builds the displayed title from your H1, other prominent on-page text, or the anchor text of links pointing at the page. The largest independent measurement, Zyppy's study of 80,959 titles across 2,370 sites (Q1 2022), found 61.6% of titles were changed at least partially — and length was the strongest predictor:
- 1–5 characters:rewritten 96.6% of the time — titles like “Home” get expanded, not trimmed.
- 51–60 characters:the safest band, with 39–42% rewritten — the lowest rate of any length.
- Over 60 characters: more than 76% rewritten.
- Over 70 characters: 99.9% rewritten — at this length, the title you wrote is effectively a suggestion.
So the honest framing is this: 50–60 characters isn't a limit you must obey, it's the band where what you wrote is most likely to be shown as you wrote it.
When to care — and when to move on
Work through these in order and stop at the first one that applies:
- Google displays your title fine? Move on. The character count is irrelevant if the display is right.
- Google rewrote your title badly?Fix it — this is the case that costs clicks. Shorten toward 51–60 characters, make the title match your H1 (Google's most common replacement source), and strip repeated boilerplate. Google's documentation names keyword stuffing and repeated template text as triggers.
- The ellipsis cuts something a searcher needs? Front-load. Put the search phrase in the first 50 characters and let the brand name take the cut instead — the standard pattern is
What the page answers | Brand, because the right end is what truncation removes. - Your title is 61–65 characters and displays with a cut brand name?That's cosmetic. Fix it when you're editing the page anyway; it is not a to-do item on its own.
How TrafficTriage checks this
Title length is part of the Page basics check in our free Triage Report, and we deliberately report it as an informational note, not a Critical or Monitor finding. A missing title is scored — that's a real defect. A 61-character title gets one honest sentence: Google shows roughly 50–60 characters, the end may be cut off, and it's a display concern, not a ranking one. We built it that way because a checker that turns “one character over a third-party guideline” into a red flag is manufacturing urgency. The same check reads your meta description and social preview tags — the other places where what machines display isn't what you wrote.
From experience: our own title fails the counter
When we added the length note to our triage engine in July 2026, the first site it flagged was our own: the traffictriage.com homepage title measured 61 characters. We shipped the check and left the title alone — Google was displaying it without issues, and one character past a pixel-derived guideline changes nothing a searcher sees. That's the test we'd suggest for your site too: the counter said “over”, the search results page said “fine”, and the results page is the one that's right. Other checks from the same report are explained in Checks Explained.
FAQ
Does Google penalize long title tags?
No. Google's documentation says there is no limit on how long a <title> element can be, and a long title carries no ranking penalty. The two real risks are display-side: the title may be cut off with an ellipsis in search results, or Google may replace it with text it generates from your page. Neither changes where the page ranks.
How many characters does Google show in a title link?
Google truncates by available pixel width, not by a character count — the official wording is that titles are cut “as needed, typically to fit the device width.” SERP-measurement tools put the desktop slot at roughly 600 pixels, which works out to about 50–60 average English characters. A title full of narrow letters can display fully at 65+ characters; one full of wide capitals can be cut before 55.
Why does Google show a different title than my title tag?
Because Google rewrites titles it considers too long, boilerplate, keyword-stuffed, or mismatched with the page. When it rewrites, it builds the title link from your H1, other on-page text, or the anchor text of links pointing at the page. Google said in September 2021 that it uses the actual <title> element about 87% of the time — for the rest, it substitutes its own pick.
Do keywords after the 60th character still count for ranking?
Yes. Google reads and indexes the full <title> element regardless of length — truncation only affects what searchers see on the results page. That said, a keyword you push past the visible cut-off can't help your click-through rate, and a very long title makes a full rewrite far more likely, so front-load what matters.
Want your title, description, and the other basics checked?
Get a free Triage Report: eight checks run from your URL alone — no Search Console access needed — each scored Critical / Monitor / Healthy, ending with the one thing to fix this week. It renders on your screen in about half a minute — no signup, no email required.