lyoung
07-03-2006, 14:31/02:31PM
I am having problems communicating with a programmer about 301 redirects.
The site was recently redesigned and combined with another site. This of course created thousands of orphaned pages. I explained the need for 301 redirects. I created a file for them with all the pages that were currently being indexed in Yahoo, MSN and Google. We then matched up those with the new URLS and turned it over to the programmer to set up redirects. I created a Google site map about 2 weeks ago but am still seeing the old pages in the index.
I checked the server headers today and they appear to be returning a 302 instead of a 301 ... but then there's some other data about a 301 so I'm really not sure. I don't want to get into it with the developer unless I'm really sure this is screwed up.
Here's what the header says:
#1 Server Response: http://www.domain.com/old_page.asp
HTTP Status Code: HTTP/1.1 302 Object moved
Server: Microsoft-IIS/5.0
Date: Tue, 07 Mar 2006 19:09:43 GMT
X-Powered-By: ASP.NET
Location: /301Redirect.aspx?404;http://www.domain.com/old_page.asp
Redirect Target: /301Redirect.aspx?404;http://www.domain.com/old_page.asp
Can anyone familiar with .net explain what's going on here??
The site was recently redesigned and combined with another site. This of course created thousands of orphaned pages. I explained the need for 301 redirects. I created a file for them with all the pages that were currently being indexed in Yahoo, MSN and Google. We then matched up those with the new URLS and turned it over to the programmer to set up redirects. I created a Google site map about 2 weeks ago but am still seeing the old pages in the index.
I checked the server headers today and they appear to be returning a 302 instead of a 301 ... but then there's some other data about a 301 so I'm really not sure. I don't want to get into it with the developer unless I'm really sure this is screwed up.
Here's what the header says:
#1 Server Response: http://www.domain.com/old_page.asp
HTTP Status Code: HTTP/1.1 302 Object moved
Server: Microsoft-IIS/5.0
Date: Tue, 07 Mar 2006 19:09:43 GMT
X-Powered-By: ASP.NET
Location: /301Redirect.aspx?404;http://www.domain.com/old_page.asp
Redirect Target: /301Redirect.aspx?404;http://www.domain.com/old_page.asp
Can anyone familiar with .net explain what's going on here??