A page title is the text that appears in the browser tab and, in most cases, as the clickable headline on a search results page. Technically it is the <title> element in the <head> of every HTML document, and it is often the first thing a visitor reads when deciding whether to click your link.

This page collects 40+ real website title examples grouped by page type — homepage, about, contact, product, service, blog, category, landing page, portfolio, personal, and ecommerce — plus good vs weak titles and a copyable worksheet you can fill in. It is part of the website basics library.

What is a website title?

A website title (sometimes called a page title or title tag) is the name of a single page, not the name of the whole site. Here is what it looks like in the HTML of every page:

html
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Northwind Coffee | Fresh Roast, Delivered</title>
  </head>
  <body>
    <h1>Fresh roast, delivered daily</h1>
  </body>
</html>

The title text shows up in two places that matter:

  • The browser tab — every open tab needs a readable label.
  • The search result — the title link is the headline people click.

This mockup shows the same title in all three places at once: the browser tab, the search result, and the page heading.

html
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <style>
    body { margin: 0; font-family: system-ui, sans-serif; background: #f3f4f6; padding: 24px; }
    .tabbar { display: flex; gap: 6px; margin-bottom: 16px; }
    .tab { padding: 6px 12px; border-radius: 8px 8px 0 0; background: #e5e7eb; font-size: 12px; color: #333; }
    .tab.active { background: #fff; font-weight: 600; }
    .serp { background: #fff; padding: 16px; border-radius: 8px; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
    .result-title { color: #1a0dab; font-size: 18px; font-weight: 600; }
    .result-url { color: #1a7f37; font-size: 13px; margin-top: 2px; }
    .result-snippet { color: #4b5563; font-size: 13px; margin-top: 4px; }
    .page { background: #fff; margin-top: 16px; padding: 24px; border-radius: 8px; }
    .page h1 { font-size: 28px; margin: 0 0 8px; }
    .page p { color: #4b5563; margin: 0; }
  </style>
</head>
<body>
  <div class="tabbar">
    <span class="tab active">Northwind Coffee | Fresh Roast, Delivered</span>
    <span class="tab">Shop</span>
  </div>
  <div class="serp">
    <div class="result-title">Northwind Coffee | Fresh Roast, Delivered</div>
    <div class="result-url">https://www.northwindcoffee.com</div>
    <div class="result-snippet">Single-origin beans roasted in small batches and shipped within 48 hours of roasting.</div>
  </div>
  <div class="page">
    <h1>Fresh roast, delivered</h1>
    <p>The H1 heading can differ from the title, but it should stay close in meaning.</p>
  </div>
</body>
</html>

The title is set once per page. The site name is a separate thing — see website name examples for how the brand, domain, and title fit together.

Website title vs website name vs H1

These three get confused because they often contain the same words. They are different elements with different jobs.

Website namePage titleH1 heading
What it isThe brand that identifies the whole siteThe name of one pageThe main heading on the page
Example (this page)Basic Website Example40+ Website Title Examples for Every Page Type(the heading above)
Where it appearsHeader logo, footer, faviconBrowser tab, search resultsTop of the page body
How many per siteOneOne per pageOne per page
Change it per page?No — it is the site-wide brandYes, and you shouldYes

The website name is set once for the whole site; the page title is a per-page decision. A clean name becomes a clean address, too — see website URL examples.

40+ website title examples by page type

Every title below follows a pattern you can reuse. The titles in these tables are representative examples of each pattern; a short set of real, stable titles you can open in a browser today is collected in its own section further down.

Homepage titles

The homepage title is the only one that represents the whole brand, so it usually combines the site name with a short description of what the site offers.

Example title tagWhy it works
GoogleThe brand alone — this is the word people type (real)
Wikipedia, the free encyclopediaName plus a one-line description of the site (real)
Northwind Coffee | Fresh Roast, DeliveredBrand first, benefit second, separated by a pipe
Acme Web Studio | Web Design & Development AgencyName plus what the company does
Summit Plumbing | 24/7 Emergency Plumber in DenverName, service, and location in one glance
Cedar & Stone Landscaping - Garden Design and InstallBrand plus the two services offered

About page titles

About pages answer "who is behind this?" — the title should say what the page is and who it describes.

Example title tagWhy it works
About Us | Summit PlumbingPage name plus brand
Our Story - Northwind CoffeeTells the reader what kind of page to expect
About the Author - Jane RiveraPersonal site, name in the title
About | Acme Web StudioShort and clear when the brand is already known

Contact page titles

Example title tagWhy it works
Contact Us | Summit PlumbingThe words people search for
Get in Touch - Northwind CoffeeFriendly alternative to "Contact"
Contact & Directions | Summit PlumbingAdds the practical details visitors want

Product titles

Example title tagWhy it works
Hario V60 Pour-Over Kettle | Northwind CoffeeProduct name first, then brand
Men's Leather Bifold Wallet - Brown | Acme GoodsProduct, category, and a distinguishing detail
Skylark Saddle, 17" | Summit CyclesModel, size, and brand — everything a shopper needs
iPhone 16 Pro - AppleProduct line plus brand, short and consistent

Service titles

Example title tagWhy it works
Emergency Plumber in Denver | Summit PlumbingService + location, the way people search
Web Design Services - Acme Web StudioService plus brand
Tree Removal in Austin, TX | Lone Star ArboristsFor local intent, the location can lead

Blog post titles

Example title tagWhy it works
How to Write a Website Title: 7 Formulas That Earn ClicksBenefit-led and matches the article
Why Your Website Title Matters for SEOA question readers actually ask
The 7 Best Coffee Brewing Methods - Northwind CoffeeNumbered and concrete, brand at the end

Category titles

Example title tagWhy it works
Coffee Makers | Northwind CoffeeCategory first, brand second
Leather Wallets - Men | Acme GoodsCategory plus the sub-filter
Web Design Blog | Acme Web StudioPredictable repetition across a section

Landing page titles

Example title tagWhy it works
Free Website Audit for Restaurants | LocalFreshThe offer, stated plainly
Get Your 2026 Pricing Guide - Northwind CoffeeDirect call to action
Download the Free SEO Checklist | Acme Web StudioAction verb, value, brand

Portfolio titles

Example title tagWhy it works
Work | Jane Rivera, Product DesignerThe role tells visitors what they will see
Portfolio - Samuel Chen PhotographyPage name plus name
Case Studies | Acme Web StudioWhat agencies call their portfolio

Personal website titles

Example title tagWhy it works
Seth's BlogA person's name is the strongest brand (real)
Jane Rivera - Product DesignerName plus the thing she does
Paul GrahamThe name alone works for a writer's site (real)

Ecommerce titles

Example title tagWhy it works
Nike Air Max 270 - Nike.comProduct then brand, consistent across thousands of pages
Linen Button-Down Shirt - Men | EverlaneProduct, category, brand — a template that scales
Women's Trail Running Shoes | MerrellA category page made for browsing

Good vs weak website titles

The pairs below are illustrative examples that show the difference between a title that earns a click and one that gets rewritten or skipped.

Instead of this (weak)Try this (stronger)Why
HomeSummit Plumbing | 24/7 Emergency Plumber in Denver"Home" tells the searcher nothing
Welcome to our websiteAcme Web Studio | Web Design & Development Agency"Welcome to" is filler; lead with the offer
Plumbing plumbers emergency plumbing repair DenverEmergency Plumber in Denver | Summit PlumbingKeyword stuffing reads like spam
Acme Web Studio LLC Inc Corp Denver CO 80211Acme Web Studio | Web Design & Development AgencyBoilerplate and address stuffing waste the display
UntitledHario V60 Pour-Over Kettle | Northwind CoffeeAn empty title makes search engines guess
A Really Long Title That Lists Every Single Thing This Page Covers In Great Detail And Keeps Going40+ Website Title Examples for Every Page TypeOnce a title is too wide, it is cut off mid-sentence

Real title tags you can open today

If you want to study titles in the wild, these stable, publicly visible titles are a good starting point. Open each site and look at the browser tab:

SiteTitle shown in the tab
WikipediaWikipedia, the free encyclopedia
IMDbIMDb: Ratings, Reviews, and Where to Watch the Best Movies & TV Shows
AmazonAmazon.com. Spend less. Smile more.
MDN Web DocsThe <title> element - HTML: HyperText Markup Language | MDN

Notice the pattern: each one names the page or brand first and only then adds supporting detail, and each stays short enough to read at a glance.

How to write a website title

Google uses the <title> element as its main source for the title link in search results, but it can rewrite titles when they are missing, vague, or spammy. These rules, from Google's title-link guidance, keep titles strong enough that Google usually shows them as written:

  1. Give every page a unique title. Never reuse one title across pages.
  2. Be descriptive and concise. Avoid vague labels like "Home" or "Profile". There is no fixed limit, but titles are truncated as needed to fit the device width — roughly 50-60 characters is a safe target.
  3. Front-load the important words. The start of the title is what stays visible when the rest is cut off.
  4. Never keyword-stuff. Repeating the same phrase is a spam policy and reads badly to people.
  5. Brand titles with a delimiter. Put the brand at the start or end, separated by a pipe, hyphen, or colon: Page Name | Brand.
  6. Keep the title and H1 aligned. Google reads the H1 too, so the two should describe the same page.

A quick formula for most pages:

Keyword + benefit | Brand

For product, service, and category pages the formula becomes a template:

  • Product pages: Product - Category | Brand
  • Service pages: Service in Location | Brand
  • Category pages: Category | Brand

Website title worksheet (copy and fill in)

Use this worksheet to draft a title for every page you publish:

markdown
# Website title worksheet

One sentence describing this page: ___

## Formulas (fill in and combine)
1. [Keyword] + [benefit] | [Brand]        = ___
2. [What the page is] - [Brand]           = ___
3. [Product] - [Category] | [Brand]       = ___
4. [Service] in [Location] | [Brand]      = ___
5. [Question the reader asks] - [Brand]   = ___

## Draft three titles
| Title | Characters | Clear at a glance? | Final pick |
| --- | --- | --- | --- |
| ___ | ___ | ___ | ___ |
| ___ | ___ | ___ | ___ |
| ___ | ___ | ___ | ___ |

## Final checks
- [ ] Under ~60 characters (fits within ~600 pixels)
- [ ] Unique from every other page on the site
- [ ] Says what the page is, not "Home" or "Welcome"
- [ ] Keyword appears once, naturally
- [ ] Brand separated with |, -, or :
- [ ] H1 matches the title in meaning

FAQ

Frequently asked questions

What is a website title example?
A website title (or title tag) is the text in the page's title element, shown in the browser tab and usually as the clickable headline in search results. The title of this page is '40+ Website Title Examples for Every Page Type'.
Is the website title the same as the website name?
No. The website name is the brand of the whole site (Basic Website Example); the page title names a single page. Many pages pair them, for example 'About Us | Basic Website Example'.
What is a good homepage title?
A good homepage title leads with the brand, then adds a short description of what the site offers — for example 'Summit Plumbing | 24/7 Emergency Plumber in Denver' — or simply the brand on its own, as Google does.
How long should a website title be?
There is no fixed limit, but search engines truncate titles that are too wide. Staying around 50-60 characters keeps most titles fully visible in search results.
Why does Google show a different title than the one I wrote?
Google rewrites title links when the title element is missing, vague, keyword-stuffed, or boilerplate. Writing specific, unique, concise titles makes a rewrite less likely.

What to do next

Once titles are set, the rest of the page structure needs the same attention — the website structure examples page shows how pages connect, and the website URL examples page covers clean addresses. For titles in context on real sites, see the business website examples and portfolio website examples galleries.

Examples