<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the public marketing pages (v0.9.0). The articles engine
  (laravel-articles) already serves /sitemap.xml for docs and /feed.xml; this
  file covers the marketing routes it does not know about. Both are referenced
  from robots.txt. Keep the URL list in sync with the public routes in
  routes/web.php (landing, features, pricing, about, privacy, terms).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://release-manager.swarmplatform.cloud/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://release-manager.swarmplatform.cloud/features</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://release-manager.swarmplatform.cloud/pricing</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://release-manager.swarmplatform.cloud/about</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://release-manager.swarmplatform.cloud/privacy</loc>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    <url>
        <loc>https://release-manager.swarmplatform.cloud/terms</loc>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
</urlset>
