<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for Tickr.  Two pages, both updated on every deploy.
  Bump the <lastmod> dates whenever the page content meaningfully
  changes (Google ignores stale lastmod values, so over-updating is
  worse than leaving an old date — only bump on real edits).

  When the site grows beyond a handful of pages, switch to the
  @astrojs/sitemap integration which auto-emits this from src/pages/.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tickrpro.com/</loc>
    <lastmod>2026-04-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tickrpro.com/pricing/</loc>
    <lastmod>2026-04-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
