Some of my sites do affiliate marketing and I have a redirect page where I pass a value in a querystring and then redirect to the merchant site based on that value: www.MySite.com/store/goto.asp?storeURL=www.storeurl.com In robots.txt, I have the directory 'store' forbidden: User-agent: * Disallow: /store/ But I'm getting validation errors from the netwrok with the error being that it can't validate the ads on my redirect pages.... what to do??