mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
9 lines
412 B
Scheme
9 lines
412 B
Scheme
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type='text/xsl' href='{$AbsoluteLink('styleSheetIndex')}'?>
|
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><% loop Sitemaps %>
|
|
<sitemap>
|
|
<loc>{$Up.AbsoluteLink('sitemap')}/{$ClassName}/{$Page.xml}</loc>
|
|
<% if $LastModified %><lastmod>{$LastModified}</lastmod><% end_if %>
|
|
</sitemap><% end_loop %>
|
|
</sitemapindex>
|