|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Google Discussion Forum Google Discussion forum is for topics specifically related to Google. There is a subforum dedicated to AdSense/AdWords subjects. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all.
Just a curiosity question really. 2 months or so ago, i had a site redesigned and some content was moved to new URLs. as an example on the original site all URL requests went through the index page and then parameters displayed the correct content, now most pages have their own URL. In the new index page we have redirects for the old URLs to the new pages ie. index.asp?mode=news&newsID=264 Now redirects with the following code. Code:
if request.querystring("mode") = "news" Then
theURL = "news.asp?newsID=" & request.querystring("newsID")
Response.Status = "301 Moved Permanently"
Response.AddHeader "Location", theURL
Response.Flush
end if
This has now been in place for over two months but we keep seeing Google searching the old URLs. How long will it take Google to stop using the old URLs and directly access the new pages. Any comments on this would be gratefully received. TIA Ian |
|
||||
|
Quote:
The only way to prevent this is to find those links and update them. .02 |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Permanent redirects and datacenters: Forget them. | kgun | Google Discussion Forum | 9 | 09-06-2006 10:20 PM |
| Permanent redirect | aidanfitz | Google Discussion Forum | 1 | 07-14-2006 04:01 PM |
| Should I use a permanent redirect? | blueharvest | Search Engine Optimization Forum | 14 | 11-30-2005 12:36 AM |
| Problems with permanent redirects | kgun | Search Engine Optimization Forum | 0 | 11-14-2005 09:26 PM |
| Will permanent redirects update the urls in the SE indexes? | Grinler | Search Engine Optimization Forum | 0 | 09-14-2005 05:47 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |