<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap: only the two pages that exist as real, indexable content
  today. Each washer's public page lives at /book/<slug> and is crawlable, but
  those are generated per account — listing them needs a server-rendered
  sitemap, which is a separate job from this one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wycaa.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://wycaa.app/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
