<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap, maintained by hand. Four public pages; there is nothing
  else to list and nothing here changes often enough to justify generating
  it at runtime.

  The homepage is "/" and NOT "/index.php", matching the canonical set in
  includes/head.php. Listing both would re-create the duplication the
  canonical exists to resolve.

  No <lastmod>: the page content lives in the homepage_settings table,
  which has no updated_at column, so there is no honest value to put here.
  A timestamp taken from the .php file's mtime would describe the template,
  not the content, and Google learns to distrust a lastmod that does not
  track real change. Omitting it is valid and preferable.

  No <changefreq> or <priority>: Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://meetnaqi.com/</loc>
  </url>
  <url>
    <loc>https://meetnaqi.com/web-portfolio.php</loc>
  </url>
  <url>
    <loc>https://meetnaqi.com/video-portfolio.php</loc>
  </url>
  <url>
    <loc>https://meetnaqi.com/design-portfolio.php</loc>
  </url>
</urlset>
