Replies: 4 comments
-
Hi @verlanmar Thank you very much for contacting us. Internationalization (i18n) is pending in AstroWind. Give us a few days to work on it or if you come up with a solution don't hesitate to create a PR. In the meantime you can read some ideas we gave to someone who needed i18n on a blog using AstroWind. |
Beta Was this translation helpful? Give feedback.
-
Hi @prototypa , I launched last month a website in German, Dutch, Swedish and Danish last month based on your template. You can change the language with a dropdown in the navbar (top left corner). Please let me know whether you have any comment. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @Dublinscope There are fundamental aspects related to SEO (Search Engine Optimization) that it is important to take into account when making an internationalizable website. In this url you can have more details: https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites In the case of your website, I notice three details in which if you want to improve web positioning, it would be good if you updated.
<!DOCTYPE html>
<html lang="en" class="motion-safe:scroll-smooth 2xl:text-[24px]">
<head>
<head>
<link rel="canonical" href="https://roody.eu/" />
<link rel="alternate" hreflang="de" href="https://roody.eu/" />
<link rel="alternate" hreflang="nl" href="https://roody.eu/nl/" />
<link rel="alternate" hreflang="dk" href="https://roody.eu/dk/" />
<link rel="alternate" hreflang="no" href="https://roody.eu/no/" />
<link rel="alternate" hreflang="se" href="https://roody.eu/se/" />
</head>
|
Beta Was this translation helpful? Give feedback.
-
Hi @prototypa , Thank you for your comment regarding SEO. |
Beta Was this translation helpful? Give feedback.
-
Hi!
Would love to see the internationalization support, please.
Example implementation in Astro:
https://docs.astro.build
https://github.com/withastro/astro/tree/main/examples/docs
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions