<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sugma & Gargl — sitemap.

  Only real, server-rendered URLs go in here. The comic pages themselves are
  drawn client-side from /api/pages and have no individual URLs, so there is
  nothing per-page to list yet. If the reader ever gets deep links
  (e.g. /page/12), add them here.

  Keep the trailing slashes. /about redirects to /about/ (Apache DirectorySlash),
  and a sitemap full of URLs that redirect is exactly what "Page with redirect"
  in Search Console means.

  Update <lastmod> when a page's content actually changes. Lying about it
  trains Google to ignore the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://sugmaandgargl.com/</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://sugmaandgargl.com/about/</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://sugmaandgargl.com/socials/</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
