diff --git a/public/.htaccess b/public/.htaccess
new file mode 100644
index 0000000..89f09d6
--- /dev/null
+++ b/public/.htaccess
@@ -0,0 +1,6 @@
+RewriteEngine On
+RewriteBase /
+
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^(.*)$ /index.html [L]
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..f7ac9bc
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,4 @@
+User-agent: *
+Allow: /
+Disallow: /*?*
+Sitemap: https://johanleroy.fr/sitemap.xml
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..262292a
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,32 @@
+
+