<?xml version="1.0" encoding="UTF-8"?>
<!--
  This is a fallback sitemap shipped with the static build.
  At runtime, nginx should proxy /sitemap.xml to the Serverpod endpoint
  `SitemapEndpoint.getSitemapXml` for fresh content (news posts + categories).

  Example nginx snippet:

    location = /sitemap.xml {
      proxy_pass http://127.0.0.1:8080/sitemap/getSitemapXml;
      proxy_set_header Host $host;
      add_header Content-Type application/xml;
    }

  If the upstream is unreachable, this static file is served.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dynasty888.ru/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://dynasty888.ru/news</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://dynasty888.ru/booking</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://dynasty888.ru/bar</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://dynasty888.ru/china</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
