Hi,
We used in our website URLs upper and lowercase, underscore, and trailing slash at the end of the URLs.
-
How to add a trailing slash at the end of the URL slug?
Example: https://www.domain.com/product-list/ -
How to add upper case in the URL slug?
Example: https://www.domain.com/Product-Category/
Is there any option to add a custom URL? without adding a 301 redirection. Because our website has more than 500+ pages with a trailing slash at the end of the URLs. Too many 301 redirects are not good.
Thanks.