SEO title possibilities
The HTML <title> is the primary label for a page in browser tabs and often the blue link text in search results. SEO Perception flags titles that are missing, unusually long, or duplicated across URLs so you can clarify intent per page.
What we look for
- Missing title — no usable title element in the crawled HTML.
- Too long — title length above our upper bound for typical SERP display.
- Duplicate titles — the same title text reused on multiple crawled URLs (case-insensitive comparison of the exact stored strings, no trimming or whitespace normalization).
What to do
Write a unique, concise title per URL that reflects the page’s main topic and matches search intent. Keep important words toward the beginning in case Google truncates the display. Avoid boilerplate repeated across many URLs unless it truly applies.
Technical details
Duplicate title checks use stored crawl data for HTTP 200 pages—there is no extra live fetch. See also On-page and technical signals and How we find possibilities.