2017-02-13 21:30:46 +01:00
|
|
|
<?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>
|
2017-02-13 21:30:46 +01:00
|
|
|
<changefreq>weekly</changefreq>
|
|
|
|
$if(dateMap)$<lastmod>$dateMap$</lastmod>$endif$
|
|
|
|
<priority>0.8</priority>
|
|
|
|
</url>
|
|
|
|
$endfor$
|
|
|
|
</urlset>
|