<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the canonical, indexable URLs are listed. Deliberately absent:
    * /checkout and /id/checkout -- noindex; a sitemap listing them invites a
      "Submitted URL marked noindex" report for no reason.
    * /terms.html, /index.html -- Pages redirects the .html form away, so the
      sitemap would be submitting a redirect rather than a page.

  <lastmod> is the date the page's visible content last changed, taken from git
  rather than from deploy time. Google discards a lastmod it cannot trust -- a
  date that moves on every deploy for unchanged content costs the signal for the
  dates that are real. Update it by hand when the copy changes:
      git log -1 --format=%cs -- landing/index.html
      git log -1 --format=%cs -- landing/terms.html
  <changefreq> and <priority> are omitted: Google has stated it ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://clip.blooply.id/</loc>
    <lastmod>2026-09-15</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://clip.blooply.id/" />
    <xhtml:link rel="alternate" hreflang="id" href="https://clip.blooply.id/id/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://clip.blooply.id/" />
  </url>
  <url>
    <loc>https://clip.blooply.id/id/</loc>
    <lastmod>2026-09-15</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://clip.blooply.id/" />
    <xhtml:link rel="alternate" hreflang="id" href="https://clip.blooply.id/id/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://clip.blooply.id/" />
  </url>
  <url>
    <loc>https://clip.blooply.id/terms</loc>
    <lastmod>2026-09-15</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://clip.blooply.id/terms" />
    <xhtml:link rel="alternate" hreflang="id" href="https://clip.blooply.id/id/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://clip.blooply.id/terms" />
  </url>
  <url>
    <loc>https://clip.blooply.id/id/terms</loc>
    <lastmod>2026-09-15</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://clip.blooply.id/terms" />
    <xhtml:link rel="alternate" hreflang="id" href="https://clip.blooply.id/id/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://clip.blooply.id/terms" />
  </url>
</urlset>
