Issues

Page Titles: Missing

back to issues overview

Missing

Pages which have a missing page title element, the content is empty, or has a whitespace.

Page titles are read and used by both users and the search engines to understand what a page is about.

They are important for SEO as page titles are used in rankings, and vital for user experience, as they are displayed in browsers, search engine results and on social networks.

How to Analyse in the SEO Spider

View URLs with this issue in the ‘Page Titles’ tab and ‘Missing’ filter, and export all URLs using the ‘Export’ button.

Ensure that pages missing page titles do not rely on JavaScript. Enable JavaScript rendering mode via ‘Config > Spider > Rendering > JavaScript’ to check the raw and rendered HTML.

What Triggers This Issue

This issue is triggered when a page has a missing title element, the content is empty, or contains only whitespace. For example:

<title></title>

Or:

<title> </title>

Or a missing element entirely.

How To Fix

It’s essential to write concise, descriptive and unique page titles on every indexable URL to help users, and enable search engines to score and rank the page for relevant search queries.

Back to top