我阅读了很多博客,但我无法理解Response.RedirectPermanent
的确切用法。它仅与SEO相关,还是对网站性能有用?
答案 0 :(得分:7)
据我所知,只有在我需要告诉搜索引擎优化我删除了一个页面时,我才能使用RedirectPermanent,而不是使用新的页面。
假设我有一个名为“page1.aspx”的页面,谷歌将其缓存在他的数据库搜索中,现在如果我更改了page1.aspx或我删除了它,那么我需要放置Response.RedirectPermanent(“ Page2.aspx)在Page1.aspx的页面加载中,以便google下次知道Page1.aspx已成为Page2.aspx
它与网站性能无关
this article might be helpful to make you understand the usage
答案 1 :(得分:1)
Response.RedirectPermanent
是URL重定向/转发。您可以在http://en.wikipedia.org/wiki/URL_redirection