iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
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

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-02-2008, 06:11 AM
WebProWorld New Member
 
Join Date: May 2008
Location: Hayes, Middlesex, London, UK
Posts: 12
icoombs RepRank 0
Default Permanent Redirects

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
So the new page is "news.asp?newsID=264"

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
Reply With Quote
  #2 (permalink)  
Old 07-02-2008, 10:30 AM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,648
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Permanent Redirects

Simple answer: forever.

First, just to be overly cautious, visit the site with a header tool and verify that the site is actually redirecting with the 301 response code.

For as long as links to a URL exist, Google will continue checking that URL. With a 301 redirect in place, Google should drastically reduce how often it rechecks the original URLs, but it will periodically recheck each URL that has incoming links.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #3 (permalink)  
Old 07-07-2008, 10:52 AM
Dubbya's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,300
Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4
Default Re: Permanent Redirects

Quote:
Originally Posted by icoombs View Post

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.
As long as you still have IBL's (inbound links) that refer to the old pages, Google will keep following them looking for those pages.

The only way to prevent this is to find those links and update them.

.02
Reply With Quote
Reply

  WebProWorld > Search Engines > Google Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 09:01 PM.



Search Engine Optimization by vBSEO 3.3.0