coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Celaine on September 04, 2004, 02:36:52 AM

Title: Disable search engines from spidering?
Post by: Celaine on September 04, 2004, 02:36:52 AM
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...
Title: Re: Disable search engines from spidering?
Post by: kegobeer on September 04, 2004, 02:55:14 AM
Take a look here:

http://www.webmasterworld.com/forum93/126.htm

You can do it with robots.txt and .htaccess.
Title: Re: Disable search engines from spidering?
Post by: Celaine on September 04, 2004, 02:59:55 AM
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!
Title: Re: Disable search engines from spidering?
Post by: Joachim Müller on September 04, 2004, 11:20:08 AM
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