feat(seo): guides hub with Hallstatt less-crowded-alternatives article (en/de/es/fr)#21
Merged
Merged
Conversation
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.
Data-backed crowd guides hub + first Hallstatt article
Adds a new
/guideshub and its first article, "5 Less Crowded Alternatives to Hallstatt (2026)", localized in English, German, Spanish and French.What this is
/guides) and article template (/guides/[slug]) driven by an editorial registry insrc/lib/guides.ts. Each guide names a target destination and a curated list of genuinely calmer alternatives (Cesky Krumlov, Colmar, Karlovy Vary, Eger, Mostar), all real entries in our 729-destination dataset.Crowd figures are computed, not hand-typed
services/destination-busyness, the same model behind the map and destination pages. Nothing is a hand-typed number.Localization quality
src/messages. No ASCII-stripped transliteration ships.Local verification
npm run lint: passes, 0 errors (guides files clean; only a pre-existing unrelated coverage warning).next buildruns Next.js type checking and completed with no type errors. (No standalonetypechecknpm script exists in this repo.)NODE_OPTIONS="--max-old-space-size=1536" npm run build: passes, exit 0. Both/guidesand/guides/[slug]routes are emitted.The i18n strings were injected by a throwaway script that is not part of this PR (deleted before commit); only the 7 feature files are included.