diff options
author | feld <feld@feld.me> | 2020-08-12 16:19:34 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-08-12 16:19:34 +0000 |
commit | 3aa7969ff9c92ddd4b38caa91b453537ce11dcae (patch) | |
tree | b554ec6119f02fc89743a232de78e5b4e8d0a36b | |
parent | bd7bf6cd196ffe30652ea1f7785354a7eb1e912c (diff) | |
download | pleroma-3aa7969ff9c92ddd4b38caa91b453537ce11dcae.tar.gz |
Update robots_txt.md
-rw-r--r-- | docs/administration/CLI_tasks/robots_txt.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/administration/CLI_tasks/robots_txt.md b/docs/administration/CLI_tasks/robots_txt.md index b1de0981b..844318cc8 100644 --- a/docs/administration/CLI_tasks/robots_txt.md +++ b/docs/administration/CLI_tasks/robots_txt.md @@ -1,8 +1,8 @@ -# Managing robot.txt +# Managing robots.txt {! backend/administration/CLI_tasks/general_cli_task_info.include !} -## Generate a new robot.txt file and add it to the static directory +## Generate a new robots.txt file and add it to the static directory The `robots.txt` that ships by default is permissive. It allows well-behaved search engines to index all of your instance's URIs. |