This XML file does not appear to have any style information associated with it. The document tree is shown below.
<!--
Sitemap-INDEX. Указывает crawler'ам на dynamic-sitemap который backend
собирает из БД и отдаёт под /api/sitemap.xml.
Почему индекс, а не один файл:
* Static sitemap.xml шёл к FE container nginx'у который sit на корне (/) —
это покрытие host-nginx-rule'а "/api/* → backend, всё остальное → FE".
* Backend sitemap живёт под /api/sitemap.xml (доступно через /api/* rule)
и содержит:
- все легаси- + design-overhaul-страницы (с hreflang ru/en/zho)
- все port-pair landing URL'ы (/marshrut/{slug}) — динамически из БД
* Sitemap index — официальный механизм Sitemaps protocol для распределения
URL по нескольким источникам. Google/Yandex/Bing все понимают.
-->
<!-- W17++ — static sitemap для Wave 1-2 marketing pages + SEO city landings.
Обновляется вручную при добавлении новых routes: public/sitemap-marketing.xml -->