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.
best practice is to simply deny access based on refer, however this is not foolproof as all visitiors do not include the refer.
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]