2008-12-05 03:51:36 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-11-11 00:19:03 +01:00
|
|
|
<?xml-stylesheet type='text/xsl' href='{$AbsoluteBaseURL}googlesitemaps/templates/xml-sitemap.xsl'?>
|
2008-12-05 03:51:36 +01:00
|
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
2012-03-25 18:07:44 +02:00
|
|
|
<% loop $Items %>
|
|
|
|
<url>
|
|
|
|
<loc>$AbsoluteLink</loc>
|
2012-07-06 06:44:26 +02:00
|
|
|
<% if $LastEdited %><lastmod>$LastEdited.Format(c)</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 %>
|
2012-03-25 18:07:44 +02:00
|
|
|
</url>
|
|
|
|
<% end_loop %>
|
2008-12-05 03:51:36 +01:00
|
|
|
</urlset>
|