Enable or disable search engine optimization (SEO) of your
public wiki content.
About this task
By default, HCL Connections automatically runs a scheduled
task to generate a sitemap for SEO. The task runs at midnight every
Sunday but you can change or disable this schedule if necessary. The
SitemapGenerator task queries the WIKIS database periodically and
generates sitemap files. This task consumes memory and database resources
so IBM recommends that you allow the task to run at off-peak times.
To
change the scheduled SEO task, complete the following steps:
Procedure
- Open the wikis-config.xml file. The
default location of the file is:
- Find the stanza for the SitemapGenerator task.
- Disable the scheduled task by changing the value of the <task
enabled> parameter to false.
- Change the schedule by editing the Interval parameter.
The value is a CRON expression. For more information about setting
CRON values, see the Scheduling tasks topic.
- Save and close the wikis-config.xml file.
- To edit the number of URLs per sitemap or the output path
of the sitemap file, open the web.xml file. The
default location of the file is:
- Change the output path by changing the value of the WIKI_SITEMAP_STORAGE_ROOT parameter.
- Change the number of URLs per sitemap by changing the value
of the WIKI_SITEMAP_URLS_PER_SITEMAP parameter.
Note: You can provide multiple sitemap files but each file must
have no more than 50,000 URLs and must be no larger than 10 MB. For
more information, go to the
Sitemaps
XML format webpage.
- Save and close the web.xml file.