Title Tag Has Entities is a yes/no check: it returns 1 when your page’s <title> contains at least one name from RankGear’s supplied entity list, and 0 when it contains none. Presence only confirms the string appears — it does not judge whether the entity is accurate, relevant, or well placed.
| Factor ID | RG-ENT-019 |
|---|---|
| Family | Entities |
| Measurement | Boolean presence (0 / 1) |
| Measured zone | HTML title tag |
What it measures
Title Tag Has Entities indicates whether the title contains any supplied entity. It looks only at the page’s title tag and asks a single binary question: does any name from the known entity list appear inside it? A title that mentions a recognized entity scores 1; a title with no matching entity scores 0. Nothing about length, position, or how many entities appear changes the value — one hit is enough.
How RankGear measures it
RankGear extracts the title text and lowercases it, then checks the supplied entity strings against it using substring matching. The entity strings are compared as supplied — they are not themselves normalized — and any single hit scores 1. Because matching is substring-based, an entity name that appears inside a longer word still registers.
What RankGear looks for
title = "iPhone 15 Pro Review — TechSite"
lowercased = "iphone 15 pro review — techsite"
entities = ["iphone", "samsung galaxy"] # supplied list, matched as-is
"iphone" in lowercased → hit → score = 1| Value | Meaning |
|---|---|
| 1 | At least one supplied entity name appears in the lowercased title (substring match). |
| 0 | No supplied entity name appears in the title. |
How to optimize it
Name a central entity in the title when it accurately distinguishes the page and helps users understand the result — the product, brand, place, or topic the page is genuinely about. Treat this as an observation rather than a target to maximize: the goal is a title that reads clearly to a person, not one stuffed with names to force the flag to 1. If a page’s subject is a specific entity, saying so plainly in the title tends to satisfy this check on its own.
Important considerations
- More entity names are not better in a short title — one hit already scores 1, and crowding the title dilutes clarity.
- Entity-list casing can affect detection: supplied entity strings are matched as-is against a lowercased title, so a mixed-case entity string may fail to register.
- Presence does not judge accuracy — the check confirms the string appears, not that the entity is the right one or relevant to the page.
- Brand, intent, and clarity remain primary; the entity flag is a secondary observation, not a reason to rewrite a good title.
- Correlation is not causation: this is a prioritization signal that tracks with position within a measured result set. On its own it does not make a page rank.
Related factors
Part of the Factors reference · how RankGear measures · glossary.