<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the public-facing pages of Hotel AI Platform.

  As of HOT-5 there's only the marketing landing — but we already publish
  this file so search engines (Google, Bing) can discover the site at
  launch and pick up new entries (per-hotel landings, blog posts) once
  they're added.

  The {{HOST}} placeholder is left as-is on purpose: when we deploy behind
  a real domain, swap it in via a build-time substitution or a deploy-time
  envsubst step. Keeps the source tree free of any deployment-specific
  hostname.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://{{HOST}}/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://{{HOST}}/login</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
