]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: server config: basic usage of robots.txt/HTML robots meta-tag/crawler control... 1220/head
authornodiscc <nodiscc@gmail.com>
Thu, 30 Aug 2018 18:03:00 +0000 (20:03 +0200)
committernodiscc <nodiscc@gmail.com>
Sun, 9 Sep 2018 14:21:58 +0000 (16:21 +0200)
doc/md/Server-configuration.md

index e281dc859239cae2ead0801671e6c8ccf1dc197a..cf44ecf5924099ee78405fee4ca4b1bf3e322c8e 100644 (file)
@@ -397,6 +397,7 @@ http {
 ```
 
 ## Proxies
+
 If Shaarli is served behind a proxy (i.e. there is a proxy server between clients and the web server hosting Shaarli), please refer to the proxy server documentation for proper configuration. In particular, you have to ensure that the following server variables are properly set:
 
 - `X-Forwarded-Proto`
@@ -405,6 +406,12 @@ If Shaarli is served behind a proxy (i.e. there is a proxy server between client
 
 See also [proxy-related](https://github.com/shaarli/Shaarli/issues?utf8=%E2%9C%93&q=label%3Aproxy+) issues.
 
+## Robots and crawlers
+
+Shaarli disallows indexing and crawling of your local documentation pages by search engines, using `<meta name="robots">` HTML tags.
+Your Shaarli instance and other pages you host may still be indexed by various robots on the public Internet.
+You may want to setup a robots.txt file or other crawler control mechanism on your server.
+See [[1]](https://en.wikipedia.org/wiki/Robots_exclusion_standard), [[2]](https://support.google.com/webmasters/answer/6062608?hl=en) and [[3]](https://developers.google.com/search/reference/robots_meta_tag)
 
 ## See also