<?xml version="1.0" encoding="UTF-8"?>
<!--
  TEMPLATE — not yet live-ready.

  Web team, two things before this is correct:
   1. Replace every "__PUBLIC_ORIGIN__" below with the final public origin,
      e.g. https://fhss.byu.edu/computing  (no trailing slash). It must match
      the canonical origin the app serves under, including any subpath.
   2. Keep the /news/<slug> entries in sync as articles are published or
      removed (source: src/app/data/4-news/). The static routes above rarely
      change.

  Until both are done, leave this file out of robots.txt's Sitemap line.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Static routes -->
  <url><loc>https://__PUBLIC_ORIGIN__/</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/about</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/news</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/fhss-labs</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/fhss-inventory</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/privacy</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/terms</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/permissions</loc></url>

  <!-- News articles (data-driven — update on publish) -->
  <url><loc>https://__PUBLIC_ORIGIN__/news/meet-the-brightspot-team</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/news/why-we-need-the-computer-audit</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/news/meet-the-tech-team</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/news/meet-the-cfhg-team</loc></url>

  <!-- Contact FAQ pages (data-driven — source: src/app/data/3-contact-us/page.ts CONTACT_FAQS) -->
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/cloud-apps</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/spam-email</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/email-on-phone</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/missing-emails</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/box</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/qualtrics</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/microsoft-office</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/software-licensing</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/borrow-computers</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/faculty-page</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/multimedia-lab</loc></url>
  <url><loc>https://__PUBLIC_ORIGIN__/contact/faq/backup</loc></url>
</urlset>
