From 19b973ebc08ef1c2f0d98194b1895b002d0891da Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Thu, 26 Mar 2026 13:00:06 +0100 Subject: [PATCH] Allow indexing of legal pages in robots.txt Mentions legales, CGU, CGV, hebergement, cookies, RGPD, conformite are now allowed for crawling instead of disallowed. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/Controller/RobotsController.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Controller/RobotsController.php b/src/Controller/RobotsController.php index 27f0e6a..1024ebd 100644 --- a/src/Controller/RobotsController.php +++ b/src/Controller/RobotsController.php @@ -22,12 +22,13 @@ Disallow: /mon-compte Disallow: /external-redirect Disallow: /my-csp-report Disallow: /track/ -Disallow: /mentions-legales -Disallow: /cgu -Disallow: /cgv -Disallow: /hebergement -Disallow: /cookies -Disallow: /rgpd +Allow: /mentions-legales +Allow: /cgu +Allow: /cgv +Allow: /hebergement +Allow: /cookies +Allow: /rgpd +Allow: /conformite Disallow: /unsubscribe/ Sitemap: {$sitemapUrl}