add multilanguage support
All checks were successful
Deploy Website / deploy (push) Successful in 3s

This commit is contained in:
Roberto Musso
2026-04-12 09:56:20 +02:00
parent 26e81d3b79
commit 14cb07e1a7
9 changed files with 790 additions and 85 deletions

28
sitemap.xml Normal file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://adiuvai.com/</loc>
<lastmod>2026-04-12</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<xhtml:link rel="alternate" hreflang="en" href="https://adiuvai.com/"/>
<xhtml:link rel="alternate" hreflang="it" href="https://adiuvai.com/?lang=it"/>
<xhtml:link rel="alternate" hreflang="es" href="https://adiuvai.com/?lang=es"/>
<xhtml:link rel="alternate" hreflang="fr" href="https://adiuvai.com/?lang=fr"/>
<xhtml:link rel="alternate" hreflang="de" href="https://adiuvai.com/?lang=de"/>
<xhtml:link rel="alternate" hreflang="x-default" href="https://adiuvai.com/"/>
</url>
<url>
<loc>https://adiuvai.com/privacy.html</loc>
<lastmod>2026-04-12</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://adiuvai.com/terms.html</loc>
<lastmod>2026-04-12</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
</urlset>