2008-12-05 02:51:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-11-11 09:49:03 +10:30
|
|
|
<?xml-stylesheet type='text/xsl' href='{$AbsoluteBaseURL}googlesitemaps/templates/xml-sitemap.xsl'?>
|
2008-12-05 02:51:36 +00:00
|
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
2012-03-25 13:07:44 -03:00
|
|
|
<% loop $Items %>
|
|
|
|
<url>
|
|
|
|
<loc>$AbsoluteLink</loc>
|
2012-07-06 16:44:26 +12:00
|
|
|
<% if $LastEdited %><lastmod>$LastEdited.Format(c)</lastmod><% end_if %>
|
2012-11-07 19:47:18 +13:00
|
|
|
<% if $ChangeFrequency %><changefreq>$ChangeFrequency</changefreq><% end_if %>
|
2013-01-15 22:29:59 +13:00
|
|
|
<% if $GooglePriority %><priority>$GooglePriority</priority><% end_if %>
|
2012-03-25 13:07:44 -03:00
|
|
|
</url>
|
|
|
|
<% end_loop %>
|
2008-12-05 02:51:36 +00:00
|
|
|
</urlset>
|