Julio Montoya ecdc2037e2 Applied fixes from FlintCI hace 6 años
..
lang cbf3716b1f Add warning message. hace 6 años
NoSearchIndex.php ecdc2037e2 Applied fixes from FlintCI hace 6 años
README.md 06c8e3f1ad Plugins: nosearchindex add explanation of what it does -refs BT#13757 hace 6 años
index.php 8964de76f6 Add no search engine index plugin see BT#13757 - requires composer update hace 6 años
install.php 8964de76f6 Add no search engine index plugin see BT#13757 - requires composer update hace 6 años
plugin.php ecdc2037e2 Applied fixes from FlintCI hace 6 años

README.md

No search index

This plugin allows administrators to hide the portal from search engines using the robots.txt file and adding a meta tag "noindex". It modifies the robots.txt file to add 'Disallow: /' and also adds <meta name="robots" content="noindex" /> to the file app/home/header_extra_content.txt that correspond to the content of the variable "Extra content in header"