<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static for now — reflects the pages that exist today, one entry per
  locale (ar = bare path, en = prefixed), each annotated with hreflang
  alternates for the other locales. Once category landing pages ship, this
  needs to become generated (a build step or a server route), not
  hand-maintained. See docs/seo-strategy.md.

  Kurdish is temporarily hidden site-wide (no /ku entries, no ku hreflang
  alternates) — the translations exist and aren't going anywhere, but Hadi
  has no way to confirm their quality himself, so it's pulled until a
  native speaker reviews it. See LanguageSwitcher.tsx / i18n/index.tsx /
  i18n/localePath.ts for the matching app-side changes. Add the /ku, /ku/jobs,
  /ku/about, /ku/contact, /ku/privacy entries (and the hreflang="ku" line on
  every url below) back once it's reviewed and re-enabled.

  Individual /jobs/:id pages are deliberately NOT listed here — today's 25
  jobs are seed/showcase data, not real client postings (see
  auth-decision.md / seed-showcase-jobs.mjs), and we don't want Google
  treating temporary placeholder listings as content worth indexing. The
  /jobs hub itself is listed below, and now links to every job with a real
  <a href> (see PressableLink in components/ui.tsx), so Googlebot can still
  crawl into them from there if it chooses to. Add real job URLs here once
  the seed jobs are replaced with real postings.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://farasa-iq.com/</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://farasa-iq.com/en</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://farasa-iq.com/jobs</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/jobs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en/jobs"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/jobs"/>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://farasa-iq.com/en/jobs</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/jobs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en/jobs"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/jobs"/>
    <changefreq>daily</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://farasa-iq.com/about</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/about"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en/about"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/about"/>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://farasa-iq.com/en/about</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/about"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en/about"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/about"/>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://farasa-iq.com/contact</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/contact"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en/contact"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/contact"/>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://farasa-iq.com/en/contact</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/contact"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en/contact"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/contact"/>
    <changefreq>monthly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://farasa-iq.com/privacy</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/privacy"/>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://farasa-iq.com/en/privacy</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://farasa-iq.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://farasa-iq.com/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://farasa-iq.com/privacy"/>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>
</urlset>
