![]() |
Redirecting Google Image traffic?
Does google get pissed off over this?
|
Not sure, but what can they do about it really?
It's your image they have taken. I set all hotlinked images to redirect to the mainpage on my site. |
Also how long until google dances and the image results page is jumbled around?
|
Quote:
|
If you break the frames they will not keep indexing your images
If you just perform a normal redirect of what's in the lower frame I have not seen any problem. I make around $5/1000 images hits by redirecting. and haven't seen any penelizing yet. |
i don't thinks so. I use redirect script on all free tgp domains that we give out and it works fine.
|
Quote:
:winkwink: |
Quote:
|
Quote:
Code:
Options +FollowSymlinks |
this is what i use
(htaccess) RewriteEngine On RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?images.google RewriteCond %{REQUEST_URI} !googleimages.php RewriteCond %{REQUEST_URI} (.*) RewriteRule /* /googleimages.php?url=%1 [R,L] (googleimages.php) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><title>Loading Site...</title> <script language="JavaScript" type="text/javascript"> if (top.location != location) top.location.href = 'http://<? print $_SERVER["SERVER_NAME"] . $url;?>'; </script> <script language="JavaScript" type="text/javascript"> <!-- Hide from old Browsers if (top != self) top.location.href = location.href; // Stop hiding from old browsers --> </SCRIPT> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <div align="center"><a href="http://<? print $_SERVER["SERVER_NAME"] . $url; ?>" target=_top class="style1">Click Here To Load The Site</a></div> </body></html> |
| All times are GMT -7. The time now is 09:13 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123