The static pages files contain links to pages with static URLs. These can be pages created in Experience Manager, or pages that are managed in another system. The configuration details for these page URLs are specified in the static pages configuration file.

The base section of these URLs can be modified using the template configuration file.

The following is a sample static page that might be generated using default settings:

<?xml version="1.0" encoding="UTF-8" ?> 
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
   <loc>http://localhost:8006/discover/browse</loc>
   <lastmod>2013-01-16</lastmod>
</url>

<url>
   <loc>http://localhost:8006/discover/contact-us</loc>
   <lastmod>2013-01-16</lastmod>
</url>

<url>
   <loc>http://localhost:8006/discover/about-us</loc>
   <lastmod>2013-01-16</lastmod>
</url>

<url>
   <loc>http://localhost:8006/discover/mobile/browse</loc>
   <lastmod>2013-01-16</lastmod>
</url>

</urlset>


Copyright © Legal Notices