<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage -->
  <url>
    <loc>https://openlicense.dev/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Licenses Directory -->
  <url>
    <loc>https://openlicense.dev/licenses</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- License Wizard -->
  <url>
    <loc>https://openlicense.dev/wizard</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Compare Tool -->
  <url>
    <loc>https://openlicense.dev/compare</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- FAQ -->
  <url>
    <loc>https://openlicense.dev/faq</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Individual License Pages -->
  <!-- MIT License -->
  <url>
    <loc>https://openlicense.dev/license/mit</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Apache 2.0 License -->
  <url>
    <loc>https://openlicense.dev/license/apache-2.0</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- GPL 3.0 License -->
  <url>
    <loc>https://openlicense.dev/license/gpl-3.0</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- BSD 3-Clause License -->
  <url>
    <loc>https://openlicense.dev/license/bsd-3-clause</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- GPL 2.0 License -->
  <url>
    <loc>https://openlicense.dev/license/gpl-2.0</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- LGPL 3.0 License -->
  <url>
    <loc>https://openlicense.dev/license/lgpl-3.0</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- BSD 2-Clause License -->
  <url>
    <loc>https://openlicense.dev/license/bsd-2-clause</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Mozilla Public License 2.0 -->
  <url>
    <loc>https://openlicense.dev/license/mpl-2.0</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- ISC License -->
  <url>
    <loc>https://openlicense.dev/license/isc</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Unlicense -->
  <url>
    <loc>https://openlicense.dev/license/unlicense</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>