A DITA Map WebHelp transformation scenario produces a sitemap.xml file that is used by search engines to aid crawling and indexing mechanisms. A sitemap lists all pages of a WebHelp system and allows web admins to provide additional information about each page, such as the date it was last updated, change frequency, and importance of each page in relation to other pages in your WebHelp deployment.
webhelp.sitemap.base.url
parameter is specified, the loc element will contain the value of
this parameter plus the relative path to the page. If the
webhelp.sitemap.base.url parameter is not specified, the
loc element will only contain the relative path of the page.always, hourly, daily,
weekly, monthly, yearly, and
never).<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/topics/introduction.html</loc>
<lastmod>2014-10-24</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.example.com/topics/care.html#care</loc>
<lastmod>2014-10-24</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
. . .
</urlset><url> element structure containing additional
information, such as:http), if required by your web server. It is constructed from the value
of the webhelp.sitemap.base.url parameter from the transformation
scenario and the relative path to the page (collected from the href
attribute of a topicref element in the DITA map).YYYY-MM-DD hh:mm:ss.always,
hourly, daily, weekly,
monthly, yearly, and never. The first
time the sitemap.xml file is generated, the value is set based upon
the value of the webhelp.sitemap.change.frequency parameter in the DITA
WebHelp transformation scenario. You can change the value in each url
element by editing the sitemap.xml file.always should be used to describe documents that change each time
they are accessed. The value never should be used to describe archived
URLs.webhelp.sitemap.priority parameter in the DITA WebHelp transformation
scenario. You can change the value in each url element by editing the
sitemap.xml file.always,
hourly, daily, weekly,
monthly, yearly, and
never).