Every SEO plugin that flags "your title is 65 characters, 5 over the limit!" is wrong in two directions at once. Short titles with wide characters truncate. Long titles with narrow characters don't. Google renders titles in a proportional font and truncates at a pixel width, not a character count.
The SERP Snippet Pixel Preview uses a <canvas> measureText pass to render your title + meta description + URL exactly the way Google does on desktop and mobile, then flags truncation at the real pixel boundaries.
The pixel thresholds as of 2026
- Desktop title: ~580 px (Arial 20px bold)
- Desktop description: ~920 px per line, 2 lines (~160 chars of average text, but highly variable)
- Mobile title: ~460 px (Arial 18px bold)
- Mobile description: ~680 px per line, 3 lines
A title of all capital Ws ("WIRELESS WALL-MOUNTED WASHING") hits 580 px at around 24 characters. A title of all lowercase i's hits it at around 120. Real titles land in between; the character-count heuristic is right to one significant figure but wrong on the boundary cases — which is exactly where truncation matters.
What the tool catches
Three failure modes that character counts miss:
- Title looks fine in the editor, truncates in the SERP. Count is 58, pixels are 612. Common with caps-heavy titles ("THE BEST WAY TO…").
- Title leaves pixel budget on the table. Count is 54, pixels are 430. You could fit 30 more pixels of keyword without truncation. Common with narrow-letter words.
- Meta description truncates at the mobile 3rd line. Desktop renders 160 chars fine; mobile caps the 3rd line at an earlier pixel position than you'd expect if you only tested desktop.
Related reading
- Meta + OG Inspector — live tag inspection
- Mega Analyzer — title/meta is one of 70+ checks
- Keyword Inspection — SERP top-10 research
Fact-check notes and sources
- Google title-tag truncation behavior: developers.google.com/search/docs/appearance/title-link
- Mangools SERP Simulator: mangools.com/free-seo-tools/serp-simulator
- Canvas 2D measureText API: developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/measureText
The $20 Dollar Agency covers title-and-meta iteration as a weekly cadence for every client site. The preview is the render check before you ship.