News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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