Redirect Stumbleupon?

Discussion in 'AdSense' started by AbdullahFarouk, Nov 21, 2008.

  1. #1
    I'm telling you -- those visitors from Stumbleupon do not click at all. Useless traffic in my view.

    I am thinking of redirecting them to another site. It might be better for Google's advertisers and me at the same time, as it is useless traffic as far as Adsense is concerned.

    Is there a negative side to doing this?
     
    AbdullahFarouk, Nov 21, 2008 IP
  2. sidfromla

    sidfromla Well-Known Member

    Messages:
    892
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    130
    #2
    A friend of mine has a site that gets tons of stumbleupon traffic aswell and he also reports the same as being useless for google adsense , simply no clicks what so ever from all that traffic generated.
     
    sidfromla, Nov 21, 2008 IP
  3. sultanofseo

    sultanofseo Notable Member

    Messages:
    9,930
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    265
    #3
    thats not really a news! thats the way it is with stumble traffic. high bounce rate and zero converting
     
    sultanofseo, Nov 21, 2008 IP
  4. ProudMillers

    ProudMillers Banned

    Messages:
    256
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    mhm, thanks for the info, but we sort of knew this long ago
     
    ProudMillers, Nov 21, 2008 IP
  5. AbdullahFarouk

    AbdullahFarouk Peon

    Messages:
    96
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I know everyone knows about the uselesness of SU traffic, but my question was more to do with any possible downsides to redirecting SU visitors via htaccess.

    I am going to do this:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} stumbleupon\.com/
    RewriteRule ^$ http://www.whitehouse.gov [R=301,L]
     
    AbdullahFarouk, Nov 21, 2008 IP
  6. AbdullahFarouk

    AbdullahFarouk Peon

    Messages:
    96
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    it works, the code that will redirect SU to an URL of your choice:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{http_referer} ^http://([^.]+\.)*(stumbleupon)\.com
    RewriteRule .* http://www.whitehouse.gov [R=302,L]
     
    AbdullahFarouk, Nov 21, 2008 IP