I have a site with content in multiple languages. The pages are structured like this:
www.domain.com/en/
www.domain.com/fr/
www.domain.com/de/
On the root folder, I have an ASP file that redirects to /en/
by default. It's using this statement:
Response.Redirect("/en/")
Is this good SEO practice? Or should I use a 301 redirect?