<?xml version="1.0" encoding="UTF-8"?>
<!--
    The five public pages. Static rather than generated: the list changes only when a page is
    added, which is a code change in src/routes/_site/ anyway — and a build step to emit five
    known URLs would be more machinery than the thing it produces.

    Keep `lastmod` honest. For the legal pages it should track `legalUpdated` in
    src/site/config.ts; a sitemap that claims a document changed when it did not is worse than
    no sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://mindora.syedamirali.me/</loc>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://mindora.syedamirali.me/features</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://mindora.syedamirali.me/delete-account</loc>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://mindora.syedamirali.me/privacy-policy</loc>
        <lastmod>2026-09-07</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://mindora.syedamirali.me/terms-and-conditions</loc>
        <lastmod>2026-09-07</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
</urlset>
