<?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">

  <!-- Home -->
  <url>
    <loc>https://realabodes.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Projects Listing -->
  <url>
    <loc>https://realabodes.in/projects</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- About -->
  <url>
    <loc>https://realabodes.in/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://realabodes.in/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Blog Listing -->
  <url>
    <loc>https://realabodes.in/blog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!--
    NOTE: Individual project and blog post URLs are dynamic (fetched from Supabase).
    For production, consider generating this sitemap dynamically or using a sitemap
    generation script that queries your Supabase database.

    Add individual project pages like:
    <url>
      <loc>https://realabodes.in/project/your-project-slug</loc>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
    </url>

    Add individual blog post pages like:
    <url>
      <loc>https://realabodes.in/blog/your-blog-slug</loc>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
    </url>
  -->

</urlset>
