diff --git a/README.md b/README.md index 2e7d712..18e8506 100644 --- a/README.md +++ b/README.md @@ -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 +```