Titles and meta descriptions that earn clicks
The title tag and meta description are your listing in search results. Learn how to write ones that rank and get clicked, and the mistakes that waste them.
When your page appears in search results, two things do the selling: the title tag (the blue link) and the meta description (the grey summary underneath). They don't just help ranking — they decide whether anyone clicks. Both are easy to get wrong in ways that quietly cost traffic.
The title tag
Every page needs one unique, descriptive title. Put the most important words first, keep it roughly 50–60 characters so it isn't truncated, and make each page's title distinct — duplicate titles across pages confuse search engines and users alike.
<title>Website security headers explained · AstraScope</title>The meta description
The meta description doesn't directly affect ranking, but it's your ad copy in the results. Write a unique, specific summary of about 140–160 characters that answers the searcher's intent and includes the key terms — search engines bold matching words.
<meta name="description" content="What each HTTP security header does — HSTS, CSP, Referrer-Policy — and the exact value to set for each.">One H1, matching intent
The on-page <h1> should state what the page is about and broadly align with the title. Use exactly one <h1> per page, then nest <h2>/<h3> in a logical order — heading structure helps both SEO and screen-reader users.
How to fix it
- Give every indexable page a unique title (~50–60 chars) and description (~140–160 chars).
- Front-load the important words; match the page's actual content and intent.
- Ensure exactly one <h1>, with a sensible heading hierarchy beneath it.
- Re-scan to confirm no duplicate or missing titles/descriptions remain.
Glossary
- Title tag
- The <title> element; shown as the clickable headline in search results and the browser tab.
- Meta description
- A short page summary shown under the title in search results; influences click-through, not ranking.
- SERP
- Search engine results page — the list of results for a query.