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
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):
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?