<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sneeky Linq — Static Sitemap
  Production hostname: https://sneekylinq.com

  Dynamic provider profiles (/profile/:slug) are intentionally excluded.
  The set of active, public profiles changes as providers activate,
  suspend, or archive — a static file cannot stay current without a
  backend function or build step to regenerate it. Fabricating entries
  would risk indexing suspended, archived, draft, or private profiles.
  To add dynamic profiles in the future, implement a backend function
  (e.g. getSitemap) that queries ProviderProfile for profile_status =
  "active" AND is_public = true, returns their slugs, and serves the
  result at /sitemap.xml or a /sitemap-profiles.xml fragment.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sneekylinq.com/</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/explore</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/how-it-works</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/safety</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/for-providers</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/help</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/contact</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/community-guidelines</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/privacy</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/terms</loc>
  </url>
  <url>
    <loc>https://sneekylinq.com/age-eligibility</loc>
  </url>
</urlset>
