UniSquat_Python/templates/sitemap.xml

19 lines
417 B
XML
Raw Normal View History

2022-09-06 13:49:14 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>{{DOMAIN}}</loc>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>{{DOMAIN}}/app</loc>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>{{DOMAIN}}/stats</loc>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
</urlset>