The code snippet below creates a 301 redirect. The status code "301" is interpreted as "moved permanently" and is the most search engine friendly way to redirect a page and preserve search engine ranking positions.
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.yoururl.com/newpage.asp"
%>
Get the best asp hosting provider from web-hosting-top.com and save up to 30%
Plug and play ASP membership script that integrates with PayPal to let you charge recurring membership fees.
