eea8d92212a1c7e00105050770050bd68b8b1f1b
On /ru/onlineboard/route/MOW-LED-20260419 (and /departure/, /arrival/) the H1 already read 'Маршрут: Москва - Санкт-Петербург, Сегодня' but document.title and meta[name=description] carried the raw 'MOW - LED 19.04.2026' because SeoHead runs at the route level with URL-only params. Angular ships the resolved city names + 'Сегодня' in both. Add a useEffect in OnlineBoardSearchPage that, once the dictionary hook returns, overwrites document.title + meta description using the same describeStation/dateLabel helpers that feed the H1. Route, departure, and arrival search types all get handled; flight-number search is unchanged.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%