SEO: lead destination H1 with the best time to visit money phrase - #32
Merged
Merged
Conversation
The destination H1 was "When is {name} crowded?" in all four locales, but
Search Console (28d to Aug 1) shows the dominant query volume for these
pages is "best time to visit/go to X", "best time of year to visit X" and,
in German, "beste Reisezeit X". The strongest on-page element missed the
primary intent, while title, meta and FAQ already carry it.
Rewrite the H1 to lead with the money phrase and keep the crowd angle in a
parenthetical, so both intents stay covered and no ranking signal is lost:
en: Best time to visit {name} (and when it is crowded)
de: Beste Reisezeit fuer {name} (und wann es voll ist)
es: Mejor epoca para visitar {name} (y cuando hay aglomeraciones)
fr: Meilleure periode pour visiter {name} (et quand il y a foule)
Title left unchanged to protect the existing "best time to visit X" ranking.
Pure i18n string change; render path t("h1", {name}) unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The destination pages are the only compounding traffic source in the portfolio (dozens rank page 1, pos 6 to 11, with real clicks). But the
<h1>in all four locales wasWhen is {name} crowded?and its localized equivalents, which targets only the secondary "is X busy" intent.Search Console (28 day window to Aug 1) shows the dominant query volume driving these pages is the "best time" family:
Wann ist {name} voll?) missed it entirelyThe single strongest on-page element did not contain the primary money phrase, while the title, meta description and FAQ already do.
Change
Rewrite the destination
h1to lead with the primary phrase and keep the crowd angle in a parenthetical, so both intents stay covered and no existing ranking signal is dropped:The
<title>is deliberately left unchanged (it already reads{name}: best time to visit and when it is crowded) to protect the existing "best time to visit X" ranking. Crowd relevance is retained across the H1 parenthetical, the intro, the "Busiest months" heading and the "Is X busy?" FAQ, so nothing is lost.Verification
tsc --noEmitexit 0eslintexit 0next buildcompiled successfully (the post-compile typecheck step is OOM limited in this build environment, a known constraint for this repo; typecheck was validated separately via tsc above)t("h1", { name: displayName })is unchanged from the previously working string, only the value changed,{name}placeholder preservedMeasure after deploy: do the DE destination pages start picking up "beste Reisezeit [Ort]" impressions, and does destination CTR on the "best time" query family improve?