Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n SEO #149

Open
wavebeem opened this issue Apr 10, 2022 · 2 comments
Open

i18n SEO #149

wavebeem opened this issue Apr 10, 2022 · 2 comments
Labels
enhancement An enhancement to an existing feature

Comments

@wavebeem
Copy link
Owner

wavebeem commented Apr 10, 2022

You can redirect based on language headers... maybe I could send out some translated index.html and translated manifest.json based on those?

https://docs.netlify.com/routing/redirects/redirect-options/#redirect-by-country-or-language

@wavebeem wavebeem added the enhancement An enhancement to an existing feature label Apr 10, 2022
@wavebeem
Copy link
Owner Author

Some description translations:

en

A Pokémon type calculator to show strengths/weaknesses of different type combinations.

ko

다양한 포켓몬 타입의 강점과 약점을 제공하는 포켓몬 타입 계산기입니다.

ja

ポケモンのタイプ別の強みと弱みをまとめたポケモンタイプ計算機です。

@wavebeem
Copy link
Owner Author

It seems that Vite supports having multiple HTML files now. It's not automatic in production, but I could make it work.

https://vite.dev/guide/build.html#multi-page-app

I will also need to make Google aware of the site being multi-lingual:

https://developers.google.com/search/docs/specialty/international

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant