<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml for fireslugstudios.com

  Responsibility:
    Provide search engines with a map of all URLs to index.

  Notes:
    - File must live at the root of the site: https://www.fireslugstudios.com/sitemap.xml
    - Only include pages you want indexed (do NOT list legacy pages like /vacancies, /about-us, /shopping).
    - <lastmod> is an ISO 8601 timestamp; update when content meaningfully changes, but this is not massivellyyyy essential.
    - <changefreq> and <priority> are hints; search engines may ignore them :(
    - To add more pages in the future, copy the <url> block and change <loc> etc.
-->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage -->
  <url>
    <loc>https://www.fireslugstudios.com/</loc>
    <lastmod>2025-08-28T00:00:00Z</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
