<?xml version="1.0" encoding="UTF-8"?>
<!--
    Checked-in fallback index. Deploy runs `php artisan sitemap:generate`, which
    overwrites this file and writes every child sitemap, so in practice it is
    only ever served if that step fails. It must list exactly the files
    App\Services\Sitemap\SitemapGenerator writes — the generator deletes any
    sitemap the index no longer references, so a stale entry here would point
    crawlers at a file that has already been removed. SitemapGeneratorTest
    enforces that this list and the generator's output stay in step.

    lastmod is omitted deliberately: this placeholder cannot know when the child
    sitemaps were last regenerated, and real values are written on the next run.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>https://vervtrip.com/sitemap-static.xml</loc>
    </sitemap>
    <sitemap>
        <loc>https://vervtrip.com/sitemap-blog.xml</loc>
    </sitemap>
    <sitemap>
        <loc>https://vervtrip.com/sitemap-search.xml</loc>
    </sitemap>
    <sitemap>
        <loc>https://vervtrip.com/sitemap-countries.xml</loc>
    </sitemap>
    <sitemap>
        <loc>https://vervtrip.com/sitemap-hotels-1.xml</loc>
    </sitemap>
</sitemapindex>
