History: SiteMap
Source of version: 6
Copy to clipboard
New in Tiki 18: A built-in site map XML generator: https://sourceforge.net/p/tikiwiki/code/63719 New in Tiki 9.2 This helps to submit a sitemap.txt file with links to be indexed to search englines like Google. Basically, what it does if you uncomment the line in .htaccess (and set it to your own category ID) is rewriting for example this: {CODE()} https://doc.tiki.org/tiki-browse_categories.php?find=&deep=on&type=wiki+page&parentId=1&sort_mode=name_asc&links&maxRecords=1000000 {CODE} into this: {CODE()} https://doc.tiki.org/sitemap.txt {CODE} Live demo: https://doc.tiki.org/tiki-browse_categories.php?find=&deep=on&type=wiki+page&parentId=1&sort_mode=name_asc&links&maxRecords=1000000 Related commits: See https://sourceforge.net/p/tikiwiki/code/43100 !!Related *((Tutorial - HowTo Create a Sitemap)) *See ((Search engine optimization)) for existing documentation on all the current SEO facilities and the site map feature in particular.