Meta Description
Checks that every page has a unique meta description between 50-160 characters.
What this check measures
We read the <meta name="description"> tag and flag missing, empty, duplicated, or out-of-range descriptions. Descriptions do not directly affect ranking but drive 10-30% of click-through rate.
Why it matters
Meta descriptions become the grey snippet under your search result. Missing descriptions let Google auto-generate one, usually worse than what you would write. AI search engines (ChatGPT, Perplexity) also read descriptions as a quick summary signal when citing your page.
How our audit detects it
HTML parser extracts the description meta tag and measures length, uniqueness per URL, and whether the value is a repeated sitewide string.
Typical findings
- error_outlineMeta description is missing entirely on all or most pages.
- error_outlineEvery page uses the company tagline as the description.
- error_outlineDescription exceeds 160 chars and gets cut off in search results.
- error_outlineDescription is set via client-side JS and not visible to crawlers.
How to fix
Write one description per page: hook in the first 120 chars, total under 160. Treat it like ad copy — promise value, hint at what's inside, include the primary keyword once naturally.
Copy-paste fix prompt for your stack
Lovable · Cursor · Bolt · v0 · Replit · Windsurf · Claude Code · Base44
Frequently asked questions
Do meta descriptions affect ranking?expand_more
What character length is ideal?expand_more
Does Google always use my description?expand_more
Want this checked on your site?
Pantra runs the full audit (SEO, Security, GEO, Performance, Schema, Technical, Images) in 10 seconds and generates stack-specific fix prompts.
Scan my siteRelated checks
Meta Title
Checks that every page has a unique, keyword-rich <title> tag between 10-60 characters.
SEOH1 Tag
Checks that every page has exactly one H1 tag containing the primary keyword.
SEOHeading Hierarchy
Checks heading order — H1 → H2 → H3 without skipping levels.
SEOCanonical Tag
Checks that the canonical URL is set correctly and points to the preferred version.