<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    Legacy Motors Joplin - Sitemap
    
    NOTE: This is a static sitemap. In production, consider implementing a dynamic sitemap
    that automatically includes all vehicle inventory pages.
    
    TODO: Update the domain name from 'legacymotorsjoplin.com' to your actual domain
    TODO: Implement dynamic sitemap generation for individual vehicle pages
-->
<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">
    
    <!-- Homepage -->
    <url>
        <loc>https://legacymotorsjoplin.com/</loc>
        <lastmod>2025-10-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- Vehicles Index Page -->
    <url>
        <loc>https://legacymotorsjoplin.com/vehicles</loc>
        <lastmod>2025-10-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Contact Page -->
    <url>
        <loc>https://legacymotorsjoplin.com/contact</loc>
        <lastmod>2025-10-30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Credit Application Page -->
    <url>
        <loc>https://legacymotorsjoplin.com/credit-application</loc>
        <lastmod>2025-10-30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Test Drive Page -->
    <url>
        <loc>https://legacymotorsjoplin.com/test-drive</loc>
        <lastmod>2025-10-30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Note: Individual vehicle pages would be dynamically generated in a production environment -->
    
</urlset>
