<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Home page -->
  <url>
    <loc>https://systempattern.com</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Main overview pages -->
  <url>
    <loc>https://systempattern.com/patterns</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://systempattern.com/paradigms</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://systempattern.com/architecture</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Pattern category pages -->
  <url>
    <loc>https://systempattern.com/patterns/creational</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://systempattern.com/patterns/structural</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://systempattern.com/patterns/behavioral</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Architecture category pages -->
  <url>
    <loc>https://systempattern.com/architecture/architectural-styles</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://systempattern.com/architecture/integration-patterns</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://systempattern.com/architecture/scalability-patterns</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Pattern detail pages -->
  <url>
    <loc>https://systempattern.com/patterns/creational/singleton</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://systempattern.com/patterns/creational/factory-method</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://systempattern.com/patterns/structural/adapter</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://systempattern.com/patterns/structural/composite</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://systempattern.com/patterns/behavioral/observer</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://systempattern.com/patterns/behavioral/strategy</loc>
    <lastmod>2024-03-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>