Title & Meta Description Length Checker
Check whether your title tag and meta description fit Google's truncation limits.
33 chars≈ 231 / 600 px
90 chars≈ 630 / 920 px
SERP preview
example.com › your › page
My awesome page — Example dot com
A short blurb that should tell the reader what they get if they click. Keep it actionable.
🔒 Runs entirely in your browser.
</>Use this tool programmaticallycurl · JavaScript · MCP
Same tool, callable from any HTTP client or from Claude (via MCP). Anonymous: 100 req/day per IP. Sign up for 1,000 req/day.
curl
curl https://api.b-e-a-d.com/tools/meta-length-checker/run \
-H "Content-Type: application/json" \
-d '{}'JavaScript (fetch)
const res = await fetch("https://api.b-e-a-d.com/tools/meta-length-checker/run", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({}),
});
const data = await res.json();
console.log(data.result);MCP (Claude Desktop / Claude Code)
# In Claude Desktop / Claude Code, add to your MCP config:
{
"mcpServers": {
"bead": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.b-e-a-d.com"]
}
}
}
# Then ask Claude to call:
mcp__bead__bead_meta_length_checkerFull reference: developer docs · OpenAPI spec
How Google truncates
Google truncates by pixel width, not character count. The current desktop limits are roughly 600 px for titles and 920 pxfor descriptions. Wide letters (M, W) take more room than narrow ones (i, l, t) — "Wmmmmm" will hit the limit faster than "iiiiii".
Pixel widths here are estimated with a canvas measurement of Arial (Google's SERP font). Treat them as guidance, not a guarantee.
You might also like
- Google SERP PreviewPreview how your title, URL, and description will appear in Google search results.
- Headline AnalyzerScore a headline on length, structure, and power-word use — see what's pulling its weight.
- Open Graph Tag GeneratorBuild Open Graph and Twitter Card meta tags from a simple form, with a live share preview.
- Hreflang Tag GeneratorGenerate <link rel="alternate" hreflang="…"> tags for international SEO from a simple table.