« »
2008-03-18SEO策略

3,235 views

301跳转在那些情况下用到

什么是301转向?301转向(或叫301重定向,301跳转)是当用户或搜索引擎向网站服务器发出浏览请求时,服务器返回的HTTP数据流中头信息(header)中的状态码的一种,表示本网页永久性转移到另一个地址。

其它常见的状态码还包括,200表示一切正常,404网页找不到,302暂时转向,等等。

为什么要做网址转向?

除了前面介绍过的网址规范化问题外,还有很多需要做网址转向的情形。比如,为保护版权,你拥有不同TLD的多个域名:

company.com

company.net

company.org

company.com.cn

company.cn

等等。

很自然这些域名全部指向一个网站。如用company.com为主域名,其它域名就可以转向到company.com

或者你注册了公司全称域名longcompanyname.com,但太长 ,你也注册了缩写域名方便用户记住lcn.com,其中一个做主域名,另一个就可以转向到主域名。

以下的樂思蜀将SEO工作中所需要的301转向代码的总结,我觉得对一些编辑有用,所以将它转过来了,这些文档我之前在老黑BLOG见过.但他的不全面现在将他转过来.以便大家查阅. 

1、IIS下301设置

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

2、ASP下的301转向代码

<%@ Language=VBScript %>
<%
Response.Status=”301 Moved Permanently”
Response.AddHeader “Location”, “http://www.etcis.com/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.etcis.com/articles/301/“);
}
</script>

4、PHP下的301转向代码

header(”HTTP/1.1 301 Moved Permanently”);
header(”Location: http://www.etcis.com/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.etcis.com/” );
response.setHeader( “Connection”, “close” );
%>

7、Apache下301转向代码

新建.htaccess文件,输入下列内容(需要开启mod_rewrite):

1)将不带WWW的域名转向到带WWW的域名下

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^etcis.com [NC]
RewriteRule ^(.*)$ http://www.etcis.com/$1 [L,R=301]

2)重定向到新域名

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http://www.etcis.com/$1 [L,R=301]

3)使用正则进行301转向,实现伪静态

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^news-(.+)\.html$ news.php?id=$1

将news.php?id=123这样的地址转向到news-123.html

8、Apache下vhosts.conf中配置301转向

为实现URL规范化,SEO通常将不带WWW的域名转向到带WWW域名,vhosts.conf中配置为:

<VirtualHost *:80>
ServerName www.etcis.com
DocumentRoot /home/lesishu
</VirtualHost>

<VirtualHost *:80>
ServerName lesishu.cn
RedirectMatch permanent ^/(.*) http://www.etcis.com/$1
</VirtualHost>

Apache下除了以上2种方法,还有其他配置方法和可选参数,建议阅读Apache文档

301转向情况检测

  1. http://www.seoconsultants.com/tools/headers.asp
  2. http://www.internetofficer.com/seo-tool/redirect-check/

作者:阿猎
原载:阿猎的SEO博客
版权所有,转载请以链接形式注明作者及原始出处。

日志信息 »

该日志于2008-03-18 18:41由 阿猎 发表在SEO策略分类下, 你可以发表评论。除了可以将这个日志以保留源地址及作者的情况下引用到你的网站或博客,还可以通过RSS 2.0订阅这个日志的所有评论。

相关日志 »

相关日志

  • 哇!恭喜您找到了一个独一无二的文章。

27条评论

  1. 小虾 说:

    你文章太长了,建议做个錨链接
    看到下面再往上翻很烦的

  2. aw 说:

    SEO……寒。。。。

  3. 阿 猎 说:

    小虾你的建议不错。
    我努力的把这点改正了。嘻嘻

  4. 阿 猎 说:

    郭启睿你好呀

    SEO怎么让你寒到了。

  5. I simply want to mention I am all new to weblog and really enjoyed this blog site. Almost certainly I’m likely to bookmark your site . You absolutely come with remarkable articles and reviews. Thanks a bunch for sharing with us your web-site.

  6. I was happy to find this web-site.I wanted to thanks for your time frame for this excellent read!! We definitely making the most of every amount of it and i have you bookmarked to check out brand-new stuff you blog post.

  7. hello. I observe that you’re focused on grow your hair fast

  8. I¡¦ll right away take hold of your rss feed as I can’t to find your e-mail subscription link or newsletter service. Do you’ve any? Kindly let me know so that I could subscribe. Thanks.

  9. Great article. And to be on-topic with the post, I don’t know for you girls but for me hair is the most important factor for my look. My hair stilist from the saloon where I go offered me around two months ago some type of hair oil that will make my hair grow faster and thicker. I don’t plan to spam this blog so, who wants to find more details can click on my user name.Also my apologies for my poor english :)

  10. I believe that is among the most vital data for me. And im satisfied studying your article. However wanna remark on few general things, The web site style is perfect, the articles is really wonderful : D. Beneficial job, cheers

  11. Sambutan Kemerdekaan Negara Tahun 2008 sungguh bermakna.

  12. Whenever a man has cast a longing eye on offices, a rottenness begins in his conduct. ~Thomas Jefferson

  13. Nga Daya 说:

    I cling on to listening to the news bulletin lecture about receiving free online grant applications so I have been looking around for the best site to get one. Could you advise me please, where could i find some?

  14. Normally I do not learn post on blogs, but I would like to say that this write-up very forced me to check out and do so! Your writing style has been amazed me. Thank you, quite nice article.

  15. Many thanks for being our coach on this subject matter. I enjoyed the article very much and most of all appreciated the way you handled the aspect I widely known as controversial. You’re always really kind towards readers like me and let me in my life. Thank you.

  16. Rattling superb visual appeal on this website , I’d rate it 10 10.

  17. Jae Skill 说:

    I loved as much as you’ll receive carried out right here. The sketch is tasteful, your authored material stylish. nonetheless, you command get got an nervousness over that you wish be delivering the following. unwell unquestionably come more formerly again since exactly the same nearly very often inside case you shield this hike.

  18. I truly appreciate your piece of work, Great post.

  19. I’m delighted, I need to say. Actually not usually do I stumble upon a web site that’s both educational and also pleasurable, and ok, i’ll advise you now, you have got it just right. Your subject matter is terrific; the particular concern is some thing that not enough people happen to be talking intelligently in relation to. I’m really happy that I came across this during my research one thing regarding this fact.

  20. trancheuse 说:

    Sweet web site , super pattern , rattling clean and utilise friendly .

  21. This really is often a wonderful blog, could you be interested in working on an interview about just how you developed it? If so e-mail myself!

  22. Good website! I really love how it is simple on my eyes and the data are well written. I’m wondering how I could be notified whenever a new post has been made. I have subscribed to your feed which must do the trick! Have a nice day! “A crime which is the crime of many none avenge.” by Lucan.

  23. Interesting read

  24. loose tea 说:

    I think other website proprietors should take this website as an model, very clean and great user friendly style and design, let alone the content. You’re an expert in this topic!

  25. I would like to use the chance of thanking you for the professional assistance I have enjoyed going to your site. I’m looking forward to the particular commencement of my college research and the overall preparation would never have been complete without browsing your blog. If I might be of any assistance to others, I’d be happy to help by way of what I have discovered from here.

  26. montre gps 说:

    Needed to post you one very little note to finally give thanks again over the lovely tricks you’ve contributed above. This is really remarkably open-handed of people like you giving easily what exactly many of us would have supplied for an e book to make some money for themselves, especially seeing that you could have done it if you wanted. The principles additionally acted to become a great way to fully grasp other individuals have the same dream much like my very own to learn good deal more in terms of this matter. Certainly there are many more pleasurable sessions in the future for individuals that view your blog post.

  27. Its good as your other posts : D, thankyou for posting . “To be at peace with ourselves we need to know ourselves.” by Caitlin Matthews.

发表评论 »

返回顶部