blog/templates/sitemap.xml

12 lines
336 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
$for(posts)$
<url>
2021-02-09 14:25:46 +01:00
<loc>https://www.sanchayanmaity.net$url$</loc>
<changefreq>weekly</changefreq>
$if(dateMap)$<lastmod>$dateMap$</lastmod>$endif$
<priority>0.8</priority>
</url>
$endfor$
</urlset>