Tested tool guide
Tested browser tools
Checked August 16, 2026
What Page Title Length Checker does, with a checked example
This tool measures a title tag two ways: raw character count and estimated rendered pixel width, then previews how the title would appear in a Google desktop and mobile search snippet, including where an ellipsis would cut it off. You can check one title or paste a batch, one per line, to screen a whole list at once. The thing most people get wrong: Google truncates based on pixel width in its SERP font, not character count, so a 60-character title full of narrow letters like 'i' and 'l' can survive intact while a 50-character title full of 'W' and 'M' gets clipped.
Worked example
A concrete input and expected output from the current implementation.
Input
Best Running Shoes for Flat Feet in 2026 | Brand Name
->
Expected output
53 characters. Estimated pixel width is under the desktop cutoff, so the preview shows the full title with no ellipsis; the mobile preview is narrower and worth checking separately.
Character count is a straight tally of the input string; the pixel estimate and truncation flag come from summing each character's rendered width against the tool's font-width table and comparing it to the desktop and mobile limits.