So I did a google search for my website using site:example.com and in the google search index are my thousands of image files which have their own url alias (via drupal) as an example being:
www.example.com/examplejpg
The above is the exact url being indexed by google search bot (without the period)..
Should I just disallow searchbots by placing the following in my robots.txt :
Disallow: /*jpg
Is this a good practice or a good implementation? Please advise Thanks!