
<?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"
      xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Main Homepage -->
  <!-- This is the only currently live and indexable content on your site. -->
  <!-- Ensure this matches your canonical URL (https://www.nizut.com/) -->
  <url>
    <loc>https://www.nizut.com/</loc>
    <lastmod>2024-07-30T10:00:00+00:00</lastmod> <!-- IMPORTANT: Update this to the actual last modification date of your index.html -->
    <changefreq>weekly</changefreq>             <!-- Homepage content is likely to be updated regularly -->
    <priority>1.0</priority>                   <!-- Highest priority as it's the primary page -->
  </url>

  <!-- IMPORTANT: -->
  <!-- Pages under development (e.g., shop.html, contact.html, case-study-*.html, login.html) -->
  <!-- MUST NOT be included in the sitemap until they are fully live, stable, and ready for indexing. -->
  <!-- Including non-existent or incomplete pages will lead to 404 errors in Google Search Console, -->
  <!-- which can negatively impact your site's crawl budget and perceived quality. -->

  <!-- Error pages (e.g., 404.html, 403.html, 500.html) -->
  <!-- MUST NOT be included in the sitemap. These pages are designed to signal problems, -->
  <!-- not to be indexed as regular content. The server correctly returning a 404/403/500 -->
  <!-- status code (and your <meta name="robots" content="noindex,follow">) handles this. -->

</urlset>
