For each record returned by the query specified in the main configuration file, the Sitemap Generator creates navigation links based on the dimension values (i.e. 'Camera', or 'Auto-Focus') associated with that record, as well as dimension settings in the main configuration file.
When a user browses an Oracle Commerce application, they reach record pages through intermediate navigation pages. For example, if the record is an auto-focus camera, a user might reach this record by selecting 'Cameras', and then selecting 'Auto-Focus.' The 'Cameras' page and the 'Cameras > Auto-Focus' page are navigation pages.
The following is a sample navigation 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/cameras/_/N-25y6Z1z141xx</loc> <lastmod>2013-01-11</lastmod> </url> <url> <loc>http://localhost:8006/discover/browse/bags-cases/_/N-1z141xuZ25xwZej3</loc> <lastmod>2013-01-10</lastmod> </url> ... </urlset>
Related links