<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>

<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>{{ url('sitemap.xml/haberler') }}</loc>
    </sitemap>
    <sitemap>
        <loc>{{ url('sitemap.xml/makaleler') }}</loc>
    </sitemap>
    <sitemap>
        <loc>{{ url('sitemap.xml/galeriler') }}</loc>
    </sitemap>
    <sitemap>
        <loc>{{ url('sitemap.xml/videolar') }}</loc>
    </sitemap>
    <sitemap>
        <loc>{{ url('googlenews.xml') }}</loc>
    </sitemap>
</sitemapindex>
