chaostreff.ch/static-src/sitemap.xml

17 lines
580 B
XML

<?xml version="1.0" encoding="utf-8"?>
<urlset 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"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>{{ baseurl_abs }}/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
{% for language in languages %}
<url>
<loc>{{ baseurl_abs }}{{ language }}/</loc>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
{% endfor %}
</urlset>