Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
doctormd23
Joined: Eons Ago
# Posts: 98
|
Posted: 2005-May-13 19:37
have a client who had their site redesigned from a standard .html format to .asp (same domain name)
my question is this: since he has numerous SERPs for page file under the old site...how can we avoid loosing all the traffic from the cached pages? if someone clicks on one of those old page file URLs, we don't want it to hit "page not found"
Solutions anyone?
Thanks in advance! - Doc
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10437
|
Posted: 2005-May-13 20:10
Here is a thread from yesterday that discusses the same problems when a site switched from HTML to PHP.
|
 |
doctormd23
Joined: Eons Ago
# Posts: 98
|
Posted: 2005-May-13 21:13
thanks g1smd for the link... someone off forum recommended this way also... by adding this to the actual index file at the top of the regular HTML code:
else if (-1 !=
location.href.toLowerCase().indexOf('www.someOLDurl.com'))
location.href='http://www.toNEWurl/content.asp?page_id=37';
else if (-1 !=
location.href.toLowerCase().indexOf('someOLDurl.com'))
location.href='http://www.toNEWurl/content.asp?page_id=37';
if this is repeated for each old page will this work too?
seems to me to bloat the code of the index file alot, right?
thanks
|
 |
rockyvirk
Joined: May 29, 2005
# Posts: 13
|
Posted: 2005-Jun-10 15:01
Permanent redirect from the old pages (HTM pages) to new pages is the best way of helping users, SEs and yourself. This will also enable you to transfer your Google PR to new pages quickly.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|