High impactMeta tags

Missing <title> Tag

Pages without a title tag fall back to URL or domain in search results. Here's how to add one in any framework.

What it means

The page has no <title> tag, an empty one, or only the site name with no page-specific text.

Why it matters

The title tag is the single biggest on-page SEO signal and the most prominent text in the SERP. Missing it cripples both rankings and CTR.

How to fix it

  1. Identify pages without unique titles in the audit.
  2. Write a unique title under 60 characters: primary keyword first, brand last.
  3. Format: "Primary Keyword — Secondary Phrase | Brand".
  4. Add via your CMS field, or your framework's head() API.

Example

Before
<title></title>
<!-- or worse: <title>Untitled Document</title> -->
After
<title>Free SEO Audit Tool — Scan Any Site in 30 Seconds | FreeSEO</title>

Find this issue on your site automatically

FreeSEO scans for missing <title> tag and 140+ other issues, free, no signup.

Frequently asked questions

What happens if I leave the title blank?

Google generates one from the H1, URL, or anchor text — usually worse than what you'd write.