Answered by:
Problem with SE indexation with an Mutlilanguages asp website

Question
-
User761125113 posted
hello ASP's Communauty
I build this website url: flirt-t-shirts.com with a 4 languages feature, but we have a problem,
search engine indexing only the english site, and seems to not follow links to other languages,
Its relly a wierd problem for me and i can't find any solution.
i try javascript link (javascript:__doPostBack('ctl00$UCLanguageFlag1$dtLang$ctl02$lk1',''))
and something like: flirt-t-shirts.com/Default.aspx?lang=de both are wrong (not follow by SE)
Thanks per advance for your ideas !
Xcraft.
Thursday, June 3, 2010 7:46 AM
Answers
-
User-36838843 posted
I would suggest you to have subfolder for each language so that you will have different url for each language.
for example
http://flirt-t-shirts.com/fr
http://flirt-t-shirts.com/de
that way search engine will index both of the language pages.
Refer below article that will give you couple more ideas about SEO for multi-lang website
http://www.webpronews.com/expertarticles/2006/05/22/multiplelanguages-websites-and-seo
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 3, 2010 1:00 PM
All replies
-
User-1200560727 posted
For that, you need to take care of following things:
1. Every page should have its own URL.
2. Ensure that googlebot can visit every page that you want indexing and easily recognize the "section" of the site which belongs to it.
3. If you want to rank well in any given language then you need to ensure that the whole page is optimized for that language. This includes all the languages which used on the page, all the text, title, links etc.
Go through below links:
http://forums.asp.net/t/1512343.aspx
http://www.google.com/support/forum/p/Webmasters/thread?tid=2b078a723a0d2861&hl=en
Thursday, June 3, 2010 8:39 AM -
User761125113 posted
Hi,
I have unique urls, but the problem should be something with cookies or something.
Because language is stored in a Session Var
Thanks
Thursday, June 3, 2010 8:47 AM -
User-36838843 posted
I would suggest you to have subfolder for each language so that you will have different url for each language.
for example
http://flirt-t-shirts.com/fr
http://flirt-t-shirts.com/de
that way search engine will index both of the language pages.
Refer below article that will give you couple more ideas about SEO for multi-lang website
http://www.webpronews.com/expertarticles/2006/05/22/multiplelanguages-websites-and-seo
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 3, 2010 1:00 PM