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

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"