Refferals redirection

Discussion in 'Traffic Analysis' started by just-4-teens, Aug 15, 2007.

  1. #1
    i run a teen site and google has started to rank me for things such as "free teen porn" etc, these are unwanted visitors, is there a way of redirecting them away from my site?

    so for e.g. if someone searches for "free teen porn" i want them to be redirected (via .htaccess) back to google or wherever.
     
    just-4-teens, Aug 15, 2007 IP
  2. wilderness

    wilderness Member

    Messages:
    43
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #2
    best practice is to simply deny access based on refer, however this is not foolproof as all visitiors do not include the refer.
     
    wilderness, Aug 17, 2007 IP
  3. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #3
    the way i found was this

     
    just-4-teens, Aug 17, 2007 IP
  4. wilderness

    wilderness Member

    Messages:
    43
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #4
    you may also use

    RewriteCond %{HTTP_REFERER} poker [OR]
    RewriteCond %{HTTP_REFERER} ^http://www.weblinkvalidator.com/ [OR]
    RewriteCond %{HTTP_REFERER} ^http://www.xopy.com/
    RewriteRule .* - [F,L]
     
    wilderness, Aug 18, 2007 IP