2008-12-05 03:51:36 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-10-19 22:05:18 +02:00
|
|
|
<?xml-stylesheet type='text/xsl' href='$StylesheetPath'?>
|
2017-07-25 14:13:33 +02:00
|
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
|
2012-03-25 18:07:44 +02:00
|
|
|
<% loop $Items %>
|
|
|
|
<url>
|
|
|
|
<loc>$AbsoluteLink</loc>
|
2018-03-01 10:51:05 +01:00
|
|
|
<% if $LastEdited %><lastmod>$LastEdited.Rfc3339()</lastmod><% end_if %>
|
2012-11-07 07:47:18 +01:00
|
|
|
<% if $ChangeFrequency %><changefreq>$ChangeFrequency</changefreq><% end_if %>
|
2013-01-15 10:29:59 +01:00
|
|
|
<% if $GooglePriority %><priority>$GooglePriority</priority><% end_if %>
|
2017-07-25 14:13:33 +02:00
|
|
|
<% if $ImagesForSitemap %><% loop $ImagesForSitemap %>
|
|
|
|
<image:image>
|
|
|
|
<image:loc>{$AbsoluteLink}</image:loc>
|
|
|
|
</image:image>
|
|
|
|
<% end_loop %><% end_if %>
|
2012-03-25 18:07:44 +02:00
|
|
|
</url>
|
|
|
|
<% end_loop %>
|
2017-08-18 05:24:03 +02:00
|
|
|
</urlset>
|