diff --git a/public/sitemap.xml b/public/sitemap.xml index de358c1..156487e 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,20 +1,44 @@ + - https://andre-kempf.com/ - 2026-07-28 + https://andre-kempf.com/en + 2026-08-05 monthly 1.0 + - https://andre-kempf.com/imprint - 2026-07-28 + https://andre-kempf.com/de + 2026-08-05 + monthly + 1.0 + + + + https://andre-kempf.com/en/imprint + 2026-08-05 yearly 0.3 + - https://andre-kempf.com/privacy - 2026-07-28 + https://andre-kempf.com/de/imprint + 2026-08-05 + yearly + 0.3 + + + + https://andre-kempf.com/en/privacy + 2026-08-05 + yearly + 0.3 + + + + https://andre-kempf.com/de/privacy + 2026-08-05 yearly 0.3 diff --git a/src/app/imprint/page.tsx b/src/app/[locale]/imprint/page.tsx similarity index 100% rename from src/app/imprint/page.tsx rename to src/app/[locale]/imprint/page.tsx diff --git a/src/app/privacy/page.tsx b/src/app/[locale]/privacy/page.tsx similarity index 100% rename from src/app/privacy/page.tsx rename to src/app/[locale]/privacy/page.tsx