What Is a Meta Description?
The <meta name="description"> tag in HTML provides a brief summary of a web page’s content.
Search engines like Google often display this snippet in search results below the page title.
Although it doesn’t directly affect rankings, a well-written description can significantly improve your click-through rate (CTR) from search engine results pages (SERPs).
Basic Syntax
Here’s how you include a meta description in your HTML <head> section:
<meta name="description" content="Your concise and compelling page summary here.">
Best Practices for Writing Meta Descriptions
- Keep it between 50–160 characters to avoid truncation.
- Include your primary keyword naturally.
- Write in active voice and make it actionable.
- Avoid duplicate descriptions across pages.
- Match the content of the actual page—don’t mislead users.
Good example:
"Learn how to write effective HTML meta descriptions to boost SEO and increase organic traffic."
Why It Matters for SEO
While Google states that meta descriptions are not a direct ranking factor, they play a crucial role in user experience. A clear, relevant description helps users decide whether your page answers their query—leading to more qualified clicks.
Think of it as ad copy for your webpage in the search results!
Common Mistakes to Avoid
- Leaving it blank (search engines will auto-generate one, often poorly).
- Keyword stuffing ("best SEO SEO tips SEO tricks").
- Using the same description on every page.
- Making it too vague or generic.