<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four URLs, which is all of them: the landing page and the three legal
  documents the app stores require a public link to. /track/:token is absent by
  design (see robots.txt) and /admin/ is a private console, not a page.

  No <lastmod>. A hand-maintained date that nobody remembers to bump is a date
  Google learns to distrust, and on a four-URL site it buys nothing — leaving it
  out is honest and costs no crawl priority.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dashi.az/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://dashi.az/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://dashi.az/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://dashi.az/delete-account</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
