<?xml version="1.0" encoding="UTF-8"?>
<!-- REQUIRED: Replace CANONICAL_HOST with your chosen canonical domain (with or without WWW). Use HTTPS. -->
<!-- OPTIONAL: Keep only the URLs you actually want indexed. -->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- HOMEPAGE -->
  <url>
    <!-- REQUIRED: Absolute canonical URL with trailing slash. -->
    <loc>https://www.wisyguide.ai/</loc>

    <!-- OPTIONAL: Update on each production deploy. Use YYYY-MM-DD or full ISO 8601 like 2025-08-12T10:00:00+00:00 -->
    <lastmod>2025-08-12</lastmod>

    <!-- OPTIONAL: 0.0–1.0; only a hint. -->
    <priority>1.0</priority>

    <!-- OPTIONAL: Hreflang alternates. Keep if you want a fallback, or remove if single-language. -->
    <xhtml:link rel="alternate" hreflang="it-IT" href="https://www.wisyguide.ai/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.wisyguide.ai/"/>
  </url>

  <!-- OPTIONAL: PRIVACY PAGE (include only if it’s a real, crawlable route with content) -->
  <url>
    <loc>https://www.wisyguide.ai/privacy-policy.html</loc>
    <lastmod>2025-08-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
