The sitemap for your website is generated automatically and will be automatically updated after a specified time (variable $revisit_after in the "/settings/sitemaps.php" file).
All pages in the directory "/content/pages" and all links specified by modules. In the file "/settings/sitemaps.php" can be set which modules to include - more Infos.
Your module must be in the directory "/modules". In the module directory the file sitemap.php and in the file, the function "modulessitemap_ __MODULE_DIRECTORY_NAME__" must exist. The function must provide an array containing the URLs of the module.
Example:
Array(
[0] => 'http://yourpage.com/module-site1.htm',
[1] => 'http://yourpage.com/module-site2.htm',
[2] => 'http://yourpage.com/module-site3.htm'
)
Title, description and keywords can be easily entered via the button document properties of the editor.
If these fields have been enabled in a ModMaker module administration, description and keywords must not exist in the HTML page. The tags appear twice otherwise.
In HTML-Seiten kann der Meta-Tag Robots nur über den Quelltext gesetzt werden. Am besten setzt man ihn direkt in der Layoutdatei. ModMaker Module setzen den Meta-Tag Robots automatisch, dann darf er nicht in der HTML-Seite existieren. Kategorien-, Themen- und Beitragsseiten bekommen 'index,follow', Kopien (wenn angelegt) 'noindex,follow'. In HTML pages the robots meta tag can be set only on the source code. It is best to set it directly in the layout file. ModMaker modules automatically set the robots meta tag, then it must not exist in the HTML page. Category, topic and record pages get 'index,follow', copies (if applied) 'noindex,follow'.
In all pages and ModMaker module pages the canonical tag will be added automatically to avoid double content.