Search Result Has Rewritten Page Title

Search Result Has Rewritten Page Title is a per-run yes/no check: it returns 1 when the title shown for the observed search result cannot be found inside the page’s own HTML <title>, and 0 when it can. It records what a search engine displayed for one query at one moment, not a permanent property of the page.

Factor IDRG-SRP-020
FamilySearch result (SERP)
MeasurementBoolean (0 / 1)
Measured zoneObserved search-result title and rendered HTML title

What it measures

Search Result Has Rewritten Page Title flags when the title text a SERP provider reported for the observed result is not contained within the page’s HTML title under RankGear’s comparison rule. A value of 1 means RankGear classifies the displayed search title as rewritten; a value of 0 means it classifies it as unmodified. Because a search engine can substitute its own title for a given query, this is an observed SERP comparison for that run — not a fixed characteristic of the page.

How RankGear measures it

RankGear lowercases the search-result link text supplied by the SERP provider, removes periods, and trims surrounding spaces. It also extracts, lowercases, and trims the page’s HTML title. If the normalized HTML title contains the normalized search-result title, RankGear returns 0; if it does not, RankGear returns 1. The test is containment, not exact equality, so a shortened search title that remains a substring of the HTML title is still treated as unmodified.

normalize(serp_title) = trim(remove_periods(lowercase(serp_link_text)))
html_title           = trim(lowercase(page_html_title))   // periods NOT removed
rewritten = 0 if normalize(serp_title) is a substring of html_title else 1
ValueMeaning
1Rewritten — the normalized search title was not found inside the page’s HTML title for this run.
0Unmodified — the normalized search title is contained within the HTML title (exact equality is not required).

How to optimize it

Treat a frequently rewritten title as an observation to investigate, not a target to chase. When titles are often rewritten, compare the HTML title against the observed search title and the query intent, then make the title clear, accurate, concise, distinctive, and consistent with the page’s visible primary heading and content. Remove boilerplate, repetition, outdated wording, vague branding, and keyword stuffing that can make the original title less useful. Do not blindly copy a single rewrite, because search titles can vary by query and context.

Important considerations

  • Search engines may rewrite titles differently across queries, devices, locations, and time.
  • Provider data quality affects the comparison.
  • RankGear removes periods from the SERP title but not from the HTML title before the containment test, so punctuation differences can change the result.
  • A value of 0 does not require exact equality — containment is enough.
  • Use repeated observations and the companion unmodified-title factor before drawing conclusions.
  • This factor relates to how a result is displayed within a measured result set; on its own it neither causes nor guarantees any ranking position.

Related factors

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