11 lines
341 B
HTML
11 lines
341 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
<. for url in urls.iter(){ .>
|
|
<url>
|
|
<loc>http://<.= domain .><.= url .></loc>
|
|
<lastmod><.= crate::COMPILED_DATE .></lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<. } .>
|
|
</urlset>
|