將使用下面的代碼,給我一些SEO問題?當我開始使用它時,我的Google排名下降了。將用戶重定向到移動網站的SEO問題
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="refresh" content="0;document.location" />
</head>
<body>
<p></p>
<!--?xml version="1.0" encoding="UTF-8"?-->
<p><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /></p>
<title></title>
<script language="javascript" type="text/javascript">// <![CDATA[
if (screen.width <= 699) {
document.location = "http://mobilesite";
}
else{
document.location.href = "http://desktopsite"
}
// ]]></script>
</body>
</html>
堅持一個請:http://stackoverflow.com/questions/14413329/whats-going-wrong-seo-google – Jack