<?xml version="1.0" encoding="UTF-8"?>
<!--
  SITEMAP.XML — aadeshdahal.com.np
  ─────────────────────────────────
  This file tells Google's crawlers exactly which
  pages exist on your website and how important
  they are relative to each other.

  HOW TO USE:
  1. Upload this file to your domain root so it's
     accessible at: https://aadeshdahal.com.np/sitemap.xml
  2. Submit the URL to Google Search Console:
     Google Search Console → Sitemaps → enter URL → Submit
  3. Also submit to Bing Webmaster Tools

  WHAT THE TAGS MEAN:
  - <loc>       : Full URL of the page
  - <lastmod>   : Date the page was last updated (YYYY-MM-DD)
  - <changefreq>: How often Google should check for changes
  - <priority>  : Relative importance (0.0 to 1.0)
                  The homepage is always 1.0
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage — highest priority -->
  <url>
    <loc>https://aadeshdahal.com.np/</loc>
    <lastmod>2025-06-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>