A sitemap is a file where you provide information about the pages, videos, and other files on your site, and the relationships between them. Search engines like Google read this file to crawl your site more efficiently. A sitemap tells Google which pages and files you think are important in your site, and also provides valuable information about these files. For example, when the page was last updated and any alternate language versions of the page.
In tiki, to generate the sitemap of your site, go to control panels / general preferences page / navigation tab. After activation, you can select 'sitemap' in the tools menu or visit: tiki-admin_sitemap.php
Clicking on 'rebuild sitemap' will generate two xml files (sitemap.xml, sitemap-index.xml).
Note
if you have articles, a forum and a blog on your site, you will also generate xml files to take into account these different parts of your application
You can now submit your sitemap-index.xml to Google. Submitting your new sitemap is free. You must go to https://search.google.com/search-console/about for sending your sitemap.The documentation explaining how to do it can be found here
Launch from the command line
In command line you need to have admin access to the CLI,then go to the root of your application. run :
Replace http://wikisuite.org with your domain name
Copy to clipboard
# php console.php sitemap:generate http://wikisuite.org
New sitemap created.
the submission and results will be the same as if you did it with the GUI