• Welcome to Sitemap Generator Forum.
 

How To exclude URLS in XML Sitemap?

Started by jaydeep, February 23, 2008, 09:46:44 AM

Previous topic - Next topic

jaydeep

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?


jaydeep

Only one parameter i have to attach to the url or all the parameters i have to attach which are there in that specific URL.

e.g abc.php?id=5&name=abc&sname=xyz

like this i have to give 

-> abc.php?id= &name= &sname=

OR

-> abc.php?id=

this much only i have to give in both do not parse and exclude url.

Thanks in advance.

XML-Sitemaps Support

If you will set this option:
sname=
that will exclude ANY URL containing "sname=" as a substring, i.e.:
abc.php?id= &name= &sname=
dqwdqwc.php?id= &name= &sname=
abc.php?ewqeq= &sname=
etc.