<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, deliberately.

  Social Swiftie is a single-page app that never changes the address bar:
  App.jsx calls history.pushState(state, '', location.href) — note the third
  argument is the CURRENT url, so navigating between Studio, Brands and the
  editor does not create /studio or /brands. Those paths do resolve, but only
  because the server falls back to index.html for anything it does not
  recognise, so they serve the identical homepage HTML.

  Listing them would hand Google several addresses with the same content,
  which it treats as duplicates or soft 404s — actively worse than listing
  nothing. If real routes are added later (a router that writes to the URL,
  or server-rendered pages), add them here at the same time and not before.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://socialswiftie.co/</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
