Title tag
The title tag (`<title>` in the HTML `<head>`) is the primary SERP headline and the browser tab text. Google rewrites roughly 60% of declared titles based on query intent. Target 50-60 characters, lead with the primary keyword, end with brand for clickthrough.
Long definition
The title tag is a real, if modest, ranking signal. It's also the single element that determines whether a user clicks your result or the one below it. Google treats it as a strong hint about what the page is about, combined with H1s, body content, anchor text pointing at the page, and query intent.
Google regularly rewrites titles — Search Engine Land measured ~60% of SERPs in 2021, and Google has said the rate is "similar" in 2024. Rewrites happen when the declared title is (a) too long (cutoff around 580 pixels, which corresponds to ~60 chars for narrow characters), (b) padded with brand name at the front, (c) keyword-stuffed, or (d) doesn't match the user's query well.
Best practice:
- 50-60 characters for the visible area. Pixels vary by letter width.
- Primary keyword in the first 30-40 characters — users and Google both read left-to-right.
- One title per URL. Duplicates confuse query matching and trigger Search Console warnings.
- Brand at the end, separated by
·or|. Drop the brand entirely on branded queries; Google often strips it anyway. - Match intent, not just keywords. For "best X" queries, lead with "Best X of 2026"; for transactional, lead with the product/category.
Common misconceptions
- "The title tag is the H1." They're different HTML elements with different default audiences:
<title>is for SERPs, tabs, bookmarks;<h1>is for on-page hierarchy. They can match but shouldn't always — the H1 can be longer and less keyword-forward. - "Setting a title guarantees Google uses it." ~60% of the time Google rewrites. If your declared title keeps getting rewritten, it's a signal you're off on length, intent, or query fit.
- "Multiple H1s are fine, so multiple titles must be fine." Per spec, one
<title>per document. A second<title>is ignored (first wins in most browsers/crawlers). - "Pipe vs dash separator matters for CTR." No evidence for either. Pick one style-guide convention and apply site-wide.
Continue exploring