<?xml version="1.0" encoding="UTF-8"?>
<!--
  hakemos.com sitemap.

  ONE url, and that is correct — not an oversight. The marketing build
  (src/App.tsx, the `!IS_LAB` branch) has exactly one indexable public
  route: `/`, the Billboard landing page. The other client-routed paths
  (`/designs`, `/designs/:slug`, `/hero-lab`) are design-lab teasers and
  prototypes, and they carry `X-Robots-Tag: noindex` (public/_headers).
  A noindexed URL must never appear in a sitemap — that is a direct
  contradiction Search Console reports as an error.

  The landing page is bilingual (EN/AR) on the SAME url via a client-side
  language toggle, so there are no per-language URLs to declare with
  hreflang. If per-language routes are ever introduced, add xhtml:link
  alternates here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://hakemos.com/</loc>
    <lastmod>2026-08-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
