Meta title removed: Google generates a title for you
In brief
The page's meta title is gone: Google generates an approximate title in its place, often less relevant, and click-through in search results suffers. Restore the <title> tag in the template to regain control of the title shown to users and read by AI systems.
What is it?
The page's meta title is gone.
Why it hurts SEO and AI
The title is the most direct relevance signal for Google and the clickable text in search results. Without it, Google generates an approximate title — often less relevant — and CTR drops. LLMs also rely on the title to understand and cite the page.
When it is NOT a problem
- A purely app or back-office page that is not meant to be indexed.
- A page blocked from indexing (noindex) where the title has no effect in results anyway.
- First crawl: with no baseline, Seogard does not alert on a missing title.
<head>
<!-- no title tag -->
</head><head>
<title>Men's trail running shoes - MyStore</title>
</head>Without a <title>, Google builds one from the content or links; it rarely reflects your key message.
How to fix it
- View the page source and confirm there is no <title> tag in the <head>.
- Find why it disappeared: the framework's SEO/head component, an empty variable, a template condition.
- Restore a unique, descriptive <title> (main keyword then brand) and redeploy.
- Re-crawl to confirm the title is present again.
This scan checks the meta tags: title, description and Open Graph
Is this issue on your site?
Do all your pages have a title? Enter a URL: Seogard checks the <title> in the raw HTML of every page and alerts you the moment it disappears, before Google rewrites it. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
You regain control of the title displayed in Google and read by AI systems.
Seogard catches this regression automatically — through its monitoring for your metas and canonicals.
Frequently asked questions
Does Google make up a title when mine is missing?
Yes: it generates one from the H1, the content or the anchor text of links pointing to the page, which is often less relevant than yours.
Does the title really affect rankings?
It is one of the most direct relevance signals for Google and the clickable text in results; LLMs also rely on it to understand and cite the page.
Related rules
Updated July 10, 2026