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

    <!-- Página Principal -->
    <url>
        <loc>https://rentabike.com.ar/</loc>
        <lastmod>2025-07-13</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Catálogo de Productos -->
    <url>
        <loc>https://rentabike.com.ar/productos</loc>
        <lastmod>2025-07-13</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- API Endpoints para robots -->
    <url>
        <loc>https://rentabike.com.ar/api/productos</loc>
        <lastmod>2025-07-13</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://rentabike.com.ar/api/productos/categorias</loc>
        <lastmod>2025-07-13</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>

</urlset>