<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four PUBLIC, server-rendered URLs. Everything else on this host is the authed SPA and must not be here.

  This file exists because /sitemap.xml previously fell through nginx's SPA catch-all and returned the HTML
  shell with a 200 — which is why Search Console reported "Sitemaps: Temporary processing error" (it was
  handed a web page where XML was expected). Shipping it from public/ means `try_files $uri` matches the real
  file before the fallback.

  No <lastmod>: these are hand-maintained entries and a hardcoded date becomes a lie on the first content
  change. Omitting it is valid and better than publishing a stale one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.vzenn.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.vzenn.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.vzenn.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.vzenn.com/data-processing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
