<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap fallback for pick.me.
  Once the `sitemap` Cloud Function in functions/index.js is deployed and the
  /sitemap.xml rewrite is enabled in firebase.json, the function takes over
  and lists every live vacancy individually. This static file is here so the
  /sitemap.xml URL never 404s in the meantime.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pickme.work/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pickme.work/?view=job-board</loc>
    <changefreq>hourly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
