feat: enhance SEO and add multilingual support with new meta tags and sitemap
This commit is contained in:
parent
0708e33448
commit
37f3e1ecea
6 changed files with 101 additions and 1 deletions
6
layouts/robots.txt
Normal file
6
layouts/robots.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue