<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only genuinely crawlable URLs belong here.

  The Flutter app at / renders to a canvas, so a crawler sees almost nothing
  on it — listing its hash routes (/#/browse and the like) would be pointless
  anyway, since a fragment is never sent to the server and cannot be indexed
  separately. The static pages below are real HTML with real text, which is
  what search engines can actually read and rank.

  /claim/ URLs are deliberately absent and are disallowed in robots.txt: each
  one is a single-use invitation addressed to a specific restaurant owner.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://swiftcater.ca/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://swiftcater.ca/catering-saskatoon.html</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://swiftcater.ca/for-restaurants.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://swiftcater.ca/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://swiftcater.ca/terms.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
