OOTB Znode has the SEO Friendly URL field allowing trailing slash turned off by default. If you want to enable a URL with multiple trailing slashes you can configure the following, reference the examples below.
Use Case: If you want to set a custom URL that has multiple trailing slashes, such as the following, /cordless-woodworking/custompage
You can configure the following web.config settings in both the webstore and admin to allow this SEO requirement.
- Set the flag runAllManagedModules to true in both the Admin and Webstore > web.config files to allow "/" in the SEO URL.
- Recycle the app pools if you are planning to do this on a hosted website.