Check if Your Images Appear on Google Image Search
April 29, 2008
If your images are getting indexed correctly by Google you should be able to see a whole bunch of them on the search results.
If, on the other hand, your images are not getting indexed by Google you will just see a “Your search did not match any documents” message.
The most common cause for this problem is a flawed robots.txt file (read “Create a robots.txt file” for an introduction to it).
For example, I used to have a “Disallow: /wp-content/” line on my robots.txt file, with the purpose of blocking some internal WordPress files from search bots. It worked, but as a result it also blocked all my images that were located in /wp-content/uploads/. The solution was simple: I just added the following line after that one: “Allow: /wp-content/uploads/”.
So if your images are not getting indexed, check your robots.txt file to make sure it is not blocking the access to them.
There are other causes that might make Google not list your images on its search results, including a low Pagerank, non relevant tags, poor permalink structure, bad image attributes and so on. If you are sure that your images are accessible to search bots, therefore, it could be a good idea to work on their tags and attributes. Here are two articles that you guide you through the steps required:
- 19 Ways to Get More Traffic to Your Site Using Google Images
- Using Google Image Search to Drive Traffic to Your Site
Partner: MakeUseOf.com Amazing Websites and Tools you Never Knew About

