Y T Nuke  
Results 1 to 18 of 18
I want to redirect the traffic from a blog to a sales page, but i ...
  1. #1
    Mstrpln's Avatar
    Mstrpln is offline Newbies
    Join Date
    Oct 2009
    Location
    .NL
    Posts
    29
    Reputation
    10
    Thanks
    11
    Thanked 3 Times in 3 Posts

    Default Need help to trick google

    I want to redirect the traffic from a blog to a sales page, but i dont want google to notice this redirect or I will stop receiving the organic traffic.


    So this is what I had in mind
    a php script to detect the user agent
    if {user agent is not googlebot, use javascript function Document.Write to write a meta refresh tag} else {do nothing}

    Is this a solid method? or does google have other kinds of spiders to detect this kind of cloak?

  2. #2
    MDSOperandi's Avatar
    MDSOperandi is offline Regular Member
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    218
    Reputation
    64
    Thanks
    7
    Thanked 166 Times in 49 Posts

    Default Re: Need help to trick google

    Hi, do not ever just use a user-agent to cloak, user-agents can be spoofed via browser plug-ins.

    The only sure fire way to detect bots by their IP address

    Regards
    MDS
    Free PDF hosting; No account signup needed

  3. The Following User Says Thank You to MDSOperandi For This Useful Post:

    Mstrpln (12-08-2009)

  4. #3
    NoSuchAgency's Avatar
    NoSuchAgency is offline Junior Member
    Join Date
    Oct 2009
    Posts
    124
    Reputation
    16
    Thanks
    29
    Thanked 62 Times in 28 Posts

    Default Re: Need help to trick google

    Don't count on that. Google doesn't crawl with just the Googlebot user agent. They use other user agents too. Cloaked content is a no-no to them.

  5. The Following User Says Thank You to NoSuchAgency For This Useful Post:

    Mstrpln (12-08-2009)

  6. #4
    195471's Avatar
    195471 is offline Regular Member
    Join Date
    Oct 2008
    Posts
    410
    Reputation
    47
    Thanks
    202
    Thanked 247 Times in 158 Posts

    Default Re: Need help to trick google

    Instead of messing with cloaking, you could either put banners on the blog that lead to the sales page, or you could use a lightbox or pop-up that invites them to check it out.

  7. #5
    teoma is offline Newbies
    Join Date
    Oct 2008
    Posts
    43
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Need help to trick google

    so nobody knows how to trick google?
    eg. here is a guy:
    http://www.leaf-project.org/
    he buys expired domains for high pr links, while he redirect all his traffic to sedo landing page. how i know that? cause google show his sites as backlinks, while as surfer i can see only sedo landing page. of course there is no cached page as people could easily spot it.
    would really love to know how to do that...

  8. #6
    jimilives74's Avatar
    jimilives74 is offline Registered Member
    Join Date
    Oct 2009
    Location
    My house
    Posts
    67
    Reputation
    10
    Thanks
    2
    Thanked 27 Times in 11 Posts

    Default Re: Need help to trick google

    I have never heard of anyone tricking google crawlers with a simple redirect script, and I have worked with some guys that can make htaccess files that do everything but paint your house, if you figure out a way let me know though lol

  9. #7
    shezboy's Avatar
    shezboy is offline Senior Member
    Join Date
    Sep 2008
    Location
    UK
    Posts
    1,140
    Reputation
    120
    Thanks
    689
    Thanked 2,455 Times in 385 Posts

    Default Re: Need help to trick google

    Why not use a 'lightbox' style script so that one second after your blog page loads a lighbox appears over the page leaving the visitor no choice but to click to your sales page.

    The lightbox has the advantage that it will darken the blog post content and just highlight the lightbox content instead.

    Google will not know what the lightbox contains plus you will be able to keep your current blog content as is so G will not see anything different about your page.

  10. The Following 3 Users Say Thank You to shezboy For This Useful Post:

    Fireboltgirl (01-15-2010), Freeguy (01-20-2010), Mstrpln (12-08-2009)

  11. #8
    shadowpwner is offline Superlative Stuff(ing)
    Join Date
    Apr 2009
    Posts
    301
    Reputation
    12
    Thanks
    202
    Thanked 69 Times in 37 Posts

    Default Re: Need help to trick google

    Quote Originally Posted by teoma View Post
    so nobody knows how to trick google?
    eg. here is a guy:
    http://www.leaf-project.org/
    he buys expired domains for high pr links, while he redirect all his traffic to sedo landing page. how i know that? cause google show his sites as backlinks, while as surfer i can see only sedo landing page. of course there is no cached page as people could easily spot it.
    would really love to know how to do that...
    Tell google not to cache, then get the IPs of google. Not sure what you mean as google shows his sites as backlinks.

  12. #9
    shadowguy is offline Junior Member
    Join Date
    Nov 2009
    Posts
    125
    Reputation
    13
    Thanks
    4,294,967,295
    Thanked 179 Times in 28 Posts

    Default Re: Need help to trick google

    I'd use an approach different from redicting all IPs but google's
    Redirect ONLY IPs from residential adsl, hdsl, mobile, cable connections.

    this should be much more safer cloaking, but we gotta find a database of residential ips ranges

    do anyone have it?

  13. #10
    sandycat's Avatar
    sandycat is offline Jr. VIP
    Join Date
    May 2009
    Posts
    181
    Reputation
    29
    Thanks
    9
    Thanked 60 Times in 32 Posts

    Default Re: Need help to trick google

    Quote Originally Posted by shadowguy View Post
    I'd use an approach different from redicting all IPs but google's
    Redirect ONLY IPs from residential adsl, hdsl, mobile, cable connections.

    this should be much more safer cloaking, but we gotta find a database of residential ips ranges

    do anyone have it?
    i like this idea Shadowguy!!!!

  14. #11
    DavidWoodington is offline Newbies
    Join Date
    Apr 2009
    Location
    the woods
    Posts
    2
    Reputation
    11
    Thanks
    5
    Thanked 4 Times in 3 Posts

    Default Re: Need help to trick google

    tryting to trick google is like trying to talk a hungry bear out of not making you an entree... unless you know their secret user agents/ips its gonna be one heck of a bitch to beat them

  15. The Following User Says Thank You to DavidWoodington For This Useful Post:

    chocolatemonkey (01-25-2010)

  16. #12
    HTmonitor's Avatar
    HTmonitor is offline Newbies
    Join Date
    Dec 2009
    Posts
    8
    Reputation
    11
    Thanks
    16
    Thanked 1 Time in 1 Post

    Default Re: Need help to trick google

    I'm a newbie in BH things and I have set a little network. All my sites use a javascript to redirect people to my paying page. The problem is, lots of people disable javascript on their browsers so I don't really know if it works. It's just the beginning so I had not done this for enough time to see some speaking results I think.

    In addition of that, my redirecting pages are SEO optimized for the bots, as I've heard that bots don't follow javascript redirection. So I don't really know if it will work, but maybe you can try... And if someone has an opinion about that, please tell me because I'm just a newbie.

    (Sorry for my english, I'm french)

  17. #13
    goawayplease is offline Regular Member
    Join Date
    Apr 2008
    Posts
    301
    Reputation
    14
    Thanks
    57
    Thanked 65 Times in 38 Posts

    Default Re: Need help to trick google

    The general logic around redirects is that Google will parse and crawl obvious JS redirects, and even GET Form redirects.

    They claim to respect POST redirects and meta robots directives.

  18. #14
    redsecond's Avatar
    redsecond is offline Registered Member
    Join Date
    Nov 2008
    Posts
    68
    Reputation
    10
    Thanks
    11
    Thanked 10 Times in 9 Posts

    Default Re: Need help to trick google

    That's a good idea, but compiling the database would take longer (albeit more targeted) than just single out google's ip. But then again, google changes IP too...

    Quote Originally Posted by shadowguy View Post
    I'd use an approach different from redicting all IPs but google's
    Redirect ONLY IPs from residential adsl, hdsl, mobile, cable connections.

    this should be much more safer cloaking, but we gotta find a database of residential ips ranges

    do anyone have it?

  19. #15
    divinci is offline Junior Member
    Join Date
    Sep 2007
    Posts
    111
    Reputation
    11
    Thanks
    35
    Thanked 14 Times in 10 Posts

    Default Re: Need help to trick google

    Quote Originally Posted by HTmonitor View Post
    I'm a newbie in BH things and I have set a little network. All my sites use a javascript to redirect people to my paying page. The problem is, lots of people disable javascript on their browsers so I don't really know if it works. It's just the beginning so I had not done this for enough time to see some speaking results I think.

    (Sorry for my english, I'm french)
    Well really if you think of your target audience - someone who will by a product that you are using cloaked pages to sell - will post probabally have javascript turned on - the ones who have javascript turned off will probably not be buying it anyway.

    Pensez à votre public cible.
    Si vous vendez un produit à des gens via pages masquée - les gens qui seront les plus Probabilité acheter le produit ne sont pas ceux qui auront le Javascript est désactivé.


    Quote Originally Posted by goawayplease View Post
    The general logic around redirects is that Google will parse and crawl obvious JS redirects, and even GET Form redirects.

    They claim to respect POST redirects and meta robots directives.
    Quote Originally Posted by HTmonitor View Post
    In addition of that, my redirecting pages are SEO optimized for the bots, as I've heard that bots don't follow javascript redirection. So I don't really know if it will work, but maybe you can try... And if someone has an opinion about that, please tell me because I'm just a newbie.
    I have been developing methods (in me head!) of detecting bot requests to websites.
    If you study the way that different browsers request webpages - then subsequently request the contents of that page (scripts/images/css/flash etc) you can build a pretty good picture of how you would expect each page to be downloaded - and work out - if it is a *real live* webbrowser doing the downloading.

    You of course would need to develop your own HTTP/1.1 webserver...

    Anyone know what I am talking about? working on anythin similar?

  20. #16
    divinci is offline Junior Member
    Join Date
    Sep 2007
    Posts
    111
    Reputation
    11
    Thanks
    35
    Thanked 14 Times in 10 Posts

    Default Re: Need help to trick google

    Quote Originally Posted by redsecond View Post
    That's a good idea, but compiling the database would take longer (albeit more targeted) than just single out google's ip. But then again, google changes IP too...
    tracert when IP first connects is also possible.. Won't really need a FULL list of ranges to start off with, only the major routes.

    Then you could build up ranges using the tracert information...

  21. #17
    andrewabd is offline Newbies
    Join Date
    May 2008
    Posts
    3
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Need help to trick google

    What about clocking the traffic coming from organic search by checking referrals, how easy for Google to find out about that??

  22. #18
    goawayplease is offline Regular Member
    Join Date
    Apr 2008
    Posts
    301
    Reputation
    14
    Thanks
    57
    Thanked 65 Times in 38 Posts

    Default Re: Need help to trick google

    I've toyed around with similar ideas minus the need for a custom server config.

    Quote Originally Posted by divinci View Post
    Well really if you think of your target audience - someone who will by a product that you are using cloaked pages to sell - will post probabally have javascript turned on - the ones who have javascript turned off will probably not be buying it anyway.

    Pensez à votre public cible.
    Si vous vendez un produit à des gens via pages masquée - les gens qui seront les plus Probabilité acheter le produit ne sont pas ceux qui auront le Javascript est désactivé.

    I have been developing methods (in me head!) of detecting bot requests to websites.
    If you study the way that different browsers request webpages - then subsequently request the contents of that page (scripts/images/css/flash etc) you can build a pretty good picture of how you would expect each page to be downloaded - and work out - if it is a *real live* webbrowser doing the downloading.

    You

    of course would need to develop your own HTTP/1.1 webserver...

    Anyone know what I am talking about? working on anythin similar?

Dot Gov Backlinks Sale


Smarter Submit

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75