![]() |
I need a script to........
Guys,
I need a method or program which will hide links from the SE's. I want site A to link to site B, however I need the following to be true - 1) No spider can follow the link from A to B because it does not see it at all - spiders see neither the link, or therefore any reference to site B. 2) The link is viewable by the visitor to site A, and also when clicked, the user is taken to site B. 3) Potentially, I would like to pass site B a parameter.... Any help or advice appreciated. Cheer MrChips |
very interesting bump for you
|
well I can have this done for you contact- 502189
|
Why not use Java to link from A to B.
|
be very careful...
|
just use javascript. document.write or something...
|
Quote:
I would say it will be best idea to keep the link on the server side till a surfer will want to get inside... |
what about having the link on another server and have it in an iframe? or would that not work
|
Quote:
|
just ajax it
|
Would it be possible to do something along a very basic cloaking line.
Check the useragent and if its NOT IE (Im not arsed about firefox or any other browser) - then serve up a page to the requestor (MSNBOT, GoogleBot or whatever) without outgoing links - if it IS IE - then serve up a page to the user WITH the outgoing links on it. Do the fucking engines ever try and request pages and present themselves as something they are not? |
As others have said:
Use a JS link Or ... On site a, link it to redirect.php. If the referrer comes from somewhere on site a, AND isn't msn/google/yahoo etc etc, redirect it to site b, otherwise display another message or something |
wouldn't rel="nofollow" be a quick and dirty solution?
I say dirty as apparently they do still follow occasionally just like robots.txt gets ignored sometimes |
JS - no - certain spiders actively hunt out java script links and that includes string builds and eval executes aswell.
"on site a link it to redirect" - no - absolutely NO links <href> or calls to Jscripts can be seen by the bots. nofollow - can be seen by the spiders - essentially you are potentially telling them you have something to hide. The bots are a LOT smarter than peeps think. |
Quote:
|
Quote:
I have zero trust in the engines. |
The problem isn't hiding the link. It's identifying if it's a spider or visitor...googlebot doesn't always use "googlebot" as user agent, so the only safe way is by IP...end even that isn't 100% safe.
So, don't use it on a site you can't afford to be kicked by Google & Co. Useful links for you would be: http://www.kloakit.com/ (includes a free bot IP list) and http://cloakingforums.com/ |
All times are GMT -7. The time now is 10:51 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123