<?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"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
  xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- 
    NOTA IMPORTANTE: Este sitemap contiene las URLs estáticas principales.
    Las URLs dinámicas de vehículos individuales (/info-auto/:id) se generan en:
    - https://api.autosell.pe/sitemap-autos.xml (desde el backend)
    
    Ambos sitemaps están registrados en robots.txt
  -->

  <!-- Página principal - Mayor prioridad -->
  <url>
    <loc>https://www.autosell.pe/inicio</loc>
    <lastmod>2026-01-31</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Páginas principales de conversión -->
  <url>
    <loc>https://www.autosell.pe/compra-tu-auto</loc>
    <lastmod>2026-01-31</lastmod>
    <changefreq>hourly</changefreq>
    <priority>0.95</priority>
  </url>

  <url>
    <loc>https://www.autosell.pe/vende-tu-auto</loc>
    <lastmod>2026-01-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.85</priority>
  </url>

  <!-- Landing page principal -->
  <url>
    <loc>https://www.autosell.pe/landing</loc>
    <lastmod>2026-01-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.80</priority>
  </url>

  <!-- Páginas legales e información -->
  <url>
    <loc>https://www.autosell.pe/terminos-y-condiciones</loc>
    <lastmod>2026-01-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.autosell.pe/politicas-de-privacidad</loc>
    <lastmod>2026-01-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.autosell.pe/reclamos</loc>
    <lastmod>2026-01-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>