Lionel Trains - Buy Anything On eBay - Auto Loans - Project cars - Myspace Proxy

PDA

View Full Version : Help with robots.txt and dynamic URLs


smoked1
Apr 25th 2008, 5:44 pm
I need to block some dynamic URLs from being indexed in the search engines. The URLs that I need to block look like this:

/index.php?target=auth&mode=login_form&redirect_url=index.php%3Ftarget%3Dorders&csid=725cd92235b4438ce1a8a475d52ccc97&sl=EN&currency=usd

Can I use an entry like this to block it?

Disallow: /index.php?target=auth&mode=login_form

I don't want to screw up and get my whole site blocked.

smoked1
Apr 28th 2008, 2:15 am
Can anyone shed some light on this for me?

manish.chauhan
Apr 28th 2008, 2:42 am
Disallow: /index.php?target=auth&mode=login_form&redirect_url=*
IMO this shoul help you..:)

smoked1
Apr 29th 2008, 12:01 am
Wow, you sure do know stuff. Thank you for your help.