Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the best way to do this so that the newly renamed pages contin

Status
Not open for further replies.

IEAN

Programmer
Sep 13, 2003
122
US
We are considering renaming our our pages and the file directory - Will this bring any negative effect to our pages? What is the best way to do this so that the newly renamed pages continue to have its ranking?
 
Hi

Not tried, but in search engine documentations usually this is the answer :
[ol]
[li]Move/rename the files[/li]
[li]Keep the links in pointing to the old files[/li]
[li]Set your web server to redirect the request to the new location by sending 301 Moved Permanently[/li]
[/ol]
No guarantee to keep your ranking, but most likely will suffer as less as possible.

Feherke.
 
Hi

How else you can transmit the information about the moving to a robot ? Otherwise your site will be present in the search results with some 404 documents.

Beside this, you are somehow right, Chris. Correctly would be :
Keep the links pointing to the old files for awhile, until all the robots which usually crawl your site got the information

Feherke.
 
No 404s if you
3. Set your web server to redirect the request to the new location by sending 301 Moved Permanently
Your redirect needs to be in place to ensure that incoming links still work, your own links can be safely changed. The robots will look after themselves.

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top