Set priority of /_recent and /_sitemap pages.
[cocanwiki.git] / templates / sitemap.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
3
4 <url>
5 <loc>http://::hostname::/_recent</loc>
6 <changefreq>daily</changefreq>
7 <priority>0.9</priority>
8 </url>
9
10 <url>
11 <loc>http://::hostname::/_sitemap</loc>
12 <priority>0.9</priority>
13 </url>
14
15 ::table(sitemap)::<url>
16 <loc>http://::hostname::/::url_html::</loc>
17 <lastmod>::last_modified_date_html::</lastmod>
18 <priority>::priority_html::</priority>
19 </url>
20 ::end::
21
22 </urlset>