<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Page d'accueil -->
  <url>
    <loc>https://makewebsite.io/</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://makewebsite.io/assets/images/og-image-makewebsite.jpg</image:loc>
      <image:title>MakeWebsite.io - Plateforme e-commerce tunisienne</image:title>
      <image:caption>Créez votre boutique en ligne facilement en Tunisie</image:caption>
    </image:image>
  </url>

  <!-- Page d'inscription -->
  <url>
    <loc>https://makewebsite.io/signup</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <image:image>
      <image:loc>https://makewebsite.io/assets/images/signup-og-image.jpg</image:loc>
      <image:title>Inscription MakeWebsite.io</image:title>
      <image:caption>Créez votre compte et lancez votre boutique en ligne</image:caption>
    </image:image>
  </url>

  <!-- Page de connexion -->
  <url>
    <loc>https://makewebsite.io/login</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <image:image>
      <image:loc>https://makewebsite.io/assets/images/login-og-image.jpg</image:loc>
      <image:title>Connexion MakeWebsite.io</image:title>
      <image:caption>Accédez à votre boutique en ligne</image:caption>
    </image:image>
  </url>

  <!-- Page de récupération de mot de passe -->
  <url>
    <loc>https://makewebsite.io/forget-password</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
    <image:image>
      <image:loc>https://makewebsite.io/assets/images/forgot-password-og-image.jpg</image:loc>
      <image:title>Récupération de mot de passe MakeWebsite.io</image:title>
      <image:caption>Réinitialisez votre mot de passe de manière sécurisée</image:caption>
    </image:image>
  </url>

  <!-- Page de tarifs -->
  <url>
    <loc>https://makewebsite.io/pricing</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Page À propos -->
  <url>
    <loc>https://makewebsite.io/About_us</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Page FAQ -->
  <url>
    <loc>https://makewebsite.io/faq</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Page de contact -->
  <url>
    <loc>https://makewebsite.io/contact</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Page de support -->
  <url>
    <loc>https://makewebsite.io/support-ticket</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Page de communauté -->
  <url>
    <loc>https://makewebsite.io/community</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Page Marketplace - PRIORITÉ ÉLEVÉE -->
  <url>
    <loc>https://makewebsite.io/marketplace</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://makewebsite.io/logo-mw.png</image:loc>
      <image:title>Marketplace Tunisie - MakeWebsite.io</image:title>
      <image:caption>Marketplace tunisienne avec des centaines de produits de boutiques en ligne</image:caption>
    </image:image>
  </url>

  <!-- Pages multilingues -->
  <url>
    <loc>https://makewebsite.io/?lang=en</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://makewebsite.io/?lang=it</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://makewebsite.io/?lang=de</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>

