<?xml version="1.0" encoding="UTF-8"?>
<!--
  Techiato studio site. Six prerendered routes: the home page and each case study,
  in English and Arabic.

  Before the Vite work, this site had exactly one indexable URL serving an empty
  <div id="root">. English and Arabic shared an address, and the case studies were
  modals with no address at all.

  Every entry carries reciprocal xhtml:link alternates matching the <link
  rel="alternate"> tags in the pages themselves — and note the case studies pair
  with each other, not with the home page. Agreeing in both places is the cheapest
  way to avoid an hreflang validation error.

  Generated pages come from ROUTES in scripts/prerender.mjs. Adding a project there
  means adding its two URLs here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://techiato.org/</loc>
    <lastmod>2026-08-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://techiato.org/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://techiato.org/ar/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://techiato.org/"/>
  </url>

  <url>
    <loc>https://techiato.org/ar/</loc>
    <lastmod>2026-08-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://techiato.org/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://techiato.org/ar/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://techiato.org/"/>
  </url>

  <url>
    <loc>https://techiato.org/work/omaraty/</loc>
    <lastmod>2026-08-16</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://techiato.org/work/omaraty/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://techiato.org/ar/work/omaraty/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://techiato.org/work/omaraty/"/>
  </url>

  <url>
    <loc>https://techiato.org/ar/work/omaraty/</loc>
    <lastmod>2026-08-16</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://techiato.org/work/omaraty/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://techiato.org/ar/work/omaraty/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://techiato.org/work/omaraty/"/>
  </url>

  <url>
    <loc>https://techiato.org/work/petrodefense/</loc>
    <lastmod>2026-08-16</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://techiato.org/work/petrodefense/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://techiato.org/ar/work/petrodefense/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://techiato.org/work/petrodefense/"/>
  </url>

  <url>
    <loc>https://techiato.org/ar/work/petrodefense/</loc>
    <lastmod>2026-08-16</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://techiato.org/work/petrodefense/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://techiato.org/ar/work/petrodefense/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://techiato.org/work/petrodefense/"/>
  </url>

</urlset>
