Quick answer
The title-present check passes when NOTABIS measures a non-empty <title> element in the page HTML. It confirms presence, not clarity, uniqueness, length, or how a search engine will display the title. Pages with missing, duplicate, or unusually long titles have separate review findings.
What the issue means
The title element is document metadata used by browsers, bookmarks, and search systems when forming a title link. A useful title identifies the page and its most important context:
<title>Trail Running Shoes | Example Store</title>
The title is different from the visible H1, although the two should usually describe the same page. A title can be present and still be vague, duplicated across URLs, or rewritten in search.
Why it matters for SEO
A clear title helps users choose between search results and gives search systems a concise page signal. Google may use the <title>, visible headings, and other prominent text when generating a title link, and it can rewrite or truncate that display. Passing a presence check does not guarantee a useful snippet or a ranking improvement.
How NOTABIS detects it
The title-present rule is a page-level passed check created when the first measured <title> element provides a value. NOTABIS does not assess the wording, uniqueness, character count, visual prominence, or whether later duplicate title elements exist. Client-rendered titles that are absent from the initial HTML may require rendered evidence.
How to check it yourself
Use View Source and browser developer tools to inspect the final document head. Confirm that the title is present before JavaScript runs, names the specific page, and is not the same boilerplate used on unrelated URLs. Check redirects and alternate templates as well as the page you opened.
How to fix it
Add one concise, page-specific <title> in the shared head template. Put the page subject first and add a short brand or section name only when it helps. Remove duplicate template output and keep the visible H1 aligned with the title’s meaning.
<title>Winter Tyre Storage Guide | Example Motoring</title>
After deployment, inspect the final HTML and review the rendered result in Search Console or a search preview. Search systems may need time to recrawl and choose the title they display.
When this is intentional or does not need fixing
Non-HTML responses, redirects, and API endpoints do not need a document title. A private application screen may use a functional title rather than an organic-search phrase. Do not lengthen a title or add keywords just to make a presence check look richer.
Related issues
Read missing title tags, duplicate title tags, and title length review. Google’s guide to title links explains why displayed titles can differ from the element.
Run a NOTABIS audit
The NOTABIS evidence view confirms which crawled pages have a measurable title element and lets you inspect the response used for the check.