Questions
-
301 redirect to 1 of 3 locations based on browser languge? Is this ok?
If you feel you need to do this regardless of language, run a PHP if/then script looking for browser language. Based on the language you can then set the 301 right in the script loop. Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.matchware.com/yourlanguagefolder/" ); ?> My question though is why would you not have at least one language be the default, and have that at the root home level (www.matchware.com/)
Technical SEO Issues | | AlanBleiweiss1