<?xml version="1.0" encoding="UTF-8"?>
<!--
  首页和隐私政策。
  首页只有一个地址：?lang= 只是手动指定界面语言，页面是同一张静态 HTML，canonical 都指向 /，
  所以不在这里给它们声明 hreflang（理由见 index.html）。
  地点页不在这里：它们跟着数据集变，由 functions/sitemaps/[name].ts 现场生成（见 sitemap.xml）
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://worldcinemaatlas.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://worldcinemaatlas.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
