<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public routes only.

  Everything under /stonybrook is wrapped in SchoolRoute, which sends a signed-out
  visitor to "/" — listing those paths here would hand a crawler a set of URLs
  that all redirect to the same page, which reads as soft-404s rather than as
  content. If a school page is ever made readable while signed out, add it then.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://seek-once.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- The signed-out transcript preview: the landing page's primary call to
       action, and the only feature a visitor can use without an account. -->
  <url>
    <loc>https://seek-once.com/try</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://seek-once.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://seek-once.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://seek-once.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://seek-once.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
