<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <url>
        <loc>https://example.com/</loc>
        <lastmod>2025-05-09</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <url>
        <loc>https://example.com/blog/</loc>
        <lastmod>2025-05-09</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://example.com/blog/rift-begins</loc>
        <lastmod>2023-10-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <url>
        <loc>https://example.com/blog/why-markdown</loc>
        <lastmod>2023-10-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <url>
        <loc>https://example.com/blog/controllers</loc>
        <lastmod>2023-10-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

</urlset>