Blame view
resources/views/sitemap/index.blade.php
320 Bytes
e77200db5 Initial commit |
1 2 3 4 5 6 7 8 9 10 |
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>https://footyroom.co/sitemap/forum/discussions</loc> </sitemap> <sitemap> <loc>https://footyroom.co/sitemap/matches</loc> </sitemap> </sitemapindex> |