I am working on SEO for my site which is a multi-language site : that is it can display in French or English.
I have seen that it is better to declare the language choice in the url for better indexing, rather than holding it in a cookie.
My site defaults to French (being in France).
Is it acceptable / correct to append the en identifier to the url only when requesting the english version ?
Example :
- www.letrajet.com = french version
- www.letrajet.com/en = english version
Or should I systematically have either fr or en in the url ?
Example :
- www.letrajet.com/fr = french version
- www.letrajet.com/en = english version
Hope someone will have the time to be able to help me with this.