為了避免連結中斷,合法的SEO手法是使用301轉址,在PHP中是這麼使用的。網站搬家,網頁重新設計,通通都可使用301轉址。這個手法是合法的轉址,而不會被視為惡意引導或是欺騙引導,可以放心使用。
<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.somacon.com/");
exit();
?>
隨機文章
- ADSL線路租金下降 (2008-03-09)
- 在vmware中安裝ubuntu出現找不到kernel header的訊息 (2013-05-04)
- wordpress 2.8版資料庫結構 (2009-08-09)
- OS-Symbian OS (2007-11-03)
- 九把刀你好樣的,黎老大你更威 (2011-08-25)