<?xml version="1.0" encoding="UTF-8"?>
<!--
  Localized routes (/, /landing/how-it-works, /landing/faq, /landing/assessment)
  serve English, Japanese, and Korean copy from this SAME canonical URL,
  negotiated server-side via the Accept-Language header or the custard_lang
  cookie (see server/lib/i18n.ts + server/static.ts). The xhtml:link hreflang
  annotations below mirror the <link rel="alternate" hreflang="..."> tags each
  response emits, so crawlers get a consistent, accurate locale signal from
  both the sitemap and the page itself instead of just whichever language
  happened to be returned for a given crawl.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://custard.science/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://custard.science/" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://custard.science/" />
    <xhtml:link rel="alternate" hreflang="ko" href="https://custard.science/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://custard.science/" />
  </url>
  <url>
    <loc>https://custard.science/landing/how-it-works</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://custard.science/landing/how-it-works" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://custard.science/landing/how-it-works" />
    <xhtml:link rel="alternate" hreflang="ko" href="https://custard.science/landing/how-it-works" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://custard.science/landing/how-it-works" />
  </url>
  <url>
    <loc>https://custard.science/landing/assessment</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://custard.science/landing/assessment" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://custard.science/landing/assessment" />
    <xhtml:link rel="alternate" hreflang="ko" href="https://custard.science/landing/assessment" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://custard.science/landing/assessment" />
  </url>
  <url>
    <loc>https://custard.science/landing/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://custard.science/landing/faq" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://custard.science/landing/faq" />
    <xhtml:link rel="alternate" hreflang="ko" href="https://custard.science/landing/faq" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://custard.science/landing/faq" />
  </url>
  <url>
    <loc>https://custard.science/landing/expert-network</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://custard.science/expert-network/apply</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://custard.science/methodology</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://custard.science/docs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://custard.science/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://custard.science/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://custard.science/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
