<?xml version="1.0" encoding="UTF-8"?>
<!--
  Primary URL sitemap — divyanksingh.com
  Covers: main portfolio page + PDF resume (Google indexes PDFs as separate documents)
  Images are handled separately in sitemap-images.xml
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- ─── Main Portfolio Page ─────────────────────────────────────────────── -->
  <url>
    <loc>https://divyanksingh.com/</loc>
    <lastmod>2026-04-04</lastmod>
    <!--
      changefreq: "monthly" — portfolio updates when projects ship or experience changes.
      priority: 1.0 — this is the only canonical URL; maximum weight.
    -->
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <!-- English is the only language; no alternate hreflang needed -->
    <xhtml:link rel="alternate" hreflang="en" href="https://divyanksingh.com/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://divyanksingh.com/" />
  </url>

  <!-- ─── Resume PDF ──────────────────────────────────────────────────────── -->
  <!--
    Google indexes PDFs as standalone documents and can surface them in search
    results directly (e.g. "Divyank Singh resume PDF"). Including it here ensures
    it is discovered and re-indexed whenever it is updated.
  -->
  <url>
    <loc>https://divyanksingh.com/Divyank-Resume.pdf</loc>
    <lastmod>2026-04-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
