<?xml version="1.0" encoding="UTF-8"?>
<!--
  RepCity sitemap — stable, public, static pages only.

  Dynamic / data-driven pages are NOT yet included (they require querying
  the backend at build time):
    - /jobs/{id}          (job listings)
    - /companies/{name}   (company profiles)
    - /blog/{slug}        (blog articles)
    - /forum/{id}         (forum threads)
  See deploy/README.md for how to extend this into a build-time generator.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://repcity.io/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://repcity.io/jobs</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://repcity.io/salaries</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://repcity.io/blog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://repcity.io/forum</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://repcity.io/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://repcity.io/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://repcity.io/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
