Plugins: nosearchindex add explanation of what it does -refs BT#13757

pull/2487/head
Nicolas Ducoulombier 8 years ago
parent 66e4d18747
commit 06c8e3f1ad
  1. 2
      plugin/nosearchindex/README.md

@ -1,4 +1,4 @@
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".
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"

Loading…
Cancel
Save