Meta Titles and Descriptions: How to Write and Check Them
Title tags and meta descriptions are simple pieces of HTML, but they influence how pages are understood and presented in search results. They should be treated as concise editorial summaries, not as fields to fill with repeated keywords.
What the title tag does
The HTML <title> identifies the document and is commonly used as a strong source for the browser tab and search result title. Search engines may rewrite it when another label better matches a query, but that does not make the original title unimportant.
A useful title usually tells the reader what this specific page is about and, when helpful, includes the site or brand name. Repeating the same title across many pages makes those pages harder to distinguish.
What the meta description does
The meta description is a short summary placed in the document head. Search engines may use it as snippet text, or they may choose visible page text that better answers the query. Think of the description as an accurate preview rather than guaranteed ad copy.
A good description explains what the visitor will find after clicking. Avoid vague claims and avoid duplicating the same sentence across every page.
Length is a presentation issue, not a magic number
There is no single character count that guarantees a title or description will display in full. Search interfaces use available pixel width, device size and query context. Write the important information early, stay concise, and review how the text reads when truncated.
If a title becomes a long list of keywords or a description becomes a paragraph, that is usually a sign that the page topic is not being summarized clearly.
Common launch mistakes
Typical problems include missing titles, duplicate titles, a staging brand name left in production, descriptions copied from a template, and titles that describe the whole company instead of the current page. Another mistake is placing marketing copy in the title that is not supported by the page itself.
For programmatically generated pages, test several real URLs rather than one example. A template bug can duplicate metadata across hundreds of pages.
How to review a site
Start with the homepage and the pages that matter most to users. View the rendered HTML or use a crawler to collect titles and descriptions. Look for blanks, duplicates and obvious outliers. Then read them next to the visible H1 and page content to make sure all three describe the same topic.
The best metadata audit is both technical and editorial. A tag can exist and still be poor.
Automated checks can confirm whether a public signal exists and looks technically reasonable. They cannot replace human review of content, accessibility, security, business logic or legal requirements.
Check a website