In order for the Sitemap Generator to create links to existing static pages, you must specify custom static URLs in the static pages configuration file. Note that this is a text file, rather than an XML file.
The location of the static pages configuration file is specified in the main configuration file. The static pages configuration file is carriage-return delimited and plain text, where each line designates a separate page. You can specify either absolute paths or relative paths. For example:
browse contact-us about-us mobile/browse
The Sitemap Generator creates a link for each URL using the formatting specified in the template configuration file.
For example, if the
STATIC_PAGE_LINK
were defined as
localhost:8006/discover/
in the template configuration
file, the Sitemap Generator would generate the following link from the first
URL in the above example:
localhost:8006/discover/browse
.
Related links