<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml for SciWritingIDE
  A sitemap is a file that lists all the pages on your website.
  Google reads this to know what to crawl and index.
  Since SciWritingIDE is a single-page app, we only have one URL,
  but this file is still important for Google to discover it quickly.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <!-- The main URL of your app -->
    <loc>https://sciwritingide.com/</loc>
    <!-- The date this page was last updated (update this when you make big changes) -->
    <lastmod>2026-04-24</lastmod>
    <!-- How often Google should come back to check for changes -->
    <changefreq>weekly</changefreq>
    <!-- Priority vs other pages on your site. 1.0 = most important -->
    <priority>1.0</priority>
  </url>
</urlset>
