<?xml version="1.0" encoding="UTF-8"?>
<!--
  The Arabic and English landing pages are two documents rendered from one template
  (backend/lib/landing-page.ts), each serving its own canonical and hreflang set. This
  file repeats that pair because the sitemap form is read by crawlers that never fetch
  the pages themselves. Deliberately no lastmod element: a hand-maintained date goes
  stale silently, and a stale one is worse than none.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://urprice.sa/</loc>
    <xhtml:link rel="alternate" hreflang="ar-SA" href="https://urprice.sa/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://urprice.sa/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://urprice.sa/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://urprice.sa/en/</loc>
    <xhtml:link rel="alternate" hreflang="ar-SA" href="https://urprice.sa/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://urprice.sa/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://urprice.sa/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://urprice.sa/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://urprice.sa/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://urprice.sa/disclosures</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
