Traffic from images.google.com

Discussion in 'Google' started by forrar, Jan 11, 2009.

  1. #1
    Hello, I'm getting a lot traffic from reffering sites like images.google.com, images.google.es and etc.

    But I got no clicks from that traffic. Is there any way to get benefit from that traffic ?

    [​IMG]

    Thanks
     
    forrar, Jan 11, 2009 IP
  2. french-webbie

    french-webbie Peon

    Messages:
    194
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This question has been asked a lot on this forum. The classic way is to redirect that framed traffic directly to your site. So each time a visitor goes to your site via Google image, the frame disappears and they see only your site.

    
    <script type="text/javascript">
    //<![CDATA[
    if(top.location!=document.location) top.location=document.location;
    //]]-->
    </script>
    
    PHP:
     
    french-webbie, Jan 11, 2009 IP
    forrar likes this.
  3. jangkrikjr

    jangkrikjr Peon

    Messages:
    388
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Nice tips. Thanks boss
     
    jangkrikjr, Jan 11, 2009 IP
  4. Niche

    Niche Peon

    Messages:
    415
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just to say I have noticed the same thing, traffic from images
    Hmmm
     
    Niche, Jan 11, 2009 IP
  5. french-webbie

    french-webbie Peon

    Messages:
    194
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    In Google webmaster tools, under settings images, there's an 'enhanced image search' feature.
    For the stats lovers, I have a site that gets 7% of its visitors from Google images without checking that feature (and with only 100 pics listed on images.google).
    We'll see if it gets better now that it's checked ;)
     
    french-webbie, Jan 11, 2009 IP
  6. web_hunk

    web_hunk Peon

    Messages:
    3,403
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You might also want to try some Pay Per Impression ads on your webpages.
     
    web_hunk, Jan 11, 2009 IP
  7. derryl

    derryl Banned

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Where i should put this code? I also has lot of traffic from image
    What is the best Pay Per Impression ads?

    Thanks
     
    derryl, Jan 11, 2009 IP
  8. dietpills

    dietpills Banned

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    you can block google images if it is increasing your bandwidth useage without notible ROI. just do it via .htaccess
     
    dietpills, Jan 11, 2009 IP
  9. french-webbie

    french-webbie Peon

    Messages:
    194
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    You should put it in the header of your page.
     
    french-webbie, Jan 11, 2009 IP