Skip to content

Glossary Title Tag

What Is a Title Tag?

  • SEO On-Page
Definition

A title tag is the HTML <title> element in a page's head that sets the document title and shows up in the browser tab, in bookmarks, and, unless Google rewrites it, as the clickable headline in search results.

The varnished stern of a boat with its name board left blank — beside the title Title Tag
The name goes outside on the hull, not inside
On this page 6
  1. What Does a Title Tag Mean?
  2. Title Tag vs. H1
  3. How a Title Tag Works
  4. Why a Title Tag Matters
  5. Best Practices
  6. Common Mistakes
In brief

What Google rewrites in a title tag and why, how long it can run before search results cut it off, and exactly how it differs from the H1 it keeps getting confused with.

The varnished stern of a boat with its name board left blank — beside the title Title Tag
The name goes outside on the hull, not inside

What Does a Title Tag Mean?

A title tag is the HTML <title> element, always placed inside the document's <head>, never in the body. It sets the page title, and browsers, bookmark managers, and search engines all read it from that one spot. On Google, that title is usually the blue, clickable headline that leads each search result, though it doesn't always match the exact text the page author wrote.

Every HTML document allows only one <title> element, unlike many other elements that can repeat. Its content is plain text: if HTML tags get included inside it, the browser treats them as literal characters rather than interpreting them.

It almost always gets discussed alongside Meta Tags, though it's technically not a <meta> element: it has no content attribute and doesn't follow that syntax, it's a separate HTML element. It shouldn't be confused with the Meta Description either: the title is the headline that invites the click, the description is the supporting text that sits right below it in the result. Both belong to a page's Technical SEO, alongside the rest of the head's metadata.

Title Tag vs. H1

The mix-up between the title tag and the H1 is one of the most common in SEO, and there's a reasonable cause: both usually carry similar text. But they do different jobs and live in different parts of the document.

ElementWhere it livesWhat it doesVisible on the page?
Title Tag<head>Title in the browser tab and clickable headline in the search resultNo, invisible in the page content
H1<body>Visible main heading of the page contentYes, the first thing visitors read on the page

An HTML document allows only one title tag, and in practice a page should also stick to one H1 to avoid muddying the content hierarchy. Neither needs to match the other word for word: the title tag can carry the brand or fit what someone typed into Google, while the H1 can describe the content that follows in more detail. Mixing the two up often leaves the title empty because "the H1 already covers it," which makes it harder for the page to show up well represented in the search result.

How a Title Tag Works

When a crawler visits a URL, it processes the head before the body, and finds the <title> element there. But the text that ends up showing in the search result doesn't always come from that element alone: Google also looks at the H1, other headings, and large, visually prominent text on the page to decide which headline to display. That headline can also sit next to elements from a Rich Snippet, such as star ratings or price, which get added alongside the title rather than replacing it.

Google only rewrites the original title when it spots a specific problem, not at random. Among the reasons Google Search Central's own documentation lists are a half-empty or incomplete title, one that's gone stale relative to the current content, one that misrepresents the page, generic boilerplate text repeated across many URLs on the same site, several headings carrying equal visual weight with no clear main one, a language or writing system mismatch between the title and the actual content, or the brand name duplicated within the text itself.

On length, Google sets no fixed character limit: the cutoff in the search result gets calculated by pixel width, based on the device's available space, and each character takes up a different amount of room depending on the letter. In practice, staying around 50-60 characters usually avoids truncation on most desktop screens, though an M takes more space than an i and that number is only a rough guide, not a fixed rule.

<head>
  <!-- good -->
  <title>What Is a Title Tag? | Glosario SEO ZDS</title>

  <!-- bad -->
  <title>Title Tag, Title Tag SEO, What Is a Title Tag, Best Title Tag Guide 2026</title>
</head>

Why a Title Tag Matters

The title tag is one of the on-page elements with the most direct weight on rankings, and at the same time the biggest factor in whether someone clicks your result among several similar ones: that effect shows up in the CTR. A well-written title tells searchers what the page covers before they ever open it.

When it's missing, repeats identically across many URLs, or doesn't match what someone searched for, Google tends to generate its own from the H1 or other page text, and that automatic title rarely matches what a brand wants to show in Organic Search. Keeping a distinct, hand-written title tag per page remains the most direct way to keep control over that first impression in the search result, and leaves Google the least room to swap in an automatic one.

A title that doesn't match the actual content might still earn the click once, but it also drives up the bounce rate: someone searching for something the page doesn't deliver leaves right away, and that usage signal ends up shaping how Google weighs the result over time.

Best Practices

  • Write a unique title for every page, never copied from another URL on the same site.
  • Place the main keyword near the start, without bending the sentence just to fit it in.
  • Stay around 50-60 characters as a practical guide, knowing the real cutoff depends on pixel width, not a fixed number.
  • Accurately reflect what the page offers, to lower the risk Google rewrites it.
  • Put the brand at the end of the title, without naming it twice in the same text.
  • Watch the title's Keyword Density: a keyword forced in repeatedly reads worse and adds nothing extra for ranking.

Common Mistakes

  • Leaving the title empty or generic on the assumption the H1 already covers that job.
  • Repeating the same title across dozens of category or product pages.
  • Running Keyword Stuffing in the title instead of writing a sentence that makes sense.
  • Naming the brand twice in the same title, one of the reasons Google's own documentation cites for rewriting it.
  • Mixing up the title with the H1 and leaving one of the two generic because "the other one already has it."
Manuel Riveiro Rodriguez CEO & Digital Strategist

A technical audit covers this and everything else in one pass.

Request an audit

Frequently asked

Is the title tag the same as the H1?

No. The title tag lives in the head and is invisible in the page content, showing up in the browser tab and the search result instead. The H1 is the visible main heading inside the body, the first thing visitors read on the page. They can share words, but they serve different purposes and don't need to match exactly.

Why does Google change my title in the search result?

Google rewrites a title when it spots a specific problem: incomplete or stale text, one that misrepresents the page, repeated boilerplate, several headings with equal weight, a language mismatch with the content, or a duplicated brand name. It doesn't happen at random, but follows rules tied to each URL's actual content.

How many characters should a title tag have?

Google sets no fixed character limit, because the cutoff in the result depends on the device's pixel width, not an exact number. In practice, staying around 50-60 characters usually avoids truncation on desktop screens, though that figure is only a rough guide, not a technical rule.

Is the title tag a meta tag?

Technically no. The <title> element has no content attribute and doesn't follow <meta> syntax, so it's a separate HTML element with its own specification. It gets grouped with meta tags out of habit, since it shares the same spot in the head and does a similar job: describing the page to someone who hasn't visited it yet.

Does the title tag affect rankings?

Yes, it's one of the on-page factors with the most direct weight on rankings, and it also carries a strong influence on CTR from the search result. A title that accurately describes the page's content, without duplicating the brand or repeating generic text, also lowers the risk Google replaces it with an automatically generated one.