Missing Meta Description
The meta description is a brief summary of your page's content shown in search engine results below the title. While not a direct ranking factor, it heavily influences click-through rate (CTR) — the percentage of people who click on your result.
Why It Matters
Without a meta description, search engines auto-generate a snippet from your page content — usually a poor excerpt that doesn't sell the click. Pages with compelling meta descriptions get significantly higher CTR.
Code Examples
<head> <title>My Page</title> <!-- No meta description --> </head>
<head> <title>My Page</title> <meta name="description" content="Free online HTML validator. Check your code for errors, get a quality score, and fix issues. No registration required."> </head>
How to Fix
- 1Add a unique meta description to every important page.
- 2Keep it between 120-155 characters for optimal display in search results.
- 3Include your target keyword naturally — Google bolds matching terms.
- 4Write a compelling call-to-action: tell users what they'll get if they click.
Check Your HTML Now
Our validator detects this error automatically and shows the exact line number.
Open HTML ValidatorHostinger — Fast & Affordable Web Hosting
Deploy clean, validated HTML on reliable hosting.
Related HTML Errors
Missing Page Title
Why every HTML page needs a title tag. Impact on SEO, browser tabs, bookmarks, and social sharing.
Missing Viewport Meta Tag
Why the viewport meta tag is essential for responsive design. Fix mobile rendering issues with the correct viewport configuration.
Missing Charset Declaration
Why declaring charset UTF-8 is essential and how missing charset causes encoding issues and garbled text.