<?xml version="1.0" encoding="UTF-8"?>
<!--
  The landing page plus the six static content pages (`pages.config.ts`) —
  every route that's public without a session cookie. Every other route needs
  a session cookie to render anything but the sign-in form.

  `lastmod` is deliberately absent rather than a date that would be a lie the
  moment the copy changes without anyone editing this file. Google treats an
  unreliable lastmod as no signal at all, which is what a hand-maintained one
  becomes.

  Paths here are hand-kept in sync with `STATIC_PAGES` in
  `src/client/pages.config.ts` — that array stays the source of truth for the
  routes themselves, this file just lists the same six for crawlers.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pictocraft.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pictocraft.app/page/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://pictocraft.app/page/guide</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://pictocraft.app/page/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://pictocraft.app/page/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pictocraft.app/page/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pictocraft.app/page/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
