<?xml version="1.0" encoding="UTF-8"?>
<!--
  Base URL below is the current Fly.io deployment (https://razzle-raffle.fly.dev).
  If/when this app moves to a custom domain, update every <loc> here to match.

  This only lists static pages — individual raffles aren't included because
  they're rendered client-side in a modal on the homepage rather than as
  their own server-rendered URLs, so they have nothing distinct to list or
  for a crawler to index yet.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://razzle-raffle.fly.dev/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://razzle-raffle.fly.dev/apply</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://razzle-raffle.fly.dev/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://razzle-raffle.fly.dev/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://razzle-raffle.fly.dev/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
