<?xml version="1.0" encoding="UTF-8"?>
<!--
    Pocket QSO Logger sitemap.

    The site is small enough that a hand-maintained XML file beats
    a build-time generator on simplicity. Update <lastmod> and the
    list of <url> entries when a new route lands.

    Canonical origin lives in src/lib/site.ts (SITE_URL); this file
    repeats the value because robots.txt and sitemaps are read
    statically by crawlers, before any JS runs.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://pocketqsologger.com/</loc>
        <lastmod>2026-05-11</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://pocketqsologger.com/support</loc>
        <lastmod>2026-05-11</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://pocketqsologger.com/privacy</loc>
        <lastmod>2026-05-11</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.4</priority>
    </url>
</urlset>
