Tutorial · technical-seo · Published 2026-08-16 · 3 min read
Writing an effective title tag
Write an effective title tag: state the topic, hold the length, avoid duplication and keyword stuffing, and place the brand well.
The title tag is the clickable blue headline in search results and the tab label in the browser. It is also one of the clearest on-page signals of what a page is about. Writing one well is not about chasing a fixed character count; it is about stating the topic in a way a human understands and a search engine can match.
What the title tag does
The <title> element names the document. Search engines and browsers use it as the primary label, and it strongly suggests the subject of the page to ranking systems. Because it is what a searcher sees and clicks, it also drives click-through. A good title states the primary topic, supports the search query, and stays truthful to the page content.
<title>Skate board buying guide | CSMBAC Hub</title>
Length and priority
Search engines measure the title in pixels, not characters, and truncate titles that are too long, replacing the end with an ellipsis. A reliable guideline is roughly 50 to 60 characters, which covers the usable width on most result layouts, but there is no universal limit and the exact break depends on the result design. What matters more than the exact count is priority:
- Lead with the primary topic and the search phrase a user would type.
- Put the strongest keyword at or near the front, because truncation cuts the tail.
- Add a distinguishing modifier (product type, city, "for beginners") so the title is meaningful on its own.
- Add the brand last, after a separator, when the page needs it.
A title that reaches the limit is fine if the important information is before the cut point. Testing on your actual result layout beats a hard character target.
Avoid the common pitfalls
- Keyword stuffing: repeating a keyword several times in one title reads as spam and adds no clarity. Use the phrase once and naturally.
- Duplicate titles across pages: every page needs a distinct title. Identical titles merge indistinguishable entries. Use a CMS or build step to enforce uniqueness, and rely on the canonical guide when pages are near-duplicates.
- Vague or empty titles: "Welcome" or a bare domain tells neither the searcher nor the engine what the page is about. State the concrete topic.
- Brand waste: if the brand is already visible from the URL or sitewide chrome, keep it short or drop it from pages where the topic must carry the title.
Test what renders
- Open the page and read the browser tab title; it should match your intended title.
- Search the exact page URL and see how it renders truncated in results.
- Review titles at the template level so new pages inherit the pattern instead of trusting hand-written values.
When a page is truly a duplicate and needs a single visible version, combine the title with a self-referential canonical, covered in the crawl and index guide. The meta description handles the excerpt below the headline, and the site name structured data controls how the brand label itself formats.