Prevent Google search Prevent Google search
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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