<?xml version="1.0" encoding="UTF-8"?>
<!--
  The six public routes. Hand-written, and that is fine: they are the six routes in
  src/App.jsx and they change roughly never. A generator would be more machinery than
  the problem deserves.

  If you add a route to App.jsx, add it here too — nothing enforces that, so it is
  worth a moment.

  <lastmod> is deliberately omitted rather than lied about. A date that says "today"
  on every crawl because it was auto-stamped at build time teaches Google to ignore
  the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://aeroclub.iitd.ac.in/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://aeroclub.iitd.ac.in/teams</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://aeroclub.iitd.ac.in/projects</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://aeroclub.iitd.ac.in/events</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://aeroclub.iitd.ac.in/blog</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://aeroclub.iitd.ac.in/sponsors</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://aeroclub.iitd.ac.in/gallery</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://aeroclub.iitd.ac.in/contact</loc>
    <priority>0.6</priority>
  </url>
</urlset>
