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

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"