You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodebb/src/views/sitemap.tpl

14 lines
400 B
Smarty

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>{url}/sitemap/pages.xml</loc>
</sitemap>
<sitemap>
<loc>{url}/sitemap/categories.xml</loc>
</sitemap>
<!-- BEGIN topics -->
<sitemap>
<loc>{url}/sitemap/topics.@value.xml</loc>
</sitemap>
<!-- END topics -->
</sitemapindex>