重定向

Posted by admin 5 August, 2010

使用META 刷新标记、CGI 程序、Java、Javas cript 或其它技术,当用户点击一个链接时,自
动跳到另一个网页。搜索引擎不宜发现,但如果你发现后提交谷歌,这个页面一定会被惩罚。
常用的重定向方法:
<html>
<head>
<%
‘服务器端重定向
response.redirect “http://www.supercss.com/
%>
<!– 标签 –>
<meta http-equiv=”refresh” content=”10;URL=http://www.baidu.com/”>
<!– 脚本 –>
<script language=”javascript”>
location.href=”http://www.baidu.com“;
</script>
</head>
<body>
<!– 使用Flash –>
<object width=”480″ height=”385″>
<param name=”movie” value=”url.swf?url=http://www.baidu.com”></param>
<embed src=”url.swf?url=http://www.baidu.com” type=”application/x-shockwave-flash”
width=”480″ height=”385″></embed>
</object>
</body>
</html>

From ETseo, post 重定向

Post Footer automatically generated by wp-posturl plugin for wordpress.

Categories : SEO优化 Tags :

Random Posts

Comments
August 12, 2010

This page is very special, very creative, with many more practical content. Very much like to read it.

Posted by sneaker wholesale
October 29, 2010

This is such a great source that you will be giving and you give it away for zero cost.

Posted by prostate massagers
Leave a comment

(required)

(required)


`