Hi
I want to exclude urls which contains multiple parameters attached to that urls. How to do this?
I added those urls in exlude and do not parse but then also its adding in sitemap.
I have added like below in configuration.
eg. abc.php?id=
but my url is like this below
eg. abc.php?id=1 & name=abc & param=adb
So how to exclude urls like this?