408afa6ab546df39410ff06f30b189ec4fc94dac
Deep-linked search pages rendered `Расписание по маршруту: MOW-MMK` in the document title because the route page called the SEO builder synchronously with the raw URL params, before the dictionary was available. The on-page H1 resolved correctly via `useDictionaries` inside the child component, but the parent never re-rendered so the title stayed frozen on IATA codes. Wire `useCityName` into the 5 deep- link route pages (schedule one-way / round-trip, onlineboard route / departure / arrival) so the SEO title reflects city names once the dictionary loads — per TZ §4.1.14.1.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%