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

  /proof, /capabilities, /ai, /company and /contact all render the SAME Home
  component and exist only so an in-page anchor survives a hard load. Listing
  them would advertise five duplicates of one page.

  The ?lang=ar entry must match the hreflang in index.html. Phase 3 makes that
  URL actually serve Arabic; until it does, this claim and the hreflang are the
  same pending claim, which is why nothing is deployed before both have landed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://solutions.sudline.sa/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://solutions.sudline.sa/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://solutions.sudline.sa/?lang=ar"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://solutions.sudline.sa/"/>
  </url>
  <url>
    <loc>https://solutions.sudline.sa/?lang=ar</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://solutions.sudline.sa/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://solutions.sudline.sa/?lang=ar"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://solutions.sudline.sa/"/>
  </url>
  <url>
    <loc>https://solutions.sudline.sa/privacy</loc>
  </url>
</urlset>
