<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
<!--
  ╔══════════════════════════════════════════════════════════════╗
  ║  TAFASEER — Sitemap                                         ║
  ║  Authentic Islamic Dream Interpretation                     ║
  ║  https://tafaseer.app                                       ║
  ║                                                             ║
  ║  This sitemap lists all publicly accessible pages.          ║
  ║  Private/authenticated routes (dashboard, chat, profile)    ║
  ║  are intentionally excluded — see robots.txt.               ║
  ║                                                             ║
  ║  Last Updated: 2026-03-20                                   ║
  ╚══════════════════════════════════════════════════════════════╝
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!--
    ┌─────────────────────────────────────┐
    │  HOMEPAGE / LANDING PAGE            │
    │  Main entry point of the app.       │
    │  Bilingual: English + Arabic.       │
    └─────────────────────────────────────┘
  -->
  <url>
    <loc>https://tafaseer.app</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://tafaseer.app" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://tafaseer.app" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tafaseer.app" />
    <image:image>
      <image:loc>https://tafaseer.app/icon-512.png</image:loc>
      <image:title>TAFASEER App Icon</image:title>
      <image:caption>TAFASEER — Authentic Islamic Dream Interpretation powered by AI</image:caption>
    </image:image>
  </url>

  <!--
    ┌─────────────────────────────────────┐
    │  ABOUT US                           │
    │  Marketing / informational page     │
    │  about the app, features, mission.  │
    └─────────────────────────────────────┘
  -->
  <url>
    <loc>https://tafaseer.app/about-us</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://tafaseer.app/about-us" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://tafaseer.app/about-us" />
  </url>

  <!--
    ┌─────────────────────────────────────┐
    │  AUTHENTICATION PAGES               │
    │  Public-facing entry points for     │
    │  new and returning users.           │
    └─────────────────────────────────────┘
  -->
  <url>
    <loc>https://tafaseer.app/auth/login</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://tafaseer.app/auth/signup</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://tafaseer.app/auth/forgot-password</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!--
    ┌─────────────────────────────────────┐
    │  LEGAL PAGES                        │
    │  Required for compliance.           │
    │  Indexed for transparency.          │
    └─────────────────────────────────────┘
  -->
  <url>
    <loc>https://tafaseer.app/privacy-policy</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://tafaseer.app/tos</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!--
    ┌─────────────────────────────────────┐
    │  EXCLUDED ROUTES (for reference)    │
    │  These are NOT listed above as      │
    │  they require authentication:       │
    │                                     │
    │  /dashboard    — Dream submission   │
    │  /chat/*       — AI interpretation  │
    │  /profile      — User settings      │
    │  /update-email — Account settings   │
    │  /help         — Support center     │
    └─────────────────────────────────────┘
  -->

</urlset>
