I'd like to be able to keep search engines from picking up the images in my albums. Is there a way to do this?
Thanks in advance...
Take a look here:
http://www.webmasterworld.com/forum93/126.htm
You can do it with robots.txt and .htaccess.
Oooh...I got all excited, then couldn't view the post. Seems you need to pay?
Oh, wait...I see. I have it, thanks very much!
Robots.txt:
http://www.robotstxt.org/wc/robots.html
http://www.searchengineworld.com/robots/robots_tutorial.htm
in fact, google for "robots.txt" (http://www.google.com/search?q=robots.txt) and you will find loads of usefull pages.
Keep google from spidering your images:
User-Agent: Googlebot-Image
Disallow: /
Joachim