Indexing Bilingual Sites
        Posted  
        
            by Affar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Affar
        
        
        
        Published on 2010-03-19T20:09:30Z
        Indexed on 
            2010/03/19
            20:11 UTC
        
        
        Read the original article
        Hit count: 237
        
Hi all
I have a site that supports two languages. The way the user changes the language is by clicking on a language link that will change his session language from A to B and return him to the same page. The problem that I am facing is that Google doesn't index the other language since it is seeing that the language link is the same as the page link but with changes in the parameters.
So is there a way to inform google of the language, or should I add the language in the url, i.e. www.example.com/A/home?
© Stack Overflow or respective owner