页面跳转代码HTML 301跳转 三种代码

  • A+
所属分类:学习总结

为了减少页面外链。变更为自己页面的url,使用301页面跳转代码值得替换。页面更有利于seo。三种301跳转代码如下:

301跳转代码之一

<!DOCTYPE HTML>

<html lang="zh-CN">

<head>

<meta charset="gb2312">

<title>

网站404错误解决只需要三步

</title>

<meta http-equiv="refresh" content="0;url=http://haichengsem.com/" />

<meta http-equiv="Cache-Control" content="no-transform" />

</head>

<body>

</body>

</html>

这里  content="0;  的0代表时间,可以自己设置。

301跳转代码之二

<!DOCTYPE HTML>

<html lang="zh-CN">

<head>

<meta charset="gb2312">

<title>

网站404错误解决只需要三步

</title>

</head>

<body>

<form name=loading>

<p align=center> <font color="#0066ff" size="2">正在进入,请稍等</font><font color="#0066ff" size="2" face="Arial">...</font>

<input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">

<input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">

<script>

var bar=0

var line="||"

var amount="||"

count()

function count(){

bar=bar+2

amount =amount + line

document.loading.chart.value=amount

document.loading.percent.value=bar+"%"

if (bar<99)

{setTimeout("count()",100);}

else

{window.location = "http://www.haichengsem.com";}

}</script>

</p>

</form>

<p align="center"> 如果您的浏览器不支持跳转,<a style="text-decoration: none" href="http://www.haichengsem.com/"><font color="#FF0000">请点这里</font></a>.</p>

</body>

</html>

301跳转代码之三

<!DOCTYPE HTML>

<html lang="zh-CN">
<head><title>正在进入请稍候。。。</title></head>

<body>

<script language='javascript'>document.location = http://www.haichengsem.com''</script>

</body>

</html>

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: