Spaces:
Running
Running
File size: 494 Bytes
1d5de93 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <?xml version="1.0" encoding="UTF-8"?>
<!-- {{SITE_URL}} is substituted with the absolute base URL at request -->
<!-- time by app.py so the sitemap stays valid wherever it's served. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>{{SITE_URL}}/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>{{SITE_URL}}/sandbox-only</loc>
<changefreq>monthly</changefreq>
<priority>0.4</priority>
</url>
</urlset>
|