<?xml version="1.0" encoding="UTF-8"?>
<!--
  ATW Studios sitemap (roadmap 9.5, 2026-09-13).

  Every <loc> uses the WWW canonical host. The apex 301-redirects to www, so
  listing apex URLs here would point crawlers at redirects and split signals.

  Served as a real file: "/sitemap.xml" is in the navigationFallback
  "exclude" list in staticwebapp.config.json. Without that entry this path
  returns index.html with Content-Type text/html and the sitemap is silently
  lost. That was the observed live behaviour before this file existed.

  /studio/confirmed is deliberately absent. It is the Stripe return page, not
  a public landing page, and is only ever reached with a live checkout
  session behind it.

  No lastmod is emitted. It would have to be invented per URL, and a wrong
  lastmod is worse than none. Add real per-page values if content dates ever
  start being tracked.

  Note for editors: XML forbids a double hyphen inside a comment, so do not
  use one as a dash here. It makes the whole sitemap fail to parse.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.atwstudios.com/</loc>
  </url>
  <url>
    <loc>https://www.atwstudios.com/studio</loc>
  </url>
  <url>
    <loc>https://www.atwstudios.com/sounds</loc>
  </url>
  <url>
    <loc>https://www.atwstudios.com/terms</loc>
  </url>
  <url>
    <loc>https://www.atwstudios.com/privacy</loc>
  </url>
</urlset>
