<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two pages, one in each language. The xhtml:link alternates must be reciprocal: every URL lists
  every alternate INCLUDING itself, or Google ignores the whole set. They duplicate the <link
  rel="alternate"> tags in the pages' <head> on purpose — declaring the pair in both places is what
  the specification expects, and the sitemap is what gets the French page crawled without waiting
  for a link to be followed.

  lastmod is the date the pages last changed, not the date the sitemap was written. Bumping it
  without changing the page trains crawlers to ignore it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://conakrytechnology.com/</loc>
    <lastmod>2026-08-09</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://conakrytechnology.com/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://conakrytechnology.com/fr.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://conakrytechnology.com/"/>
  </url>

  <url>
    <loc>https://conakrytechnology.com/fr.html</loc>
    <lastmod>2026-08-09</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://conakrytechnology.com/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://conakrytechnology.com/fr.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://conakrytechnology.com/"/>
  </url>

</urlset>
