<%
Session("Language") = "English"
response.redirect("./widget/home.asp")
%>
This is on the default.asp page and redirects the visitor depending on the language. I have two questions:
1) Will Google follow the redirect?
2) Will Google consider this cloaking?