aoe2techtree icon indicating copy to clipboard operation
aoe2techtree copied to clipboard

Multilingual SEO

Open jiayuandeng opened this issue 3 years ago • 2 comments

Currently, the website is the 1st Google result of "aoe 2 tech tree" and the 3rd result in "age of empires 2 tech tree". However, searching in Simplified Chinese (keyword: "帝国时代2 科技树") does not include this website at all. This may also happen to the other languages.

Adding hreflang in html may help: Google docs https://developers.google.com/search/docs/advanced/crawling/localized-versions.

jiayuandeng avatar Mar 11 '21 00:03 jiayuandeng

Thanks for the suggestion!

To make this happen, we would probably need to pass the language code in the URL params to be able to generate a permalink for each language.

lalitpatel avatar Mar 11 '21 17:03 lalitpatel

I tried something in that direction in e8c65cb04edf4c64445f4bd306d0b083761b5e09 and f33f01008cfa1c1886ec8d7b1ad1ca61ae2b0600

HSZemi avatar Mar 24 '21 22:03 HSZemi