标签: http web-applications http-status-code-404
我即将在我的某个网站上删除一些模板。这些模板下有很多页面,如
city.php?city_id=1 city.php?city_id=2 city.php?city_id=3 ...
告诉Google此页面不再存在以便将该页面从其索引中删除的正确方法是什么?
谢谢!
答案 0 :(得分:5)
如果您希望Google在不转发引用的情况下删除页面,则可以使用简单的HTTP 404。如果您希望Google将引用(例如页面排名等)转发到新页面,那么最好使用HTTP 301。
另见:Google 301 Recommendation。
答案 1 :(得分:1)
因此您创建了2个文件:
.htaccess
404.html
ErrorDocument 404 /404.html