Search engines have nothing to show for your page
Missing page title, description or heading
What this means
The page has no title, no description or no main heading. These are the lines search engines print in results and social networks show when someone shares your link — without them the entry is built from whatever text the crawler happens to find.
Why it matters
A result without a readable title gets far fewer clicks than one with it, and a missing heading makes it harder for search engines to work out what the page is even about. Nothing here breaks the site, so it is easy to miss until you wonder why the traffic never came.
When this is not a problem
Single-page apps set these tags from JavaScript. The scan reads the page after it renders, so the check reflects what a crawler with JavaScript sees.
How to fix it
- Give the page a title of 50–60 characters that says what the page is for.
- Add a meta description of 120–160 characters — it is the sentence under the title in results.
- Use exactly one h1 heading that matches what the page is about.
- For a single-page app, set these when the route changes, not only on the first screen.
The page is missing its title, meta description or h1 heading. Add them, and for client-side routing update them on every route change.
How to verify the fix: reload the page and confirm the title, description and h1 are present