Title Tag
What a title tag is, why it's a light ranking factor and the main source of the SERP title link, why Google rewrites titles since 2021, and how to stop it.
The title tag is the HTML title element in your head. It does two jobs: it's a confirmed light ranking factor (Mueller: 'a tiny factor in our rankings'), and it's the primary source of the SERP title link — the clickable headline that's often the first thing a searcher uses to decide which result to click. Since August 2021 Google doesn't always show your title verbatim: it generates the title link from the title element first, then headings/H1, og:title, prominent on-page text, anchor text, and WebSite structured data. In September 2021 Google reported that title elements were used around 87% of the time; treat that as a dated historical measurement, not a current guarantee. It rewrites titles that are half-empty, obsolete, inaccurate, micro-boilerplate, too long, keyword-stuffed, or missing. You reduce rewrites by writing accurate, unique, descriptive, non-stuffed titles that match the visible heading — then waiting for a recrawl.
TL;DR — The title tagThe title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim. is the bit of HTML that names your page. Google usually shows it as the clickable blue headline in search results — the thing people read first when deciding which result to click. It’s also a small ranking factor. But since 2021 Google doesn’t always show your exact title: if it thinks your title has a problem, it’ll write its own. Write a clear, accurate, unique title and you’ll keep yours most of the time.
What a title tag is
A title tag is a piece of code in the <head> of your page that gives the page
a title. In HTML it looks like this:
<head>
<title>The Best Coffee Grinders for 2026 - Bean & Bar</title>
</head>That title does two things:
- It’s the clickable headline Google usually shows for your page in search results. Google calls that headline the title link. Evidence for this claim Google calls the clickable headline in a search result a title link, and the title element is a source for it. Scope: Google Search title-link documentation. Confidence: high · Verified: Google Search Central: Title links
- It’s a small ranking factor — not a big lever, but the words in your title help Google understand what the page is about.
It’s the first thing most people read about your result, so it has a big effect on whether they click. That makes it one of the highest-value little pieces of text on your whole page.
Title tag vs. the headline you see on the page
This is the part that confuses people. There are two titles:
- The title tag (
<title>) lives in the head and shows up in search results and the browser tab. Visitors don’t see it on the page itself. - The H1An H1 tag is the HTML `<h1>` element that marks a page's primary heading — the big visible headline at the top of the content. It helps users, search engines, and screen readers understand what the page is about. is the big visible heading at the top of the page itself.
They’re often similar, but they don’t have to be identical, and they’re different elements doing different jobs.
Why Google sometimes changes your title
Here’s the thing that surprises most people: Google doesn’t always show your title exactly as you wrote it. Since an update in August 2021, if Google decides your title has a problem, it’ll generate a better one — usually from your page’s main heading or other text on the page. Evidence for this claim Google can generate title links from headings, prominent page text, anchor text, and other documented sources. Scope: Documented title-link source signals. Confidence: high · Verified: Google Search Central: Title links
The usual reasons Google rewrites a title:
- It’s too long and would get cut off.
- It’s stuffed with keywords (“Coffee Grinders, Best Grinders, Buy Grinders”).
- It’s half-empty — like just
| Bean & Barwith no real description. - It’s the same on lots of pages (boilerplate).
- It’s out of date or wrong — says “2024” when the page is about 2026.
The fix is almost always the same: write a title that’s accurate, clear, unique to that page, and not too long. Do that and Google uses your title most of the time. Google even says that’s its preference too.
A quick title checklist
- One unique title per page.
- Describe what the page is actually about.
- Put the important words near the front (the end gets cut off first).
- Keep it short enough not to be truncated (~50–60 characters is a good guide).
- Put your brand at the end, separated by a
-,:, or|.
Want the deeper version — Google’s full list of title sources, the four exact
rewrite types Google named, the pixel-vs-character truth about length, and how
title tag, H1, and og:title differ? Switch to the Advanced tab.
TL;DR — The title tagThe title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim. (
<title>) is the HTML title element in your head. It’s a confirmed light ranking factor (Mueller: “a tiny factor in our rankings”) and the primary source of the SERP title link — but since August 2021 not the only source. Google generates the title link from the title element first, then the main visual heading / H1An H1 tag is the HTML `<h1>` element that marks a page's primary heading — the big visible headline at the top of the content. It helps users, search engines, and screen readers understand what the page is about.,og:title, large prominent on-page text, other on-page text, anchor textAnchor text is the visible, clickable text of a hyperlink. It tells readers what they'll find on the other end and gives search engines context about the linked page., links pointing to the page, and WebSite structured dataWebSite schema (schema.org/WebSite) is structured data — usually JSON-LD on the homepage — that identifies your domain as a website entity via its name and URL. Today it mainly feeds Google's Site Names feature; the Sitelinks Search Box it used to enable was discontinued by Google in November 2024.. It rewrites titles that are half-empty, obsolete, inaccurate, micro-boilerplate, too long, keyword-stuffed, or missing. You reduce rewrites by making titles accurate, unique, descriptive, non-stuffed, and consistent with the visible heading — then waiting for a recrawlCrawl frequency is how often a search engine comes back to re-fetch a page it already knows about. Popular pages that change often get refreshed many times a day; stable pages can go weeks or months between crawls — and you influence it indirectly, not by setting a dial.. The conflicting ”% of titles rewritten” stats measure different things; Google’s “around 87%” was a September 2021 measurement, not a timeless current rate.
What it is, and the two jobs it does
The title tag is the <title> element in the <head>. It specifies the document’s
title. It carries two distinct kinds of weight, and you have to hold both in your
head at once:
- It’s a confirmed ranking factor — a light one. John Mueller: “we do use titles as a tiny factor in our rankings as well.” It won’t single-handedly move your positions, but the “title tag isn’t a ranking factor” claim is simply wrong.
- It’s the primary source of the title link. The title link is the clickable headline Google shows for your result, and Google says it’s “often the primary piece of information people use to decide which result to click.” That makes the title tag matter more for clicks (and CTR) than for raw ranking. Evidence for this claim Google calls the clickable headline in a search result a title link, and the title element is a source for it. Scope: Google Search title-link documentation. Confidence: high · Verified: Google Search Central: Title links
So the practical framing: optimize the title for the click, with the secondary benefit that the words also feed a light ranking signal. Don’t expect a title rewrite alone to reorder the SERP — but do expect it to change how many people click your existing position.
Title tag vs. title link — the post-2021 distinction
Before August 2021, Google sometimes changed the displayed title per query. That generally stopped: “Before this, titles might change based on the query issued. This generally will no longer happen with our new system.” The careful reading is that title links became generally less query-dependent — not a guarantee that every query must always receive an identical title link.
The key vocabulary: the title tag is your HTML; the title link is what Google actually displays. They’re usually the same. They’re not guaranteed to be.
How Google generates the title link
Google’s documentation lists the sources it uses to build the title link, with the title element first:
- the
<title>element, - the main visual title shown on the page,
- heading elementsHeader tags (heading tags) are the HTML elements <h1> through <h6> that mark the structural hierarchy of a page's content. They help users, search engines, and screen readers understand what each section is about. such as the H1,
og:titlemeta tagsMeta tags are HTML elements in a page's head that pass metadata about the page to search engines and browsers. For SEO only a few matter — the title element, the meta description, and the robots meta tag — while meta keywords and most others are ignored.,- other content that’s large and prominent through style treatments,
- other on-page text,
- anchor textAnchor text is the visible, clickable text of a hyperlink. It tells readers what they'll find on the other end and gives search engines context about the linked page. on the page,
- text in links that point to the page,
- and
WebSitestructured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding.. Evidence for this claim Google can generate title links from headings, prominent page text, anchor text, and other documented sources. Scope: Documented title-link source signals. Confidence: high · Verified: Google Search Central: Title links
Two things to keep accurate here. First, the doc lists <title> first but doesn’t
literally call it “primary” in that list — the “primary source” framing comes from
Google’s blog posts. Second, going beyond the title tag isn’t new: Google has done
it “for over a decade” (since 2012). The 2021 change expanded which on-page text it
uses and made titles generally less query-dependent — it didn’t invent the idea of overriding a
title.
How often does your title element actually get used? Google’s own number: the August 2021 post said “content from HTML title tags is still by far the most likely used, more than 80% of the time.” After feedback, the September 2021 refinement reported that: “title elements are now used around 87% of the time, rather than around 80% before.” That was a September 2021 measurement of that system, not a guaranteed current rewrite rate.
Why Google rewrites your title (and how to reduce it)
Google rewrites a title when it detects the title element “might not describe a page as well as it could.” The August post named the broad triggers — titles that are very long, keyword-stuffed, missing, or repetitive/boilerplate (home pages called “Home”, whole sites called “Untitled”). The September post then named four specific issue types, which double as a diagnosis checklist:
- Half-empty titles. A title like
| Site Namewith no real description. Google fills it from the heading or prominent text — “Our system is designed to detect half-empty titles and adjust by looking at information in header elements or other large and prominent text on the page.” Fix: put the real page description in the title, not just the brand and a delimiter. - Obsolete titles. The title says “2024 admissions criteria” but the visible headline says “2026.” Google uses the right date from the headline. Fix: keep dates and details in the title in sync with the page.
- Inaccurate titles. A static title that lists specific products that aren’t always on the page. Google generalizes it. Fix: make the title describe what the page actually contains, especially on templated or dynamic pages.
- Micro-boilerplate titles. Near-identical titles across a subset of pages (the classic example is TV-show season pages). Google inserts the distinguishing detail (the season number) from prominent text. Fix: make each title genuinely unique.
Across all of these, Google’s stated preference is to use your title: “Making changes may help ensure your title element is again used. That’s really our preference, as well.” So this is fixable — fix the underlying issue, then wait, because “Google has to recrawl and reprocess the page to notice updates to these sources, which may take a few days to a few weeks.”
Best practices
- Unique and descriptive, one per page. Boilerplate/duplicate titles are a top rewrite trigger. Avoid vague titles like “Home.”
- Front-load the important terms. Truncation cuts the end, so the words that matter belong near the start.
- Length is about pixels, not characters. There’s “no limit on how long a
<title>element can be” — but “the title link is truncated in Google Search results as needed, typically to fit the device width.” So ~50–60 characters is a proxy, not a rule; the real constraint is roughly 600px on desktop and device width on mobile. A short title made of wide characters can still get cut. My own million-domain Site Audit study flags “title too long” as a truncation estimate, not a hard character count — you may still want to eyeball it on desktop and mobile. - Brand concisely, usually at the end. Google: include just the site name at the start or end, “separated from the rest of the text with a delimiter such as a hyphen, colon, or pipe.” Note Google often drops the brand when truncating, which is a reason to put it last. Google also documents dropping a duplicated site name outright: “Google may omit the site name from the title link, if it’s repetitive with the site name that’s already shown in the search result.” So putting your brand in the title doesn’t guarantee it displays twice — Google’s result layout already shows a site name separately.
- Don’t keyword-stuff. Google: titles stuffed with repeated terms “can make your results look spammy” — and stuffing is itself a rewrite trigger, so it works against you twice.
- Match the visible heading. Make it clear which text is the main title; Google looks at the H1 and prominent text. Title and H1 don’t have to be identical, but consistency reduces rewrites.
- Don’t block the page. If a page is disallowed in robots.txtA plain-text file at the root of a host that tells crawlers which URLs they may and may not request. It controls crawling, not indexing — a blocked URL can still be indexed if it's linked from elsewhere., Google can’t read the title and falls back to off-page sources like anchor text. Keep pages crawlable. (This is a robots.txtA plain-text file at the root of a host that tells crawlers which URLs they may and may not request. It controls crawling, not indexing — a blocked URL can still be indexed if it's linked from elsewhere. / crawl issue, not a title-writing one — but it produces bad title links, so it belongs on the list.)
- Match the page’s language and writing system. Google: “Use the same language and writing system (meaning, the script or alphabet for a given language) as the primary content on your pages.” A title in a different language or script than the page body is a mismatch signal, not just a style choice.
- Don’t put flight prices in the title. This is a named edge case, not a general
rule: Google: “Avoid including flight price information in
<title>elements. Our systems will likely not show price information when generating title links for flight pages.” If you run flight-search pages, expect Google to drop the price from the title link even if you write it in.
Use these as one workflow: generate useful alternatives first, then judge the strongest candidate in a search-result preview.
-
Generate five editable directions from the page, a URL, or your brief. Compare them for topic clarity and keyword placement before choosing one to test.
-
Paste the best candidate with its URL and description, then check the rendered desktop and mobile previews instead of relying on a character count.
The completed Google SERP Simulator result reports that the title exceeds the desktop width target and shows the title in a search-result preview.
Title tag vs. H1 vs. og:title
These get conflated constantly. They’re three different elements with three different jobs:
<title>→ the SERP title link + a light ranking signal. Lives in the head.- H1 → the visible on-page heading, and one of Google’s title-link fallback sources. Google suggests making the main title distinctive, e.g. in the first visible H1. It doesn’t have to match the title exactly, but consistency helps Google pick the title you want.
og:title→ the Open GraphOpen Graph (OG) tags are `<meta>` elements in a page's head, defined by the Open Graph protocol (ogp.me, created by Facebook), that describe a page as a shareable object — its title, description, image, URL, and type. They control how a link preview card looks when the page is shared on Facebook, LinkedIn, Slack, Discord, WhatsApp, and iMessage. They are not a direct Google ranking factor, though Google reads og:title, og:image, and og:site_name as inputs to how a result appears. value social platforms use as the headline — and also one of Google’s (and Bing’s) title-link sources. Keep it consistent with your<title>; Bing explicitly says to make sure your Open GraphOpen Graph (OG) tags are `<meta>` elements in a page's head, defined by the Open Graph protocol (ogp.me, created by Facebook), that describe a page as a shareable object — its title, description, image, URL, and type. They control how a link preview card looks when the page is shared on Facebook, LinkedIn, Slack, Discord, WhatsApp, and iMessage. They are not a direct Google ranking factor, though Google reads og:title, og:image, and og:site_name as inputs to how a result appears. title is consistent with the title you want.
This is also where this article sits in the meta tagsMeta tags are HTML elements in a page's head that pass metadata about the page to search engines and browsers. For SEO only a few matter — the title element, the meta description, and the robots meta tag — while meta keywords and most others are ignored. picture: the title element
is the appearance-focused head element, alongside the meta descriptionThe meta description is an HTML head tag — `<meta name=\"description\" content=\"…\">` — that suggests a short summary of the page for the search snippet. It's not a Google ranking factor, and Google rewrites it the majority of the time, but a good one can still lift click-through. (snippet
copy that drives clicks but isn’t a ranking factor). Both shape your result without
being heavy ranking levers. Structured data (like the WebSite markup in
Google’s source list) and your H1 feed into how the title link gets built, which
is why “on-page” tags don’t live in isolation.
What if the document contains more than one <title>?
That is invalid document structure, not an instruction to choose the first or last
value. The HTML standard permits no more than one title element per
document,
and Google’s title-link documentation
describes a set of possible title-link sources rather than a duplicate-tag precedence
rule. An auditor should therefore report every source and rendered <title>, flag the
duplicate, and avoid claiming which value Google will use. Fix the template so one
accurate title remains, then verify the rendered DOM and the eventual title link after
Google recrawls the page.
How Bing handles titles
This isn’t a Google-only behavior. Bing also reserves the right to show a different
title: “Sometimes, despite a webmaster’s best efforts, Bing may choose to serve a
title that is different to the title of a web site or document.” Bing uses
“OpenGraph annotations, or prominent text extracted from the page,” plus external
data like anchor text. The actionable cross-over: keep og:title consistent with
your intended title and you help both engines.
A note on the conflicting “rewrite rate” stats
You’ll see wildly different numbers for how often Google rewrites titles — 33%, 61%, 76%. Don’t cite any single one as canonical. They measure different things:
- Google (official, September 2021): Google reported the title element was used around 87% of the time then; “used” also tolerated minor edits.
- Third-party studies count any displayed-vs-source difference, including trivial ones, which is why they report far higher rewrite rates. The most-cited public dataset (Cyrus Shepard / Zyppy) and the largest page-level study (Michal Pecánek’s 953k-page Ahrefs study) reach very different figures because their methods differ — neither is mine.
- My own first-party data (the million-domain Site Audit study) is a third measure again: 68.5% of sites had at least one page where the SERP title didn’t match the page title — that’s ”% of sites with the issue,” not ”% of titles.”
The honest framing is historical: Google reported around 87% use in September 2021. Use the named quality issues above for current planning instead of assuming the rate is unchanged.
For where this fits with the other head elements — the meta description, robots meta tag, and the tags that do nothing — see the meta tags hub. The sibling on-page topics each go deeper on one element.
AI summary
A condensed take on the Advanced version:
- The title tagThe title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim. (
<title>) is the HTML title element in the head. Two jobs: a light ranking factor (Mueller: “a tiny factor in our rankings”) and the primary source of the SERP title link — the clickable headline that’s “often the primary piece of information people use to decide which result to click.” - Title tag ≠ title link. The tag is your HTML; the link is what Google shows. Since August 2021 title links are generally less query-dependent and are not always shown verbatim.
- Google builds the title link from many sources: the title element first, then
main visual title / H1An H1 tag is the HTML `<h1>` element that marks a page's primary heading — the big visible headline at the top of the content. It helps users, search engines, and screen readers understand what the page is about.,
og:title, large prominent text, other on-page text, anchor textAnchor text is the visible, clickable text of a hyperlink. It tells readers what they'll find on the other end and gives search engines context about the linked page., links pointing to the page, and WebSite structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding.. Overriding titles isn’t new — Google’s done it “for over a decade” (since 2012). - Rewrite triggers: half-empty (
| Site Name), obsolete (stale date), inaccurate (static title vs. dynamic content), micro-boilerplate (same title across pages) — plus too long, keyword-stuffed, or missing. Each maps to a fix: make titles accurate, unique, descriptive, non-stuffed, and consistent with the H1. - Reduce rewrites, then wait. Google’s preference is to use your title; “making changes may help ensure your title element is again used” — but a recrawlCrawl frequency is how often a search engine comes back to re-fetch a page it already knows about. Popular pages that change often get refreshed many times a day; stable pages can go weeks or months between crawls — and you influence it indirectly, not by setting a dial. takes days to weeks.
- Length is pixels, not characters. No hard limit on the tag; truncation is by display width (~600px desktop / device width mobile). ~50–60 characters is a proxy.
- Title vs. H1 vs. og:titleOpen Graph (OG) tags are `<meta>` elements in a page's head, defined by the Open Graph protocol (ogp.me, created by Facebook), that describe a page as a shareable object — its title, description, image, URL, and type. They control how a link preview card looks when the page is shared on Facebook, LinkedIn, Slack, Discord, WhatsApp, and iMessage. They are not a direct Google ranking factor, though Google reads og:title, og:image, and og:site_name as inputs to how a result appears.:
<title>= SERP headline + light signal; H1 = visible heading + a fallback source;og:title= social platforms + another Google/Bing fallback. Keep them consistent. - The ”% rewritten” stats conflict by methodology — don’t cite one as canonical. Google’s around-87% figure is a September 2021 historical measurement. Patrick’s Site Audit data: 68.5% of sites had a page/SERP title mismatch (a ”% of sites” figure, not ”% of titles”).
Official documentation
Primary-source documentation from the search engines.
- Influencing your title links in search results — the canonical doc: the full source list, why the title link differs from your
<title>, truncation, and the best-practice list. Start here. - An update to how we generate web page titles (Aug 24, 2021) — Danny Sullivan’s original post saying title links would generally become less query-dependent, plus the historical “more than 80%” figure.
- More information on how Google generates titles for web page results (Sept 17, 2021) — the refinement post: the “around 87%” figure and the four named issue types (half-empty, obsolete, inaccurate, micro-boilerplate).
- Control your snippets in search results — the companion appearance topic for the description below your title.
Bing / Microsoft
- How Does Bing Choose The Title For My Web Page? — Bing’s clearest statement that it may rewrite titles, and that it uses OpenGraph and prominent on-page text.
- Bing Webmaster Guidelines — Bing’s general guidance on unique, descriptive, non-boilerplate titles.
Quotes from the source
On-the-record statements from Google and Bing. Each link is a deep link that jumps to the quoted passage on the source page.
Google — the title link and why it matters
- “It’s often the primary piece of information people use to decide which result to click, so it’s important to use high-quality title text on your web pages.” — Google Search Central docs. Jump to quote
- “If we’ve detected an issue on the page, we may try to generate an improved title link from anchors, on-page text, or other sources.” Jump to quote
- “Google has to recrawlCrawl frequency is how often a search engine comes back to re-fetch a page it already knows about. Popular pages that change often get refreshed many times a day; stable pages can go weeks or months between crawls — and you influence it indirectly, not by setting a dial. and reprocess the page to notice updates to these sources, which may take a few days to a few weeks.” Jump to quote
- “the title link is truncated in Google Search results as needed, typically to fit the device width.” Jump to quote
- “Use the same language and writing system (meaning, the script or alphabet for a given language) as the primary content on your pages.” — Google Search Central docs. Jump to quote
- “Avoid including flight price information in
<title>elements. Our systems will likely not show price information when generating title links for flight pages.” — Google Search Central docs. Jump to quote - “Google may omit the site name from the title link, if it’s repetitive with the site name that’s already shown in the search result.” — Google Search Central docs. Jump to quote
Google — the 2021 update (Danny Sullivan, Search Liaison)
- “Before this, titles might change based on the query issued. This generally will no longer happen with our new system.” — Aug 24, 2021. Jump to quote
- “Of all the ways we generate titles, content from HTML title tagsThe title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim. is still by far the most likely used, more than 80% of the time.” — Aug 24, 2021. Jump to quote
- “title elements are now used around 87% of the time, rather than around 80% before.” — Sept 17, 2021. Jump to quote
- “Our system is designed to detect half-empty titles and adjust by looking at information in header elements or other large and prominent text on the page.” — Sept 17, 2021. Jump to quote
- “Making changes may help ensure your title element is again used. That’s really our preference, as well.” — Sept 17, 2021. Jump to quote
Google — the title tag as a ranking factor (John Mueller)
- “we do use titles as a tiny factor in our rankings as well. So it’s something where I wouldn’t necessarily make titles on your pages that are totally irrelevant.” — John Mueller, Google (Office-hours hangout, 2021). Read the coverage
Bing
- “Sometimes, despite a webmaster’s best efforts, Bing may choose to serve a title that is different to the title of a web site or document.” — Bing WebmasterMicrosoft's free portal for monitoring and improving how a site appears in Bing search — the peer to Google Search Console, plus IndexNow instant indexing, richer backlink data, and keyword volumes. Because Bing's index also feeds Microsoft Copilot, it doubles as a window into AI-search visibility. Blog (2014). Read on Bing
Title-tag checklist
A quick pass to write a title Google will actually use:
- Unique — no other page on the site has the same title.
- Descriptive — it says what this page is about (no “Home”, no
| Site Namewith nothing else). - Front-loaded — the important terms are near the start, because truncation cuts the end.
- Right length — short enough to avoid truncation (~50–60 characters as a guide; the real limit is ~600px desktop / device width mobile).
- Brand placed last — site name at the end, separated by a
-,:, or|(Google often drops the brand when truncating). - Not keyword-stuffed — no repeated terms; it reads naturally.
- Accurate and current — dates and details match the visible page (no stale years, no products listed that aren’t there).
- Consistent with the H1An H1 tag is the HTML `<h1>` element that marks a page's primary heading — the big visible headline at the top of the content. It helps users, search engines, and screen readers understand what the page is about. — the visible main heading reinforces the same title.
-
og:titleconsistent with the<title>for social + as a Google/Bing fallback. - Language and script match the page — don’t title a page in a different language or writing system than its main content.
- No flight prices in the title — Google says it likely won’t show price info in title links for flight pages, so it’s not worth including.
- Page is crawlable — not blocked in robots.txtA plain-text file at the root of a host that tells crawlers which URLs they may and may not request. It controls crawling, not indexing — a blocked URL can still be indexed if it's linked from elsewhere. (or Google falls back to off-page text for the title link).
- After fixing a rewritten title, request a recrawlCrawl frequency is how often a search engine comes back to re-fetch a page it already knows about. Popular pages that change often get refreshed many times a day; stable pages can go weeks or months between crawls — and you influence it indirectly, not by setting a dial. and wait — updates take days to weeks.
Title tag vs. H1 vs. og:title — cheat sheet
What each element is for
| Element | Where it lives | Main job | Role for the SERP title link |
|---|---|---|---|
<title> (title tagThe title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim.) | <head> | SERP title link + light ranking signal; browser-tab label | Primary source; Google reported around 87% use in September 2021 |
<h1> | Page body (visible) | Main on-page heading for readers | One of Google’s fallback sources when the title is weak |
og:title | <head> (Open GraphOpen Graph (OG) tags are `<meta>` elements in a page's head, defined by the Open Graph protocol (ogp.me, created by Facebook), that describe a page as a shareable object — its title, description, image, URL, and type. They control how a link preview card looks when the page is shared on Facebook, LinkedIn, Slack, Discord, WhatsApp, and iMessage. They are not a direct Google ranking factor, though Google reads og:title, og:image, and og:site_name as inputs to how a result appears.) | Headline on social platforms (Facebook, LinkedIn, etc.) | Another fallback source for Google and Bing |
Title and H1An H1 tag is the HTML `<h1>` element that marks a page's primary heading — the big visible headline at the top of the content. It helps users, search engines, and screen readers understand what the page is about. don’t have to be identical, but consistency reduces rewrites and helps
Google pick the title you intended. Keep og:title consistent with <title>.
Why Google rewrites titles — and how to stop it
| Google’s named issue | What it looks like | The fix |
|---|---|---|
| Half-empty | | Site Name with no description | Put a real, descriptive title before the brand |
| Obsolete | Title says “2024”, page says “2026” | Keep dates/details in sync with the page |
| Inaccurate | Static title lists products not on the page | Describe what the page actually contains |
| Micro-boilerplate | Same title across many similar pages | Make each title genuinely unique |
| Too long | Title gets truncated in results | Trim to fit display width; front-load key terms |
| Keyword-stuffed | ”Grinders, Best Grinders, Buy Grinders” | Write it naturally; no repeated terms |
| Missing / boilerplate | ”Home”, “Untitled”, no <title> | Give every page a unique, descriptive title |
The dated official measurement: Google reported in September 2021 that title elements were used around 87% of the time. Third-party “rewrite rate” studies (Zyppy ~61%, Ahrefs’ 953k-page study ~33%) and my own Site Audit data (68.5% of sites with a page/SERP mismatch) all count different things — don’t treat any one as the number.
Stats worth citing
- Titles too long: 63.2% of sites. From my million-domain Ahrefs Site Audit study — but note this is a truncation estimate (display width), not a hard character count, so verify on desktop and mobile. Source
- Page and SERP titles don’t match: 68.5% of sites. Also from my Site Audit
study — i.e. most sites have at least one page where Google’s displayed title
differs from the page’s
<title>. (This is ”% of sites with the issue,” not ”% of titles rewritten” — don’t conflate it with the rewrite-rate studies.) Source - Google reported title elements were used around 87% of the time in September 2021 — a historical measurement of that system, up from “more than 80%” in August 2021, not a guaranteed current rate. Source
Before/after: fixing each rewrite trigger
Four concrete rewrites, one per issue type this article names. Each pair is a simplified example built from the article’s own descriptions, not a real observed page.
Half-empty title
Before: | Bean & Bar
After: Best Coffee Grinders for 2026 (Tested) | Bean & BarThe “before” title is just a brand and a delimiter — nothing describing the page. Google fills the gap from the H1An H1 tag is the HTML `<h1>` element that marks a page's primary heading — the big visible headline at the top of the content. It helps users, search engines, and screen readers understand what the page is about. or prominent text, which is why titles like this get rewritten. The fix puts the real description in the title itself.
Obsolete title
Before: 2024 Admissions Criteria - Riverside College
After: 2026 Admissions Criteria - Riverside CollegeThe visible page heading already says “2026,” so Google shows the current year from
the heading instead of the stale year in the <title>. Keeping the title in sync
with the page removes the mismatch.
Inaccurate title
Before: Buy Grinders: Model A, Model B, Model C | Bean & Bar
After: Coffee Grinders — Shop the Full Range | Bean & BarThe “before” title hard-codes specific product names on a page whose stock changes. When those models aren’t actually on the page, Google generalizes the title. A title that describes what the page does rather than a snapshot of what’s currently listed survives page updates.
Micro-boilerplate title
Before: Season 3 | Watch Now | StreamSite
Before: Season 4 | Watch Now | StreamSite
After: Season 3 Episodes & Air Dates | StreamSite
After: Season 4 Episodes & Air Dates | StreamSiteTwo near-identical titles across a set of similar pages (the classic TV-show-season case named in the article) get rewritten with the distinguishing detail inserted from prominent text. Writing the distinguishing detail into the title yourself is the fix — don’t wait for Google to insert it.
Prompts for auditing and rewriting titles
Ready-to-copy prompts for the specific task this article covers: diagnosing which of the four named issue types a title has, and rewriting it. Paste your own title tagThe title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim., H1An H1 tag is the HTML `<h1>` element that marks a page's primary heading — the big visible headline at the top of the content. It helps users, search engines, and screen readers understand what the page is about., and page summary in place of the bracketed fields.
Diagnose a single title against the four issue types
Here is a page's title tag, its H1, and a one-sentence summary of the page content:
Title tag: [paste <title> text]
H1: [paste the visible H1]
Page summary: [one sentence on what the page currently contains]
Check this title against these four rewrite triggers Google has named:
1. Half-empty (just a brand/delimiter, no real description)
2. Obsolete (a date or detail that no longer matches the page)
3. Inaccurate (lists specifics — products, counts — the page doesn't actually have)
4. Micro-boilerplate (near-identical to titles on other pages of this site)
For each trigger, say yes/no and why. If any apply, propose one rewritten title that
fixes it, is under ~60 characters, front-loads the key term, and keeps the brand at
the end.Expect back: a yes/no verdict per trigger with a one-line reason, plus a single rewritten title if any trigger applies.
Batch-audit a CSV of titles
Here is a CSV with columns: url, title_tag, h1.
[paste CSV rows]
For each row, flag which of these four issues apply: half-empty, obsolete,
inaccurate, micro-boilerplate. Output a table with columns: url, issue(s) found (or
"none"), and a one-line reason. Don't flag a title unless there's a specific problem
visible from the title/H1 pair given — no invented issues.Expect back: a row-by-row table you can scan for the pages most likely to get rewritten, without Google having to tell you first.
Measuring rendered pixel width, not characters
The article’s own point — truncation is about display width (~600px desktop / device width mobile), not a character count — is measurable directly in the browser.
Chrome DevTools Console snippet: measure a title’s rendered pixel width
Run this in the Console tab on any page (or paste any candidate title string in):
function titlePixelWidth(text, font = '20px arial') {
const canvas = document.createElement('canvas');
const ctx = canvas.getContext('2d');
ctx.font = font;
return ctx.measureText(text).width;
}
console.log(titlePixelWidth(document.title).toFixed(1) + 'px —', document.title);This measures the current page’s <title> at a font/size approximating Google’s
desktop SERP renderingTurning HTML, CSS, and JavaScript into the final visual page and DOM.. Swap in a candidate string — e.g.
titlePixelWidth("Best Coffee Grinders for 2026 - Bean & Bar") — to compare
variants before publishing. It’s an approximation (Google’s actual renderingTurning HTML, CSS, and JavaScript into the final visual page and DOM. font
and size aren’t published), so treat ~600px as a guideline to stay under, not an
exact cutoff.
Bookmarklet: show the live page’s title and its estimated pixel width
Drag this to your bookmarks bar, then click it on any page:
javascript:(function(){var c=document.createElement('canvas'),x=c.getContext('2d');x.font='20px arial';var w=x.measureText(document.title).width;alert('Title: '+document.title+'\n\nEstimated width: '+w.toFixed(0)+'px (guideline: ~600px desktop)');})();It pops up the current page’s title and its estimated rendered width so you can spot a likely-to-truncate title without opening DevTools.
Patrick's relevant free tools
- Meta Title Generator — Generate five SEO title-tag options with AI, then compare their measured widths with approximate desktop and mobile SERP-preview guidance. Each variant is scored for keyword placement and length; you also get a matching meta description and a copy-ready tag block. Quick, paste-content, fetch-URL, and small bulk (≤10) modes. Falls back to editable templates when AI is off.
- Google SERP Simulator — Interactive Google result preview: type a title, description, and URL, compare controlled-font desktop + mobile truncation guidance with simulated query bolding, copy the finished tags, and share a filled-in preview.
- Meta Description Generator — Generate five meta-description options with AI, then compare their measured widths with approximate desktop and mobile SERP-preview guidance. Variants are scored for the keyword, a call to action, and length; you also get a matching title tag and a copy-ready tag block. Quick, paste-content, fetch-URL, and small bulk (≤10) modes. Falls back to editable templates when AI is off.
Third-party tools for verifying title changes
Third-party
- Google Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results. — the Performance report is the only reliable way to see whether Google is actually displaying your title as written or a rewritten version, by comparing the query/page click data against your intended title (see the How to Measure lens for the exact workflow).
- Rich ResultsRich results (formerly 'rich snippets') are enhanced search listings — stars, images, prices, breadcrumbs, video thumbnails, and more — that Google and Bing build from structured data. They're a display feature, not a ranking factor, and eligibility never guarantees they'll show. Test / URL InspectionA Google Search Console feature that reports how Google sees one specific URL on a property you own. By default it shows the last-indexed snapshot; a separate \"Test live URL\" mode fetches the current version. (Search ConsoleGoogle's free tool for monitoring crawling, indexing, and search performance.) — confirms Google can crawl and read the page at all; if a page is blocked in robots.txtA plain-text file at the root of a host that tells crawlers which URLs they may and may not request. It controls crawling, not indexing — a blocked URL can still be indexed if it's linked from elsewhere., Google can’t read the title and falls back to off-page sources, which this article calls out as a crawl issue that still produces a bad title link.
Confirming a title rewrite took effect
The article’s own guidance — fix the underlying issue, then wait for Google to recrawlCrawl frequency is how often a search engine comes back to re-fetch a page it already knows about. Popular pages that change often get refreshed many times a day; stable pages can go weeks or months between crawls — and you influence it indirectly, not by setting a dial. and reprocess, which “may take a few days to a few weeks” — is a real change-then-verify flow. Run these after publishing a title fix.
Title element is present and correct in the raw HTML
- Test to run:
curl -Iwon’t show this — instead runcurl -s [url] | grep -o "<title>.*</title>"(or view-source in a browser) against the live URL. - Expected result: The
<title>tag contains your new, fixed text exactly. - Failure interpretation: If it still shows the old title, the deploy/CDN cache hasn’t propagated yet — this isn’t a Google issue, fix that first.
- Monitoring window: Immediate — check right after deploy.
- Rollback trigger: Not applicable at this stage; this only confirms the source is correct before Google ever sees it.
Google has recrawled the page
- Test to run: Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results. → URL InspectionA Google Search Console feature that reports how Google sees one specific URL on a property you own. By default it shows the last-indexed snapshot; a separate \"Test live URL\" mode fetches the current version. on the fixed URL; check the “Last crawled” date.
- Expected result: A crawl date after you published the fix.
- Failure interpretation: No new crawl yet means Google hasn’t picked up the change — this is expected for the first few days to weeks, not a failure of the fix itself.
- Monitoring window: Check every few days; don’t expect movement inside the first 48 hours.
- Rollback trigger: If several weeks pass with no recrawl at all (not just no title change), check whether the page is being crawled at all (robots.txtA plain-text file at the root of a host that tells crawlers which URLs they may and may not request. It controls crawling, not indexing — a blocked URL can still be indexed if it's linked from elsewhere., crawl errors) rather than assuming the title fix failed.
The SERP title link now matches your title tag
- Test to run: Search the target query (or
site:+ URL) and read the displayed title link, or use Search ConsoleGoogle's free tool for monitoring crawling, indexing, and search performance.’s Performance report filtered to the page. - Expected result: The displayed title link matches (or closely reflects) your fixed
<title>text. - Failure interpretation: If Google is still showing a generated title after a confirmed recrawl, one of the four named triggers (half-empty, obsolete, inaccurate, micro-boilerplate) likely still applies — re-diagnose against that list rather than rewriting blind.
- Monitoring window: Check a few days after the confirmed recrawl date, not immediately after publishing.
- Rollback trigger: A title link that still doesn’t match after a confirmed recrawl and a re-check against all four triggers — at that point, re-open the diagnosis rather than repeatedly re-editing the same title.
Test yourself: The Title Tag
Five quick questions on writing title tagsThe title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim. Google will actually use. Pick an answer for each, then check.
The standing KPI for title links
You can’t measure a title tagThe title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim. by “does it look good.” The number that tells you a title link is earning its keep is click-through rate at a given rank — and the honest version of that metric is careful to separate the snippet’s effect from the position’s.
Query-level organic CTR, held against position
- Metric — Organic CTR (clicks ÷ impressions) from Google Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results., read within a position band rather than as a single site-wide number.
- What it tells you — Whether your title link earns clicks relative to where it ranks — the cleanest proxy for snippet quality, because it isolates the title/snippet effect from the ranking effect.
- How to pull it — GSC → Performance → filter to the query or page, enable the CTR and Average position columns, and compare CTR for the same query in the same position band before vs. after a title change.
- Benchmark / realistic range — There is no universal “good CTR” — CTR is dominated by position, SERP featuresSERP features are any element on a search results page beyond the classic ten blue links — featured snippets, People Also Ask, knowledge panels, sitelinks, image and video packs, AI Overviews, and structured-data-driven rich results. Google documents that losing rich-result eligibility doesn't affect ranking; their SEO relevance is CTR (they redistribute clicks). Some are unlocked by markup; most are purely algorithmic., and intent, so published position-CTR curves are directional at best. The defensible move is to establish your own baseline: compare a page’s CTR against its own history at the same average position, not against someone else’s benchmark.
- Cadence — Monthly, and only once a query has enough impressions to be stable. It’s a lagging indicator — a new title needs a re-crawl plus a few weeks of accumulated data before the CTR shift is real and not noise.
Title Tag
The title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim.
Related: Meta Description, Meta Tags
Title Tag
The title tag is the HTML title element placed in the head of a page that specifies the document’s title. It does two jobs at once: it’s a confirmed (light) ranking factor — John Mueller called titles “a tiny factor in our rankings” — and it’s the primary input to the SERP title link, the clickable headline Google shows for your result and, in Google’s words, “often the primary piece of information people use to decide which result to click.”
The distinction that trips people up is title tag vs. title link. The title tag is your HTML — what you write in the head. The title link is what Google actually displays in the results. They’re usually the same, but not always. Since an August 2021 update, Google generates the title link from several sources — the title element first and foremost (used around 87% of the time), then the main visual heading and H1An H1 tag is the HTML `<h1>` element that marks a page's primary heading — the big visible headline at the top of the content. It helps users, search engines, and screen readers understand what the page is about., the og:title meta tag, other large or prominent on-page text, anchor textAnchor text is the visible, clickable text of a hyperlink. It tells readers what they'll find on the other end and gives search engines context about the linked page., and WebSite structured dataWebSite schema (schema.org/WebSite) is structured data — usually JSON-LD on the homepage — that identifies your domain as a website entity via its name and URL. Today it mainly feeds Google's Site Names feature; the Sitelinks Search Box it used to enable was discontinued by Google in November 2024.. It rewrites your title when it detects a problem: half-empty titles (| Site Name), obsolete dates, inaccurate titles that don’t match the page, micro-boilerplate (the same title across many pages), titles that are too long, keyword-stuffed, or missing entirely.
The title tag is also distinct from the H1 (the visible on-page heading, which is one of Google’s title-link fallback sources) and from og:titleOpen Graph (OG) tags are `<meta>` elements in a page's head, defined by the Open Graph protocol (ogp.me, created by Facebook), that describe a page as a shareable object — its title, description, image, URL, and type. They control how a link preview card looks when the page is shared on Facebook, LinkedIn, Slack, Discord, WhatsApp, and iMessage. They are not a direct Google ranking factor, though Google reads og:title, og:image, and og:site_name as inputs to how a result appears. (the Open GraphOpen Graph (OG) tags are `<meta>` elements in a page's head, defined by the Open Graph protocol (ogp.me, created by Facebook), that describe a page as a shareable object — its title, description, image, URL, and type. They control how a link preview card looks when the page is shared on Facebook, LinkedIn, Slack, Discord, WhatsApp, and iMessage. They are not a direct Google ranking factor, though Google reads og:title, og:image, and og:site_name as inputs to how a result appears. value used by social platforms, and another of Google’s fallbacks). The way to keep your own title showing is to write accurate, unique, descriptive, non-stuffed titles that match the visible heading — then let Google recrawlCrawl frequency is how often a search engine comes back to re-fetch a page it already knows about. Popular pages that change often get refreshed many times a day; stable pages can go weeks or months between crawls — and you influence it indirectly, not by setting a dial.. Google’s stated preference is to use your title element; fixing the underlying issue “may help ensure your title element is again used.”
Related: Meta Description, Meta Tags
Build-time retrieval analysis plus live signals for this exact article. The automatic chunk report includes a deterministic readiness score and is ready without a model download.
Search Console
sampleGA4 traffic (28d)
sampleCloudflare traffic (7d)
sampledCrUX field data (28d, phone)
sampleGoogle NLP entities
localChangelog
Updated Jul 18, 2026.
Editorial summary and recorded change details.Summary
Qualified the title-link rewrite statistics and query-dependence claims, and removed unsupported precedence assumptions for multiple title elements.
Change details
-
Labeled Google's around-87% title-element usage figure as a September 2021 historical measurement rather than a current guaranteed rate.
-
Changed the query-independent shorthand to Google's narrower generally-less-query-dependent framing and added guidance to flag multiple title elements without claiming a first- or last-title winner.
Full comparison unavailable — no prior snapshot was archived for this revision.
Updated Jul 18, 2026.
Editorial summary and recorded change details.Summary
Added Google's documented language/script-matching, flight-price, and duplicated-site-name guidance, which the article was missing.
Change details
-
Added a best-practices item and checklist entry for matching the page's language and writing system, quoting Google's docs verbatim.
-
Added a best-practices item and checklist entry noting Google's stated flight-price omission from title links.
-
Added Google's documented behavior of omitting a duplicated site name from the title link when it's already shown separately in the result.
Full comparison unavailable — no prior snapshot was archived for this revision.