Prevent Google search Prevent Google search
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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