📚 Glossary

Title Tag

A title tag is the HTML element that specifies the title of a web page, displayed in browser tabs, search engine results, and social media previews — one of the most important on-page SEO elements.

Definition

A title tag is the HTML <title> element that defines the title of a web page. It appears in three places:

  1. The browser tab
  2. The clickable blue headline in search engine results (SERPs)
  3. Social media link previews (when no Open Graph title is specified)
<head>
  <title>AI Humanizer — Free, No Account Required | AI Humanizer</title>
</head>

Why Title Tags Matter for SEO

The title tag is one of the strongest on-page ranking signals. It tells search engines (and users) what the page is about. Key considerations:

  • Primary keyword near the front — search engines weight words earlier in the title more heavily, and users scan left-to-right
  • Unique per page — duplicate title tags prevent search engines from distinguishing pages
  • Matches the page content — misleading titles that don't reflect page content increase bounce rate

Optimal Length

Google typically displays 50–60 characters of a title tag in desktop search results. Titles longer than ~60 characters are truncated. Titles shorter than 30 characters underuse available space.

Target: 50–60 characters, including the brand name if used.

Title Tag vs. H1

These are often confused:

  • Title tag — in <head>, not visible on the page itself, shown in SERPs and browser tabs
  • H1 heading — visible on the page, tells visitors what the page is about

They don't need to be identical. The title tag is optimised for search display; the H1 can be longer and more conversational. They should be thematically consistent.

Common Title Tag Formats

  • [Primary Keyword] — [Value Proposition] | [Brand]
  • [Primary Keyword]: [Secondary Keyword] | [Brand]
  • [Action/Question] + [Primary Keyword] | [Brand]

Example: AI Humanizer — Free AI Text Humanizer | AI Humanizer

Meta Description · SEO Writing · Open Graph