<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Two children:
    - sitemap-static.xml : the marketing/content routes (shipped with this build).
    - sitemap-news.xml   : the blog posts, served dynamically by the API
                           (nginx proxies /sitemap-news.xml -> my3d-api), so new
                           posts appear without redeploying the landing.
  robots.txt points crawlers here.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://my-3d.ru/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://my-3d.ru/sitemap-news.xml</loc>
  </sitemap>
</sitemapindex>
