Skip to main content
All fixes

SEO, schema, meta tags

Fix Title Tag Too Long: Stay Under Google's SERP Pixel Limit

Google truncates title tags around 580 pixels (roughly 60 characters). Long titles get cut with an ellipsis, hurting CTR. Tighten copy and front-load the keyword.

What's happening

The element in appears as the clickable headline on the SERP. Google does not enforce a hard character limit but a pixel-width cap of roughly 580 pixels on desktop and 920 pixels on mobile. Average characters that fit are 50-60 on desktop, depending on whether they are wide letters (W, M) or narrow ones (i, l).

When titles exceed this width, Google truncates them with an ellipsis. Worse, since 2021 Google frequently rewrites long titles entirely, pulling text from H1 elements or page content instead of using the author's chosen title. The result is that a carefully written title is replaced with a machine-generated one that may miss the keyword and reduce CTR.

The Search Console Performance report does not directly flag this, but a CTR-vs-position regression on a query where you expect to rank well is often a sign that Google is rewriting your title. The Inspection tool's 'View crawled page' shows the raw HTML title, which you can compare against what is actually shown on SERPs.

Why it matters

Truncated titles lose meaning at the cut-off point. A title like 'Complete Guide to SEO Audit Best Practices for...' tells users nothing about what the page actually delivers, and CTR falls accordingly. CTR is a soft ranking signal at best, but it directly drives traffic regardless.

Google rewriting your title costs you keyword targeting. If your title was 'Best Espresso Machines Under $500 for Home Use' but Google decides the H1 'Top Coffee Gear' is more appropriate, you lose the ranking page's relevance signal for the original target query.

Branding suffers too. Many sites end titles with ' | Brand Name' for recall. When titles are truncated, the brand suffix is the first thing dropped, which means search-intent users who recognize your brand lose that recognition cue at the moment of click decision.

Common causes

  • Author wrote a long, descriptive title without checking SERP rendering.
  • CMS auto-generates titles by concatenating page name, category, and brand suffix.
  • Translated titles in non-Latin alphabets (Cyrillic, Devanagari) take more pixel width per character.
  • The brand suffix template is too long ('| The Best Coffee Resource Online Since 2010').
  • Wide characters (W, M, capital letters) push the visible string past the pixel cap before character cap.
  • The same title is reused across many pages, exceeding the cap on the variable-length variants.

Detect this on your site

Run a quick scan with the SEO Auditor. The tool surfaces this exact issue with the records and context needed to apply the fix below.

Open SEO Auditor

How to fix it

  1. 1

    Audit current title lengths

    Crawl the site with a tool like Screaming Frog or use the SEO Auditor to extract every element with its character count and pixel width. Flag any over 60 characters or 580 pixels for review.

  2. 2

    Front-load the primary keyword

    Place the target query at the start of the title. Even if the title is truncated, the keyword stays visible. Move modifiers like 'Complete Guide to' or 'Everything You Need to Know About' to the end or remove them.

  3. 3

    Shorten the brand suffix

    Use a short pipe-separated suffix like ' | Brand' or ' - Brand'. Drop tag lines and 'since 2010' fluff. If brand recognition is critical, consider dropping the suffix on competitive head-term queries entirely.

  4. 4

    Match user intent precisely

    A 50-character title that exactly matches search intent outperforms a 70-character one stuffed with secondary keywords. 'Espresso Machines Under $500' beats 'Best Espresso Machines Under $500 with Reviews and Comparisons in 2026'.

  5. 5

    Test against the SERP simulator

    Use a SERP preview tool to confirm the new title fits both desktop and mobile widths. Pixel widths differ between Chrome and Safari rendering, so leave a small margin (~30 pixels) to be safe.

  6. 6

    Verify Google is using your title

    After deploying, search for the page's primary query and check whether the displayed title matches the source HTML. If Google still rewrites it, the title may not match page content closely enough — align it with the H1 and main heading.

Frequently asked

There is no hard character cap; Google truncates by pixel width — roughly 580 pixels on desktop and 920 pixels on mobile. Character-wise that is about 50-60 on desktop and 70-80 on mobile depending on letter widths.

Google rewrites titles when it judges them too long keyword-stuffed repetitive across the site or mismatched with page content. Aligning the title with the H1 and the actual user-intent query reduces the rewrite rate.

Yes the title is one of the strongest on-page relevance signals along with the H1 and primary content. CTR from the SERP is a secondary signal so titles that earn clicks compound the ranking benefit.

Related fixes