Sitemap

The Sitemap view is used to create dynamic URLs for the Search Engine Optimization.

In this example we will use a technology called mustache templates[1], to loop through all facet options for the field di_country, check if an option is set for this facet and then append it.

So, if you were to navigate to the page: https://www.example.ch/category/subcategory.html and select Switzerland from the Country facet options, it would create the following URL:

https://www.example.ch/category/subcategory.html?bx_di_country=Switzerland

You can also use Boxalino Template Variables to do this. It is explained under 10.4 Template Recourses.