From 06c8e3f1adeeb4d24d3266aa96eb44d45d2d68a9 Mon Sep 17 00:00:00 2001 From: Nicolas Ducoulombier Date: Tue, 26 Dec 2017 13:07:27 -0500 Subject: [PATCH] Plugins: nosearchindex add explanation of what it does -refs BT#13757 --- plugin/nosearchindex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/nosearchindex/README.md b/plugin/nosearchindex/README.md index 511132194a..d316aeee9a 100644 --- a/plugin/nosearchindex/README.md +++ b/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". \ No newline at end of file +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 `````` to the file app/home/header_extra_content.txt that correspond to the content of the variable "Extra content in header"