I have Dynamic website and i wanna block some dynamic urls through robots.txt can you tell me how i can do this??
Hi, to block all dynamically generated URLs, add the following code in your robots.txt: user-agent: * disallow: /filename.php? this would block all files having url like www.domain.com/filename.php?cid=21
Hello Danielwood This is my site http://www.indiatodaybazaar.com I have blocked some urls but now coming same problem please check my robots.txt file http://www.indiatodaybazaar.com/robots.txt please suggest me what happen. Thanks