xidos
06-15-2005, 05:05 AM
Hello everyone,
Currently I'm almost ready to publish a new webstore and I've come up with the following SEO construction. I would appreciate if you could take a critical look at the plan and point out any flaws in it. In my experience these things tend to get penalized the easiest with Google, so therefore I'll focus on that. Any advice on other engines is very welcome as well.
The store is available in three languages english, french & dutch.
The actual multi-language php shop is 'preceded' by a lot of html content pages.
My plan is to put the dutch index.htm at the root. The english one at root/en/index.htm and the french one at root/fr/index.htm.
From there I would like to have the URL www.mydomain.nl to point to the root, the URL www.mydomain.fr to root/fr/ and URL www.mydomain.com to root/en/.
Of course the search engines that spider from the root (ie dutch version) should not be allowed to index the en & fr directories since that would result in severe duplicate content upon the indexing from the en & fr directories from the .com & .fr URL's.
If I block the root/en/ & root/fr/ directories in my robots.txt file only the dutch version will be indexed at the .nl URL, so far so good. Can I adapt robots.txt's for the english and french versions in such a way that engines entering through the french and english URL's (ie entering in root/en/ & root/fr/) will not refer to the root (dutch) robots.txt and will not index the dutch version and eachother? Or will google revert to the root robots.txt when indexing from let's say the french url (mydomain.fr = root/fr/)
Another small question, if I place guestbook pages in different languages in the three language directories which will load from the same database, this probably will trigger as duplicate content, right? Any advice on that?
Many thanks in advance
Currently I'm almost ready to publish a new webstore and I've come up with the following SEO construction. I would appreciate if you could take a critical look at the plan and point out any flaws in it. In my experience these things tend to get penalized the easiest with Google, so therefore I'll focus on that. Any advice on other engines is very welcome as well.
The store is available in three languages english, french & dutch.
The actual multi-language php shop is 'preceded' by a lot of html content pages.
My plan is to put the dutch index.htm at the root. The english one at root/en/index.htm and the french one at root/fr/index.htm.
From there I would like to have the URL www.mydomain.nl to point to the root, the URL www.mydomain.fr to root/fr/ and URL www.mydomain.com to root/en/.
Of course the search engines that spider from the root (ie dutch version) should not be allowed to index the en & fr directories since that would result in severe duplicate content upon the indexing from the en & fr directories from the .com & .fr URL's.
If I block the root/en/ & root/fr/ directories in my robots.txt file only the dutch version will be indexed at the .nl URL, so far so good. Can I adapt robots.txt's for the english and french versions in such a way that engines entering through the french and english URL's (ie entering in root/en/ & root/fr/) will not refer to the root (dutch) robots.txt and will not index the dutch version and eachother? Or will google revert to the root robots.txt when indexing from let's say the french url (mydomain.fr = root/fr/)
Another small question, if I place guestbook pages in different languages in the three language directories which will load from the same database, this probably will trigger as duplicate content, right? Any advice on that?
Many thanks in advance