Skip to content

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

Notifications You must be signed in to change notification settings

MarcelLab/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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages