custom_sitemap_index.xml 248 B

12345
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This is a customised template -->
  3. <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  4. {% for location in sitemaps %}<sitemap><loc>{{ location }}</loc></sitemap>{% endfor %}
  5. </sitemapindex>