<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — Learn With Trust
  ────────────────────────────────────────────────────────────────
  We deliberately list ONLY public, evergreen routes. Logged-in
  dashboards, user-specific URLs, and short-lived booking pages
  are excluded. Both Arabic and English are served from the same
  URL via the client-side `LanguageContext`, so we expose a single
  canonical URL per page and pair it with `xhtml:link` hreflang
  alternates pointing at the same URL with `?lang=ar` / `?lang=en`
  query hints — Google then knows which version to show per locale.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://learnwithtrust.com/</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://learnwithtrust.com/?lang=ar" />
    <xhtml:link rel="alternate" hreflang="en" href="https://learnwithtrust.com/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://learnwithtrust.com/" />
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://learnwithtrust.com/tutors</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://learnwithtrust.com/tutors?lang=ar" />
    <xhtml:link rel="alternate" hreflang="en" href="https://learnwithtrust.com/tutors?lang=en" />
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://learnwithtrust.com/story</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://learnwithtrust.com/documentation</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://learnwithtrust.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://learnwithtrust.com/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://learnwithtrust.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://learnwithtrust.com/free</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
