How do I tell GBot not to visit any pages that has: domain.com/ezineready.php?...... What should I put in my robots.txt for this?
You can create a robot.txt and put this code into it. It's set to stop all spiders from crawling ezineready.php: User-Agent: * Disallow: /ezineready.php Code (markup): If that's not the only URL you want to stop robots crawling or you want the robot.txt to specifically exclude Google bots, you could use this online tool : Robot.txt Generator P.S. Sitemaps and robot.txt are 2 different things btw...
Thanks maan. I hear ya - Sitemaps and robot.txt - two different things - but after looking under Google Sitemaps stats - I saw it showing domain/ezineready.php which I didn't want to show up. Thanks again.