19 lines
417 B
XML
19 lines
417 B
XML
<?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>
|