301跳转代码

  • 301跳转代码合集

    本文标题:301跳转代码合集为了方便大家学习使用301跳转,这里把乐思蜀整理的301跳转代码合集借用了过来,感谢乐思蜀。

    樂思蜀将SEO工作中所需要的301转向代码进行了整理,收藏并分享,以备查阅。

    1、IIS下301设置

    Internet信息服务管理器 -> 虚拟目录 -> 重定向到URL,输入需要转向的目标URL,并选择“资源的永久重定向”。

    2、ASP下的301转向代码

    <%@ Language=VBScript %>
    <%
    Response.Status=”301 Moved Permanently”
    Response.AddHeader “Location”, “http://www.lesishu.cn/articles/301/”
    %>

    3、ASP.Net下的301转向代码

    <script runat=”server”>
    private void Page_Load(object sender, System.EventArgs e)
    {
    Response.Status = “301 Moved Permanently”;
    Response.AddHeader(”Location”,”http://www.lesishu.cn/articles/301/“);
    }
    </script>

    4、PHP下的301转向代码

    header(”HTTP/1.1 301 Moved Permanently”);
    header(”Location: http://www.lesishu.cn/articles/301/”);
    exit();

    5、CGI Perl下的301转向代码

    $q = new CGI;
    print $q->redirect(”http://www.new-url.com/”);

    6、JSP下的301转向代码

    <%
    response.setStatus(301);
    response.setHeader( “Location”, “http://www.lesishu.cn/” );
    response.setHeader( “Connection”, “close” );
    %>

    原创文章,转载请注明: 转载自广州杰顺网络科技有限公司

    本文链接地址: 301跳转代码合集

    营销推广 2012 年 4 月 19 日
嗨推流量情报局近期更新关于快团团,小红书,视频号直播带货等相关玩法较多,请各位务必关注哦!