<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Home -->
  <url>
    <loc>https://rajcicrados.rs/</loc>
    <priority>1.0</priority>
    <changefreq>weekly</changefreq>
    <lastmod>2024-01-01</lastmod>
  </url>

  <!-- Blog listing -->
  <url>
    <loc>https://rajcicrados.rs/blog</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
    <lastmod>2024-01-01</lastmod>
  </url>

  <!-- CV -->
  <url>
    <loc>https://rajcicrados.rs/cv</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
    <lastmod>2024-01-01</lastmod>
  </url>

  <!-- Projects -->
  <url>
    <loc>https://rajcicrados.rs/projects</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
    <lastmod>2024-01-01</lastmod>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://rajcicrados.rs/contact</loc>
    <priority>0.7</priority>
    <changefreq>yearly</changefreq>
    <lastmod>2024-01-01</lastmod>
  </url>

  <!-- og:images -->
  <url>
    <loc>https://rajcicrados.rs/og-default.png</loc>
    <priority>0.6</priority>
    <changefreq>yearly</changefreq>
    <lastmod>2024-01-01</lastmod>    
  </url>
  
  <!-- RSS -->
  <url>
    <loc>https://rajcicrados.rs/feed/rss</loc>
    <priority>0.5</priority>
    <changefreq>weekly</changefreq>
    <lastmod>2024-01-01</lastmod>
  </url>

  <!-- Pojedinačni blog postovi (primer) -->
  <url>
    <loc>https://rajcicrados.rs/blog/moj-prvi-post</loc>
    <priority>0.7</priority>
    <changefreq>monthly</changefreq>
    <lastmod>2024-01-01</lastmod>
  </url>

  <url>
    <loc>https://rajcicrados.rs/blog/kako-sam-napravio-sajt</loc>
    <priority>0.7</priority>
    <changefreq>monthly</changefreq>
    <lastmod>2024-01-01</lastmod>
  </url>

</urlset>
