2
votes
3answers
129 views

SEO - Redirect on first page (site.com -> site.com/en)

I have website with multiple languages and at first entrance it checks for cookie and if no cookie is present then it defaults to English language and redirects to site.com/en. So basically every ...
2
votes
1answer
57 views

multilingual domains both crawled and come up to the wrong audience

I have a domain with multilingual support through subdomains. Each language version is identical besides the titles which are translated. e.g.: domain.com ja.domain.com es.domain.com I'm ...
1
vote
1answer
190 views

Multilingual Support on a PHP Website

I have a very basic PHP website that is currently setup for two languages like so: lang.en.php - English strings lang.es.php - Espanol strings en/ - folder with PHP pages (PHP first processes the ...
27
votes
7answers
2k views

How should I structure my urls for both SEO and localization?

When I set up a site in multiple languages, how should I set up my urls for search engines and usability? Let's say my site is www.example.com, and I'm translating into French and Spanish. What is ...