Titles and Descriptions That Earn Clicks

Ranking is half the job. The title and description decide whether anyone clicks, and they are the two pieces of markup a searcher actually reads.

Concept

A search result is three lines: a title, a URL, and a snippet. Those three lines are the entire advertisement for your page, and two of them come directly from your markup.

A page ranked third with a compelling title routinely gets more traffic than a page ranked first with a vague one. This is the highest leverage writing on the page.

The title tag

<title>Design Course - Riverside College</title>

Length

Google truncates by pixel width, not character count, so there is no exact limit. Around fifty to sixty characters is the practical guide; capital letters and wide letters consume more space.

Put the important words first, because truncation happens at the end and readers scan the beginning.

Structure

<!-- home page: what the organisation is and does -->
<title>Riverside College - Design and Engineering in Pune</title>

<!-- a section page -->
<title>Courses - Riverside College</title>

<!-- a deep page -->
<title>Design Course Fees 2026 - Riverside College</title>

<!-- an article -->
<title>How to Read a Bus Timetable - Riverside Journal</title>

The pattern Page - Site works well. On long titles the site name can be dropped; it appears in the URL line anyway.

What makes one work

  • Unique. Duplicate titles are among the most commonly reported issues in Search Console.
  • Specific. Design Course Fees 2026 beats Fees.
  • Contains the words people search for, naturally, near the front.
  • Accurate. A title promising something the page does not deliver produces an immediate return.
  • Readable. Not a list of keywords separated by pipes.
<!-- unreadable, and discounted -->
<title>design course | design college pune | best design admission 2026 | apply now</title>

<!-- clear -->
<title>Design Course in Pune - Admission 2026 - Riverside College</title>

Google may rewrite it

Google frequently replaces titles in results when it judges yours unhelpful - too long, keyword stuffed, identical across pages, or not matching the page content. A clear accurate title is how you keep the one you wrote.

The meta description

<meta name="description" content="A three year studio based design course in Pune. Sixty places a year, applications open on 1 June.">

It is not a ranking factor

Google has stated this repeatedly. It affects clicks, not position - which is still worth a great deal.

Length

Around one hundred and fifty to one hundred and sixty characters. Longer is truncated with an ellipsis. Mobile results often show less than desktop.

Writing one

  • Describe the page and give a reason to click.
  • Include the search terms naturally. Matching words appear in bold in the result, which draws the eye.
  • Be concrete. Numbers, dates and specifics outperform adjectives.
  • Unique per page.
  • Do not repeat the title. You have two lines; use them for two things.
<!-- generic -->
<meta name="description" content="Welcome to our website. We offer many courses. Learn more about us.">

<!-- keyword list -->
<meta name="description" content="design course, design college, pune, admission, apply, best">

<!-- concrete -->
<meta name="description" content="A three year studio based design course in Pune. Sixty places, fees from Rs 48,000 a year, applications open on 1 June.">

Google often ignores it

When a query matches text further down the page, Google frequently generates a snippet from that text instead. This is not a failure - it means the page is answering something specific - but write a good description anyway, because social platforms and many other tools use it directly.

Matching search intent

The same subject needs different titles depending on what the searcher wants.

IntentThe searcher wantsTitle shape
InformationalTo understand somethingHow to..., What is..., A guide to...
NavigationalA specific site or pageBrand and page name
CommercialTo compare before decidingBest..., ... compared, ... vs ...
TransactionalTo do something nowBuy..., Apply for..., Book...

A page titled Buy a design course will not rank for what is product design, however good it is, because it answers a different question.

Checking your work

  • Search Console Performance report - which queries show your pages, how many impressions, and the click through rate. A page with many impressions and few clicks has a title and description problem.
  • A search result preview tool - shows how a title and description will be truncated.
  • Search for your own page and read the result the way a stranger would.

Important rules

  • Every page needs a unique title. The description should be unique too.
  • Titles are truncated by pixel width.
  • The description is not a ranking factor.
  • Google may rewrite either.
  • Neither should be keyword stuffed.
  • Both belong in the head and should be rendered server side.

Common mistakes

  • The same title on every page of a site.
  • Leaving an editor default such as Untitled Document.
  • Titles that are keyword lists.
  • No description, or the same description everywhere.
  • A description repeating the title word for word.
  • Promising something the page does not deliver.
  • Injecting both with JavaScript, so a crawler may see neither.

Best practices

  • Write the title as Specific page thing - Site, most important words first.
  • Keep titles under about sixty characters and descriptions under about one hundred and sixty.
  • Write for a person deciding whether to click.
  • Include a concrete detail: a number, a date, a place.
  • Match the search intent of the page.
  • Review click through rates in Search Console and rewrite the worst performers.

Practice

  1. Write titles and descriptions for five pages of one site, keeping each unique and within the length guides.
  2. Search for one of your own pages and read the result as a stranger would. Would you click?
  3. Take a keyword stuffed title and rewrite it as a sentence.
  4. Find your lowest click through rate page in Search Console and rewrite both lines.

Useful resources

Hand picked references for this topic
Written by Lorens Mishra

Software Engineer Notes Management System Administrator

Continue reading

All HTML notes →

Discussion

0 comments
Sign in to join the discussion.

No comments yet. Be the first to say something.