Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

[DEPRECATED] Small Plugin used to disallow search engine spidering on CakePhp 2.x

Notifications You must be signed in to change notification settings

vripoche/CakePHP-Robots-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CakePHP-Robots-Plugin

Small Plugin used to disallow search engine spidering on CakePhp 2.x

Setup

You need to clone the files into an "Robots" directory in app/Plugin. Then, add this CakePlugin::load in the app bootstrap and active the plugin bootstrap :

CakePlugin::load('Robots', array('route' => true));

Confidentiality activation

In your bootstrap file:

Configure::write('Robots.isConfidential', true);

About

[DEPRECATED] Small Plugin used to disallow search engine spidering on CakePhp 2.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published