<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four pages, two 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 pages crawled without waiting
  for a link to be followed.

  THE PAIRS DO NOT MIX. index/fr are one alternate set and software/software-fr are another; a URL
  from one set must never appear as an alternate of the other, or Google reads four pages as one
  group and picks a single canonical for all of them.

  TWO PAGES BECAME FOUR ON 2026-09-10, when #work and #cloud left the home page for software.html.
  A page that is not listed here is reachable only by a crawler following a link to it, and the only
  links to the software pages are in the nav and one section — so omitting them is how a new page
  stays uncrawled while every check passes.

  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-09-10</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-09-10</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/software.html</loc>
    <lastmod>2026-09-10</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://conakrytechnology.com/software.html"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://conakrytechnology.com/software-fr.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://conakrytechnology.com/software.html"/>
  </url>

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

</urlset>
