<?xml version="1.0" encoding="UTF-8"?>
<!--
  Starter sitemap covering the app's static routes. Individual video pages
  (/video/:id) aren't listed here because they're dynamic and change as
  videos are uploaded — see the SEO strategy doc for the recommended next
  step (a backend endpoint that generates this file's video entries from
  the videos table). Replace REPLACE_WITH_SITE_URL with the real domain
  once one is set up (see the AWS deployment notes).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>REPLACE_WITH_SITE_URL/home</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>REPLACE_WITH_SITE_URL/search</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
