Disable search engines from spidering? Disable search engines from spidering?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Disable search engines from spidering?

Started by Celaine, September 04, 2004, 02:36:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Celaine

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...
best...

Christine

kegobeer

Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Celaine

#2
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!
best...

Christine

Joachim Müller

Robots.txt:
http://www.robotstxt.org/wc/robots.html
http://www.searchengineworld.com/robots/robots_tutorial.htm
in fact, google for "robots.txt" and you will find loads of usefull pages.

Keep google from spidering your images:
User-Agent: Googlebot-Image
Disallow: /


Joachim