I have learned to convert fuskers. Very poorly but they buy. How the fuck do I cash in on my google image traffic? Get out the redirect or what?
How can i turn google image traffic into cash?
Collapse
X
-
I have a mainstream site that gets over 200,000 referalls a month from Google Images. Normal Google doesn't even send me 1,000 uniques a month for the site.
I haven't done any tricks with the site -- I just put PPC ads at the top of the page (anything lower will be cut off because of the frames.)Comment
-
Thanks Trax. I pop up a relevant paysite. and i have for aover a week now and nothing. This sucks as 3-4k a day of traffic for a week is 25k plus of seekers. One fucker should have popped and bought. Maybe if I drag their ass into my siteOriginally posted by Traxsomebody post a good framebreaker code in here
I know I have it on my machine but I don't find it right now
works quite ok for me ;)
Give them the pop up and make it AFF. ... need to do something.
Comment
-
<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(document.location);</script>hatisblack at yahoo.comComment
-
Thanks smokey.
Wireguy, I was targeting it for about a month. It has been steady but it never was a revenue generator so I quit looking for it. Now it is just pissing me off. 100k a month of traffic has to be worth some $$$.Comment
-
Comment
-
They load your site in a frame so it is not hotlinking. if they try and use just the image thing it is hot linking. The java above breaks the frame. So atleast they are now on your site. I then send the apporiate pop up but he fuckers still are not buying like hot cakes or anything.Comment
-
I have done actually pretty good from google image traffic in the past. It was freesite and gallery images that were being displayed so they still got to see the textual and advertising content. I'd say google image traffic is about a bit more productive than TGP in this case.Comment
-
this is definitely a thread to watch... i'll give it a try!Originally posted by SmokeyTheBear<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(document.location);</script>
Comment
-
This will block them and you can also insert a redirect if you wish
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*pgbucks\.com/.*$ [NC]
RewriteRule \.(gif|jpg|jpeg)$ - [NC,F]Comment
-
I tried it on a google image search and it blocks them from seing the image when they click to see the larger one.Comment
-
How do I block flusker from using my images and ALSO redirect them if they want to click thru to a free site of mine?(oYo) (oYo) (oYo) (oYo) (oYo) (oYo) (oYo)
ICQ 149295193Comment
-
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www.)?urltoyoursite.com [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://urltoyoursite.com/hotlink.html
If I remember my .htaccess properly, this will take all hotlinked images and redirect them to hotlink.html. You can change as needed.Comment
-
Originally posted by squeezeboobsHow do I block flusker from using my images and ALSO redirect them if they want to click thru to a free site of mine?This will not block null refferers and will still allow people to copy and paste, which most of the leech forums instruct their surfers to do.Originally posted by SkripterRewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www.)?urltoyoursite.com [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://urltoyoursite.com/hotlink.html
If I remember my .htaccess properly, this will take all hotlinked images and redirect them to hotlink.html. You can change as needed.
If you remove the null refferer condition, RewriteCond %{HTTP_REFERER}!^$,
only requests from your site will be shown the images... and people trying to access images directly via copy and paste will be redirected to hotlink.html.
and hotlink.html should be a small file because you'll get a ton of requests after blocking out null referrers, so a simple 0 second metarefresh to your real desired location would be best. People trying to hotlink images from other sites will still get the red x, but copy and pasters will go to your hell / site of choice.Comment
-
Yeah, thought we were only talking about google image search. But you are indeed very correct if you use this for general purpose hotlinking.
And yeah, I forgot to mention that a meta refresh would probably be best. Because as Lycanthrope said, it'll suck bandwidth if you use a full site.
Perhaps even a
<? header("Location: http://yoursiteofchoice.com"); ?> instead of the meta refresh.Comment
-
-
sorry for lame question. but the code should be put in the page like this:Originally posted by SmokeyTheBear<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(document.location);</script>
<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(http://www.my-site.com);</script>
?
I just tried it and it didnt work for me.Comment
-
The only way I have found that really works is to put a few links to pages with high value PPC links on them - online casino, poker and dating are good ones.
Dont have them as ads but clear links on the page - searchfeed.com is good and they have XML feeds.
I stopped getting the hits with the last update so I took the pages down. Shame I cant show you what I mean.Comment
-
you should add it into <head> </head> tagOriginally posted by teomaxxxsorry for lame question. but the code should be put in the page like this:
<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(http://www.my-site.com);</script>
?
I just tried it and it didnt work for me.Comment






Comment