Forum Moderators: phranque

Message Too Old, No Replies

SEO friendly redirect

redirect question

         

NiallUK

10:19 am on Jun 28, 2006 (gmt 0)

10+ Year Member



I was wondering if this kind of re direct is SEO friendly or not?

<%@ Language=VBScript %>
<%
response.status="301 moved permanently"
Response.AddHeader "Location", "http://www. mydomain.net"
%>

jdMorgan

4:15 pm on Jun 28, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't know precisely what you mean by "SEO friendly," but a 301 response is the correct thing to do for a page that has moved permenently.

Jim