<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only genuinely public, unauthenticated pages are listed here on purpose —
  everything else on the site (dashboards, booking, messages, admin, the
  interviewer onboarding wizard) sits behind a login gate, so a crawler
  landing there anonymously would just see a "log in" screen, not real
  content. Update the <loc> URLs below (and robots.txt's Sitemap: line) to
  a real custom domain once one is bought and pointed at Render — see the
  comment in index.html's <head>.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://interviewlab-backend.onrender.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://interviewlab-backend.onrender.com/register.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://interviewlab-backend.onrender.com/login.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
