feat: enhance SEO and add multilingual support with new meta tags and sitemap

This commit is contained in:
Cheick Oumar 2026-05-20 13:31:45 +02:00
commit 37f3e1ecea
6 changed files with 101 additions and 1 deletions

6
layouts/robots.txt Normal file
View file

@ -0,0 +1,6 @@
User-agent: *
Allow: /
Sitemap: {{ .Site.BaseURL }}sitemap.xml
Sitemap: {{ .Site.BaseURL }}fr/sitemap.xml
Sitemap: {{ .Site.BaseURL }}en/sitemap.xml