<?xml version="1.0" encoding="UTF-8"?>
<!-- Root-only for now (Codex review on PR #963): the SPA shell (and the live
     pre-launch teaser, which never runs src/lib/seo.ts) serves identical
     static HTML for every route, so advertising /?screen=api and /docs here
     would present them to non-JS crawlers as duplicates of the home page.
     Restore those entries (same hreflang pattern as below, priority 0.8)
     once route-specific static heads exist - e.g. a prerender step like
     makerchip-app/scripts/prerender.mjs - or the full splash replaces the
     teaser and runtime canonicals are the crawl surface.
     Auth and dashboard screens are noindexed at runtime and stay absent.
     Locale variants use ?lang=, matching how src/App.tsx reflects locale. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://tinkrapp.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://tinkrapp.com/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://tinkrapp.com/?lang=es" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://tinkrapp.com/?lang=fr" />
    <xhtml:link rel="alternate" hreflang="de" href="https://tinkrapp.com/?lang=de" />
    <xhtml:link rel="alternate" hreflang="pt" href="https://tinkrapp.com/?lang=pt" />
    <xhtml:link rel="alternate" hreflang="zh-Hans" href="https://tinkrapp.com/?lang=zh-Hans" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://tinkrapp.com/?lang=ja" />
    <xhtml:link rel="alternate" hreflang="ko" href="https://tinkrapp.com/?lang=ko" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://tinkrapp.com/?lang=ar" />
    <xhtml:link rel="alternate" hreflang="hi" href="https://tinkrapp.com/?lang=hi" />
    <xhtml:link rel="alternate" hreflang="ms" href="https://tinkrapp.com/?lang=ms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tinkrapp.com/" />
  </url>
</urlset>
