Quick answer
Add one meaningful <title> element to every standalone indexable page. Keep it specific to that page, avoid boilerplate where it hides the subject, and verify the rendered HTML rather than only a CMS field.
What the issue means
The title element is document metadata in the HTML <head>. It is commonly used for the browser tab and is a useful signal for identifying a page in search interfaces. A title is not the same as an H1, although the two should normally describe the same subject.
Why it matters for SEO
Without a title, users and crawlers have less context about the URL. This can make browser history, tabs, sharing, and search-result interpretation less clear. It does not by itself prove a ranking loss.
How NOTABIS detects it
The missing-title rule is a page-scoped high-severity finding emitted when no title element is measured in the crawled document. NOTABIS measures the delivered page, so a title present only in an unexecuted template or CMS preview may still be absent from the audit response.
How to check it yourself
View source and search for <title>. Also inspect the live document in browser developer tools and confirm the response is the intended page, not an error or redirect.
How to fix it
Add a single server-rendered title to the page template. Use the page’s real subject, distinguish important URL variants, and check that the value is not empty after template variables are resolved. Re-request the URL and rerun the audit.
When it may be intentional
A missing title is rarely intentional for a public HTML page. Non-HTML responses, private routes, blocked pages, or an incomplete response may need separate interpretation rather than a blind template change.
Related issues
Review missing H1, duplicate titles, and title-length review findings separately.
Run a NOTABIS audit
Use a NOTABIS audit to measure delivered titles across crawled pages and open the affected-page evidence.