Back to Module Directory
Seo Module
Übersicht
Seo Module
The seo-module generates a sitemap.xml which can be submitted to search engines.
Activation
Add the module to the site.toml.
[modules]
active = ["seo-module"]
Features
Creates a sitemap.xml under:
https://yourhost.com/module/seo-module/sitemap.xml
Installation
Installation using the cli
server.sh module get so-moduleAfter the module is downloaded use it in the site.toml
[modules]
active = ["seo-module"]