How to fix a missing or poorly written title tag

Give every page one unique <title> of roughly 50–60 characters that leads with the page's primary keyword and ends with your brand. Titles that are missing, duplicated across pages, or longer than about 60 characters get truncated or rewritten by Google, costing you both relevance and clicks.

Last updated 2026-07-28

Why does the title tag matter more than any other tag?

Because it is the only element that is simultaneously a ranking signal, the clickable headline in search results, the browser tab label, the default bookmark name, and the fallback text when someone shares your link. No other tag is doing five jobs at once.

The terms inside it carry genuine weight when matching a page to a query — more than any other single on-page element. A page whose title says "Shopify speed audit" will out-compete a page that only mentions the phrase in paragraph four, all else being equal.

It is also the element most often broken at scale. Templated sites routinely ship dozens of pages titled "Home", or lead every URL with the same brand name, which makes them near-indistinguishable to a search engine and wastes the highest-value characters on the page.

How long should a title tag be?

Aim for 50–60 characters. Google truncates titles at roughly 600 pixels of rendered width on desktop, which lands around 55–60 characters in its default font, and slightly less on mobile.

Pixel width, not character count, is what actually decides truncation. A 52-character title in capitals can be cut while a 60-character title in lower case survives, so if you are close to the limit, count the wide letters. Titles under about 10 characters are the other failure mode — usually a CMS default like "Blog" or "Page 2" that says nothing to either a searcher or a crawler.

What is the right structure for a title?

Primary keyword first, then a qualifier or benefit, then the brand at the end — separated by an en dash or a pipe. The opening words carry the most weight both for relevance and for the searcher scanning a results page, so the brand belongs last on every page except the homepage.

Good vs bad
<!-- Bad: vague, brand-first, duplicated site-wide -->
<title>Audra | Home</title>

<!-- Good: keyword-led, specific, unique -->
<title>Website &amp; SEO Audit App for Mac — Audra</title>

<!-- Good: qualifier carries the differentiator -->
<title>Shopify SEO Audit: 12 Checks That Matter — Audra</title>

What are the most common title tag mistakes?

Five mistakes account for almost every title problem found in an audit: missing tags, duplicates across pages, over-length titles, keyword stuffing, and putting the brand first on every URL. The table below pairs each with the damage it does and the fix.

ProblemWhy it hurtsFix
Missing entirelyGoogle invents one from page content, the H1, or the URL slugAdd a unique title to every indexable page
Duplicated across pagesPages compete with each other and the set reads as templatedDifferentiate by page purpose, not by appending a number
Over ~60 charactersTruncated with an ellipsis, often mid-phraseFront-load the keyword and cut filler words like "Welcome to"
Keyword stuffedReads as spam and is a common trigger for a rewriteOne primary term, written as a phrase a human would say
Brand first on every pageWastes the highest-value opening characters on repeated textBrand goes last, except on the homepage
Title disagrees with the pageGoogle swaps in the H1 when the title does not describe the contentKeep the title and the page H1 on the same topic
Generated from a product templateThousands of near-identical strings on large cataloguesInject a real distinguishing attribute — see the Shopify audit guide

Why is Google showing a different title than the one I wrote?

Because Google judged another string on the page a better match for the query — most often your H1, anchor text pointing at the page, or text near the top of the body. Google has said it replaces the displayed title on a minority of results, so a rewrite is a signal that something specific is wrong rather than routine behaviour.

The usual causes are concrete and fixable: the title is far too long, it is keyword-stuffed, it is identical to dozens of other pages, it is boilerplate like "Untitled", or it simply does not describe what the page contains. A clear, unique, correctly sized title that agrees with the H1 gets rewritten far less often.

You cannot opt out of rewrites, but you can make them unnecessary. There is no meta tag or directive that forces Google to display your exact string.

How do I audit every title on my site at once?

Crawl the whole site and export one row per URL with its title and character count, then sort by title text so duplicates group together. Duplicate titles are the single most common finding and they are impossible to see one page at a time.

Audra reads the rendered <title> of every crawled page — rendered, not raw source, so titles set by JavaScript are captured — and flags missing tags, empty tags, and lengths outside a 10–60 character range. Because the crawl covers the whole site by default (100 pages, configurable), a title applied at template level shows up as a block of identical rows rather than a one-off.

For the same extraction inside a browser-based check of a single page, Lighthouse includes a document-title audit in its SEO category.

The fix, step by step

  1. 1Crawl the site and export every URL with its title and character count.
  2. 2Flag titles that are missing, empty, duplicated, under 10 characters, or over 60.
  3. 3Rewrite each as primary keyword, then qualifier, then brand.
  4. 4Check each rewritten title against the page H1 so the two agree on topic.
  5. 5Re-crawl and confirm every page has a unique title inside the range.

Frequently asked questions

How long should a title tag be?

Roughly 50–60 characters. Google truncates by rendered pixel width — about 600px on desktop — so a title full of wide characters can be cut even when the character count looks safe.

Should the brand name be in every title?

Usually yes, at the end, separated by a dash or a pipe. It builds recognition without consuming the keyword-weighted opening characters. On the homepage the brand can lead, because the brand is the topic.

Why is Google showing a different title than mine?

Google substitutes its own when your title is too long, keyword-stuffed, duplicated across pages, boilerplate, or a poor match for the query. It most often swaps in the page H1, which is why the two should describe the same thing.

Does the title tag still matter for AI answer engines?

Yes. Assistants that summarise pages use the title as the primary label for the source they cite, so a vague or duplicated title makes your page harder to attribute and less likely to be surfaced by name.

Related guides