Update README.md with robots.txt

This commit is contained in:
2020-12-21 03:29:08 +01:00
parent 4612273ef0
commit ee8a30e088
+10
View File
@@ -15,3 +15,13 @@ cp .env.sample .env
```
yarn && yarn dev
```
## Création d'un fichier robots.txt
Voici un exemple de fichier `robots.txt` à créer dans le dossier `/public`
```
User-agent: *
Allow: /*
Sitemap: https://mon-site.fr/sitemap.xml
```