Skip to content

Meta title

Wygard watches the text inside <title> on every monitored URL and alerts you the moment it changes.

Scope Tier Default Alert
Per URL Basic Enabled on every URL where a title is found 🔴 Danger

Why it matters

The <title> is the single most prominent on-page SEO signal: it's the headline in the SERP, the tab label in the browser, and one of the strongest ranking inputs Google still uses literally. A silently overwritten title — a CMS plugin appending a global suffix, a redesign dropping the brand name, a translation tool replacing it with the URL slug — usually hurts both ranking position and click-through rate at the same time.

The default severity is Danger because title regressions are common, easy to miss from the front-end (the tab label rarely gets a glance), and almost always measurable in traffic within a couple of weeks.

What Wygard checks

On every run, the crawler:

  1. Fetches the monitored URL.
  2. Extracts the text content of the <title> element.
  3. Compares the found value against the stored desired value.
<title>Top-notch on-page SEO monitoring | Wygard</title>

Wygard also enforces two structural invariants on every run: the tag must be inside <head> and there must be only one of it. A duplicate <title> or one accidentally rendered in <body> counts as a regression even if the text matches.

Common alerts

  • Title text changed — the tag is still there, but its content no longer matches the baseline.
  • Title not found — no <title> element was extracted from <head>.
  • Multiple title tags — more than one <title> was detected. Browsers and search engines pick the first one, which is rarely what the template author intended.

Why the default is Danger

A title rewrite hits both ranking and CTR at once: lower position, plus a smaller share of clicks on whatever position remains. That compound effect is why this test alerts immediately rather than rolling into the daily digest.

Responding to an alert

  1. Open the alert and review the diff — Wygard shows the previous and the new title.
  2. Decide whether the change was intended (a copy refresh, a brand rename) or accidental (a plugin update, a template regression, an unintended global suffix).
  3. If intended, click Set found value as desired to adopt the new title as the baseline.
  4. If accidental, fix the template or plugin at the source. The next crawl will turn the test green automatically.

Pair it with Meta description

Title and description together control how the URL looks in the SERP. If you're auditing snippet drift, enable the Meta description test on the same URLs — it catches the other half of the snippet without firing on every Google rewrite.