您好,登錄后才能下訂單哦!
Http狀態(tài)碼301和302的區(qū)別及企業(yè)應(yīng)用案例
1、什么是301重定向?
301重定向/跳轉(zhuǎn)一般,表示本網(wǎng)頁(yè)永久性轉(zhuǎn)移到另一個(gè)地址。
301是永久性轉(zhuǎn)移(Permanently Moved),SEO常用的招式,會(huì)把舊頁(yè)面的PR等信息轉(zhuǎn)移到新頁(yè)面;
2、什么是302重定向?
302重定向表示臨時(shí)性轉(zhuǎn)移(Temporarily Moved ),當(dāng)一個(gè)網(wǎng)頁(yè)URL需要短期變化時(shí)使用。
3、301重定向與302重定向的區(qū)別
301重定向是永久的重定向,搜索引擎在抓取新內(nèi)容的同時(shí)也將舊的網(wǎng)址替換為重定向之后的網(wǎng)址。
302重定向是臨時(shí)的重定向,搜索引擎會(huì)抓取新的內(nèi)容而保留舊的網(wǎng)址。因?yàn)?a title="服務(wù)器" target="_blank" href="http://kemok4.com/">服務(wù)器返回302代碼,搜索引擎認(rèn)為新的網(wǎng)址只是暫時(shí)的。
4、常見網(wǎng)站的應(yīng)用案例
[root@oldboy ~]# curl -s -o /dev/null -I -w "%{http_code}\n" http://www.etiantian.org 200 [root@oldboy ~]# curl -s -o /dev/null -I -w "%{http_code}\n" http://etiantian.org 200 [root@oldboy ~]# curl -s -o /dev/null -I -w "%{http_code}\n" http://baidu.com 200 [root@oldboy ~]# curl -s -o /dev/null -I -w "%{http_code}\n" http://taobao.com 302 [root@oldboy ~]# curl -s -o /dev/null -I -w "%{http_code}\n" http://qq.com 302 [root@oldboy ~]# curl -s -o /dev/null -I -w "%{http_code}\n" http://jd.com 302 [root@oldboy ~]# curl -s -o /dev/null -I -w "%{http_code}\n" http://51cto.com 301 [root@oldboy ~]# curl -s -o /dev/null -I -w "%{http_code}\n" http://sina.com.cn 301
更多http狀態(tài)碼知識(shí) 請(qǐng)瀏覽http://oldboy.blog.51cto.com/2561410/716294
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。