<?xml version="1.0" encoding="UTF-8"?>
<!--
  A real file here, for the same reason as robots.txt: without one the SPA catch-all answered with
  the site's HTML and the sitemap was invalid.

  Five URLs: the homepage, the changelog, and three legal documents. The homepage is spelled with
  its trailing slash to match the canonical tag in index.html — two spellings of the same page is
  the exact duplication the canonical tag exists to collapse.

  The changelog is the one entry with no file behind it: the SPA catch-all answers that path, and
  the page rewrites the canonical tag to it at mount.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://meldom.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://meldom.com/changelog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://meldom.com/legal/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://meldom.com/legal/terms.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://meldom.com/legal/refund.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
