SEO glossary

What is a Title Tag?

Learn what a title tag is in HTML, how browsers and crawlers read the title element, and why unique title tags remain a foundational on-page SEO control.

On-Page SEOUpdated August 14, 2026
Also known asHTML title<title> elementDocument title

Definition

A title tag is the HTML <title> element in a document head that names the page for browsers, bookmarks, accessibility trees, and search engine result links.

What the title tag does

The title tag names the document. Search engines use it as a strong candidate for the blue link in results. Browsers show it in tabs. Screen readers announce it when a page loads.

Implementation basics

<head>
  <title>Website crawl & on-page SEO analysis | Crawlox</title>
</head>

Keep one clear title per URL. Generate unique titles for templates instead of shipping the same CMS default everywhere.

Common title-tag failures

  • Missing or empty titles
  • Duplicate titles across product or blog templates
  • Auto-generated noise (Home, Untitled, Page 1)
  • Keyword stuffing that invites rewrites

Related terms

Frequently asked questions

Where does the title tag live?

Inside the document <head>, as a single <title> element.

Can a page have multiple title tags?

HTML expects one. Multiple titles create ambiguity for browsers and crawlers.

Does the title tag appear on the page?

Not as body content. It appears in the browser tab, bookmarks, and usually the SERP link.

References

Explore authoritative guidance and frameworks related to title tag.

Explore every glossary definition

Return to the glossary to search by term, alias, starting letter, or category.

Browse glossary