Prevent Google search Prevent Google search
 

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

Prevent Google search

Started by larshaervig, November 15, 2005, 08:15:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

larshaervig

Hi,
How to prevent Google and other search engines from scanning your coppermine-gallery for pics? Is it possible to prevent deep links to ypur pics ?.

Any idears ?

Regards,
Lars Hærvig
___________________________________________________________________
Gallery : foto.laptus.dk

Nibbler

You can use a robots.txt file to keep spiders away and an .htaccess file to stop hotlinking - search this forum and the web for more details.

tbachand

Add to the <head> of template file:

<meta name="robots" content="noindex">

Joachim Müller