Currently, I have the following robots.txt file: User-agent: * Disallow: /cart1.php This is in my root directory. All I want to do is restrict any robots from going to cart1.php or cart2.php. 1. Does the above work ok for cart1.php? 2. How do I modify it to cater for both cart1.php and cart2.php? Thanks, Jon
Or you can do this User-agent: * Disallow: /cart Disallow: /cart* Code (markup): and google won't go to any url that starts with /cart