add Allow: / to default robots.txt template (#1258)

Also update the documentation about it.
This commit is contained in:
Rostislav 2020-12-10 14:57:43 +01:00 committed by Vincent Prouillet
parent 4754cb5792
commit 679af5b8c8
2 changed files with 3 additions and 0 deletions

View file

@ -1,2 +1,3 @@
User-agent: *
Allow: /
Sitemap: {{ get_url(path="sitemap.xml") }}

View file

@ -11,4 +11,6 @@ and the default is what most sites want:
```jinja2
User-agent: *
Allow: /
Sitemap: {{ get_url(path="sitemap.xml") }}
```