<?xml version="1.0" encoding="UTF-8"?>
<!--
  Adyvance is a single-page site: every nav item (#services, #process, #why,
  #reviews, #clients) is a fragment of "/", not a separate document. Fragments
  are deliberately NOT listed here — search engines strip the "#..." before
  fetching, so listing them would submit the same URL eight times and show up
  in Search Console as duplicate/uncrawlable entries.

  changefreq and priority are also omitted on purpose: Google ignores both
  outright, and priority only ever ranked URLs relative to each other within
  one sitemap, which is meaningless with a single URL.

  Keep <lastmod> honest — bump it when the page content actually changes, not
  on every deploy. A lastmod that always says "today" is treated as noise.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <url>
    <!-- www is the canonical host; the apex 308s to it. This must match the
         <link rel="canonical"> in index.html exactly, trailing slash included. -->
    <loc>https://www.adyvance.com/</loc>
    <lastmod>2026-08-06</lastmod>

    <!-- Brand imagery declared for Google Images. Client logos in the marquee
         are left out — they are third-party marks, not Adyvance's content. -->
    <image:image>
      <image:loc>https://www.adyvance.com/assets/images/logo-full.webp</image:loc>
      <image:title>Adyvance</image:title>
      <image:caption>Adyvance — digital marketing and business growth agency in Birgunj, Nepal.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://www.adyvance.com/assets/images/logo-icon.webp</image:loc>
      <image:title>Adyvance logo</image:title>
      <image:caption>The Adyvance logomark.</image:caption>
    </image:image>
  </url>

</urlset>
