<?xml version="1.0" encoding="UTF-8"?>
<!--
  Fuqah AI sitemap.

  /privacy/ and /contact/ used to be hash fragments, which Google does not
  index as separate pages — the crawler requested https://fuqah.ai/ either way,
  so listing them would have submitted URLs that render the homepage. They are
  real routes now, each served as its own HTML file with its own title,
  description and canonical, so they belong here.

  /salla-chatbot/ is deliberately absent: it is still the structure test page
  and carries noindex. It gets added when the approved content replaces it.

  Keep this list in agreement with the entries in vite.config.ts. A page that
  is missing here is a page Google finds late; an entry with no page behind it
  is a 404 in Search Console.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://fuqah.ai/</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://fuqah.ai/contact/</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://fuqah.ai/privacy/</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
