Prevent Google search Prevent Google search
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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