hellohellosharp
Power Member
- Dec 8, 2010
- 625
- 555
A lot of you have probably seen the sticky post one BH SEO called "Method To Get One Way Backlinks"....I read this and this got me thinking....
Would there be away to redirect users to one site and all bots to another? I am a complete noob at PHP so any help would be appreciated. Basically just something like
I guess the reverse could also work
It seems like this would be somewhat simple. Thanks a ton for any help!! (I will thank all decent replies).
Would there be away to redirect users to one site and all bots to another? I am a complete noob at PHP so any help would be appreciated. Basically just something like
Code:
if (visitor is user)
301 redirect to some site
else
301 redirect to a different site
Code:
if (visitor is any kind of bot)
301 redirect to some site
else
301 redirect to a different site