Okay, so I have websites and Wordpress blogs that link to a lot of useful sites - like professor webpages and other wordpress blogs. However, I don't want them to know of my sites or wordpress blogs. Is there a way to prevent them from being able to see them if they check the incoming links of their site? Would robots.txt work?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
No, you'd have to use an anonymizer such as anonym.to. |
|||||
|
|
Ghostery: http://www.ghostery.com/download is a great solution for blocking all or just some tracking scripts on the web. It's highly configurable. I've not tested it out as I heard about it yesterday but it seems to do what you'd like. |
|||||
|
robots.txtis for browser or cralwer consumption, but compliance with it is voluntary androbots.txtmakes no provision for telling a browser not to transmit the HTTP-Referer header. Even if that was possible, it's a bad idea to rely on that as you're depending on the browser to obey that, but there's no way you can really force it to. – ultrasawblade Mar 22 '11 at 19:52