1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Visitors only coming from images.google.com

Discussion in 'Placement / Reviews / Examples' started by xcesslogic, Sep 9, 2008.

  1. #1
    Hi

    I have a blog related to travel with very original content.
    http://europeandestinations.blogspot.com.

    I am having around 200 page impressions per day but strangely all ( 100% ) are coming from images.google.com.

    In the blog I have given image links between the content. Its strange that google is indexing this site only for image search and not for regular web search.

    can any one re view and tell what may be the reason.

    Thanks
     
    xcesslogic, Sep 9, 2008 IP
  2. greny

    greny Peon

    Messages:
    162
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,
    You could block Google Image Bot by adding following lines to your robots.txt:

    User-agent: googlebot-image
    Disallow: /
    Code (markup):
    Or you can remove the frame and forward the visitors to your web. Just check the referral and if he's coming from google images then the site should execute this javascript:

    <script language="Javascript">
    if(parent.location != self.location) parent.location=self.location;
    </script>
    Code (markup):
    You should put this code in a external JS file and restrict access to it in robots.txt. The big brother is watching. :)

    User-agent: *
    Disallow: /myjscode.js
    Code (markup):
     
    greny, Sep 10, 2008 IP
  3. Shawn.B

    Shawn.B Banned

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Why to block images.google.com ... it's free trafic lol ;) I like second solution =)
     
    Shawn.B, Sep 10, 2008 IP
  4. sanath1978

    sanath1978 Active Member

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    81
    #4
    Is that works?
     
    sanath1978, Sep 10, 2008 IP
  5. greny

    greny Peon

    Messages:
    162
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes, it works. :)
     
    greny, Sep 10, 2008 IP
  6. xcesslogic

    xcesslogic Active Member

    Messages:
    169
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    68
    #6
    Hi I don't want to block any free traffic, its just I need normal Google web search traffic also. So I was a bit concern that why I am only getting traffic from Google image searches?
     
    xcesslogic, Sep 15, 2008 IP