<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the routes that are public AND static. /prof/:slug is public too, but it
  is one URL per faculty member and this file is checked in rather than
  generated, so listing today's roster here would go stale the first time
  somebody signs up. The directory at /faculty links every profile, which is how
  a crawler reaches them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://justaskprof.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://justaskprof.com/faculty</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
