scalpel@labs: ~/glossary/serp-preview.mdx5 sections

SERP Preview: Simulating How Your Page Looks in Google Results

A SERP preview is a mockup rendering a page's title and meta description the way Google displays them in search results, using pixel widths instead of raw character counts.

extension: Scalpel SEOupdated: 2026-08-14read_time: 2 min
less serp-preview.mdx

Why it matters

Google truncates by rendered pixel width, not character count. A title full of wide capital letters (W, M, I) truncates sooner than a shorter-looking one with narrow letters. A pixel-based preview catches truncation before you publish. A plain character counter won't.

A title that looks perfect at 60 characters can still get cut off in the SERP if most of those characters are wide. A 65-character title of mostly narrow letters may fit perfectly. A SERP preview using pixel widths is the only way to know before your page ranks.

How it works

A SERP preview uses font metrics (typically Arial or similar sans-serif) to estimate pixel width of your title and description at both desktop and mobile viewport widths. Desktop search results allow around 600 pixels for a title before truncation; mobile allows roughly 380 pixels.

The preview can't predict whether Google will use your authored title or rewrite it with a snippet from the page. That choice depends on the search query and the page. But the preview shows the maximum safe width for your original title so you avoid truncation when Google does choose to display it.

What does not matter

A 60-character character count is just a rule of thumb. Two titles with identical character counts can render at vastly different pixel widths depending on their letter composition. Your gut sense of length is unreliable. Only a pixel-based preview reveals the truth.

Google's exact font isn't publicly known, and pixel widths may vary slightly based on the user's browser, OS, and rendering engine. A SERP preview gives an approximation good enough to avoid obvious truncation, not pixel-perfect accuracy. Aiming for a safe margin (around 560 pixels desktop, 360 pixels mobile) is the practical approach.

Code example

Two titles with the same character count but different pixel widths (illustration):

Title A: "Worms: What They Eat" (19 chars, ~150px)
Title B: "llllll iiii eee jjjj" (19 chars, ~80px - all narrow letters)

Your title in the page source:

<head>
  <title>Digital Marketing Strategy: Complete Guide for 2025</title>
  <meta name="description" content="Learn proven digital marketing strategies, tactics, and tools to grow your business online. Expert-backed guide with real-world examples and step-by-step actions.">
</head>

How it might appear in the SERP at desktop width (before potential Google rewrite):

Digital Marketing Strategy: Complete Guide for 2025
Learn proven digital marketing strategies, tactics, and tools to grow your
business online. Expert-backed guide with real-world examples...

And on mobile (smaller viewport, more truncation):

Digital Marketing Strategy: Complete...
Learn proven digital marketing strategies, tactics, and tools...

How Scalpel shows it

Scalpel SEO's SERP Preview panel renders the live title and meta description at both desktop and mobile widths, showing exactly where truncation will occur. The preview updates in real time as you edit the page source, so you can catch truncation problems before publishing and adjust your title or description to fit safely within the pixel margins.

Sources