Missing Page Title
What This Means
The <title> element is absent from the document, or is present in the <head> but contains no non-whitespace text. The page was crawled and could be indexed, but it has no authored title for search engines to use as the SERP headline.
Why It Matters for SEO
The title tag is the primary signal a search engine uses to identify a page's topic. It appears as the blue clickable headline in every search result and browser tab. Without one, Google substitutes its own text — typically pulling a heading, a URL fragment, or anchor text from inbound links. The substituted title is almost always worse than an authored one. An error-level severity reflects that this is the most fundamental on-page SEO element on the page.
Beyond ranking impact, a missing title affects CTR directly. Users cannot tell what a blank-titled tab or poorly-titled search result contains, which reduces clicks across every query for which the page could appear.
What the Platform Checks
The platform fetches the fully-rendered HTML and parses the <head> section. This check fires when either of the following is true:
- No
<title>element exists anywhere in the document. - A
<title>element is present but its text content is empty or contains only whitespace.
Severity is Error — the highest level. No other on-page check has more direct impact on ranking potential and click-through rate than the title tag.
How to Fix It
Add a unique, descriptive <title> tag inside the <head> element:
<head> <meta charset="UTF-8"> <title>Primary Topic — Brand Name</title> <meta name="description" content="..."> </head>
Writing guidance:
- Lead with the topic. Put the primary keyword or subject first, then the brand name after a separator (— or |). If the title is truncated in SERPs, the topic is preserved.
- Target 30–60 characters. Below 30 is too thin; above 60 risks truncation in most SERP layouts.
- Unique per page. Every page on the site must have a distinct title that reflects its specific content.
- Match intent. Write for the searcher who is deciding whether to click — not for keyword density.
Find every pagewithout a title tag
Run a full audit and get every missing title flagged with affected URLs and fix guidance in the dashboard.