Exact Matches in Search Result Link Text

Exact Matches in Search Result Link Text is a binary check for whether the search phrase — stripped of every non-word character into one contiguous string — appears inside a SERP result’s link text. It returns 1 when that normalized phrase is found and 0 when it is not; despite the plural “Matches,” it never counts higher than 1, and because separators are removed from the query but not from the link text, ordinary spaced wording can fail to match.

Factor IDRG-SRP-005
FamilySearch Result Features
MeasurementBinary presence (0 / 1)
Measured zoneParsed SERP result

What it measures

This factor reports whether the normalized exact search phrase appears in a SERP result’s link text. It is a present-or-absent observation about one parsed result — not a count of how many times the phrase occurs, and not a judgment of relevance or quality.

How RankGear measures it

RankGear removes all non-word characters from the search phrase, builds that contiguous string as a case-insensitive regular expression, and searches the lowercased result link text. It returns 1 when the pattern is found and 0 otherwise. Because the query’s separators are stripped but the link text’s are not, a phrase like seo tools becomes seotools and will only match link text where those characters are also contiguous.

ValueMeaning
1The normalized, separator-stripped search phrase was found in the lowercased result link text.
0The normalized phrase was not found — often because separators in the link text kept the characters from being contiguous.

How to optimize it

Write a clear, accurate title that reflects the query intent. Do not concatenate words unnaturally merely to satisfy this legacy exact-match form — treat the result as an observation about how a phrase happens to render in link text, not a target to engineer. Search engines can rewrite result link text regardless of the page’s own title, so this signal is only partly within a publisher’s control.

Important considerations

  • Despite “Matches” in the plural, the factor caps at 1 — it is presence, not a count.
  • Phrase separators are removed from the query, but separators in the link text are not, so ordinary spaced wording may not match.
  • The normalized phrase enters the legacy regex without escaping, so any regex-significant characters it contains are interpreted rather than matched literally.
  • Search engines can rewrite result link text, so it may differ from the page’s declared title.
  • This is a prioritization signal that relates to patterns within a measured result set, not a cause of ranking; a match neither makes a page rank nor guarantees a position.

Related factors

Part of the Factors reference · how RankGear measures · glossary.