![]() |
prevent google/bing/yahoo hotlinking/direct link to images
what are you using to prevent the TGPs google, yahoo, and bing from hotlinking and directing surfers straight to single images? Is there a plugin for wordpress to do this? And how would I do this in htaccess for non-wp sites?
|
If you're using Yoast Wordpress SEO plugin there's an option in permalink settings "Redirect attachment URL's to parent post URL.
|
htaccess method
add RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC] RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|php|pn g|pdf|css)$ - [F] where domain.com is replaced with your domain can also be used for wp and non wp sites alike. |
Quote:
|
Quote:
** actually just tried this and it's not preventing bing from displaying my image, nor redirecting when the image is clicked on :Oh crap |
Quote:
|
Quote:
|
RewriteCond %{HTTP_REFERER} !^http://yoursite.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://yoursite.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://anyothersite.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://anyothersite.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.anyothersite.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.anyothersite.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.yoursite.com/index.html [R,NC] |
Quote:
also here is a handy htaccess generator for stopping hotlinking http://www.htaccesstools.com/hotlink-protection/ |
Quote:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC] RewriteRule \.(gif|jpg|jpeg|bmp|flv|swf|png|pdf|css)$ - [F] place it after the standard wp code in the htaccess file |
I see that a lot of images on Google Image Search get like transparent blacked out and force you to visit the website to view the images...how do you do this??
|
User-agent: *
Disallow: /*.jpg$ |
Slightly modified, but should be the exact same thing in terms of what it does I *think*
Quote:
|
Quote:
|
Quote:
What I posted works for both Bing and Google no problem. |
Quote:
I'll try again with your exact one in case I've fucked something up which is most likely the case if you say yours works in both :thumbsup |
magnetron, nope, that doesn't prevent hotlinking in google, nor does it redirect when clicking 'view image', just sends straight to the full size image url :(
|
Quote:
And if it still doesn't work for you, I'm at a loss to explain why. |
What am I saying? Clear out your History.
|
Quote:
http://www.google.com/imgres?um=1&lr...&biw=-1&bih=-1 'view image' links to the direct image url (only clicking on the pic takes you to the original page) - I want to fuck off the ability for a surfer to get taken straight to the image only. |
Clear your Temporary Internet Files Folder and check again.
I meant to say this in the first place. I think I'm having a stroke. |
Does this affect google and bing as they crawl and index the images?
|
lol :pimp
|
|
Quote:
But if you don't clear out the full size images and page files that were cached during previous searches, they'll just end up being reloaded in your browser and the Hotlink Protection will appear to be an unsuccessful. |
Quote:
|
as bizarre as it sounds, I got it working by adding /index.php to my domain instead of leaving it at domain.com
redirect works fine now, thanks very much Magnetron :thumbsup |
Awesome.
|
This may get your site penalized by Google. Read this: http://www.seroundtable.com/google-m...tch-17631.html
|
Quote:
I have lots of bing image searches and wonder how I can get the surfer to land on my website's page (that contains the image they clicked on in the bing search results) instead of seeing the single image in bing's results. |
Quote:
Best to turn off protection so all your images are properly indexed. Protection seems to hinder Google Bots, etc. |
Quote:
For that second part you wrote, how do you turn off protection? Thanks :) |
Quote:
I really think before anybody does this though, they should crunch numbers on their server logs. Hotlink protection is meant to keep some dickhead from embedding images in his site to leech your bandwidth. If you allow Google to hotlink, they're hosting your thumbnail so at least when you do use up some bandwidth it's a prequalified click. They're also providing a direct link to the image (which is already cached), but they're also giving a free link to your page. Calculate what you spend on bandwidth vs. dollars earned from that traffic if you really want to decide. Now what I personally would just always do to keep the image search traffic but keep other dickheads from leeching Code:
RewriteEngine On |
Quote:
|
Quote:
In the case of some douche hijacking your image, the thumb will send surfers to his site while the view image links will still redirect surfers to your site. Quote:
Otherwise, to do it manually - download your .htaccess file, save an original copy, rewrite the other. Upload the rewritten copy to activate HP. Upload the original copy when you want HP deactivated. |
Quote:
2- How are they giving out a free link? All I see is a search result link, same as what you'd get if you a did a web search and one of my sites was listed? I'm not sure yet if I'll do this. Google threatening to penalize is getting to be less and less of a threat all the time since they are always decreasing affiliate's traffic anyway. |
All times are GMT -7. The time now is 10:49 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123