The Sitemap Generator creates URLs for search results pages for the most popular search terms, as specified in the search terms configuration file.

The base portion of these search page links can be customized in the template configuration file, and the query string parameters can be customized in the URL formatting configuration file for the Assembler. Typically, you generate the search terms configuration file based on a list of the application's most commonly searched terms.

The following is a sample search terms file 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/_/N-ej4?Ntt=DSLR</loc>
   <lastmod>2013-02-19</lastmod>
</url>

<url>
   <loc>http://localhost:8006/discover/browse?Ntt=Digital+SLR</loc>
   <lastmod>2013-02-19</lastmod>
</url>

<url>
   <loc>http://localhost:8006/discover/browse?Ntt=PowerShot</loc>
   <lastmod>2013-02-19</lastmod>
</url>

</urlset> 


Copyright © Legal Notices