<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Home Page -->
  <url>
    <loc>https://swiftydeliveries.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- User Authentication -->
  <url>
    <loc>https://swiftydeliveries.com/signup</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://swiftydeliveries.com/signin</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://swiftydeliveries.com/signupMode</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://swiftydeliveries.com/forgotpassword</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://swiftydeliveries.com/resetpassword</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- OAuth Redirect -->
  <url>
    <loc>https://swiftydeliveries.com/oauth-success</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- Logged-in User Page (public but requires auth) -->
  <url>
    <loc>https://swiftydeliveries.com/User</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- 404 Page -->
  <url>
    <loc>https://swiftydeliveries.com/404</loc>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>

</urlset>
