Redesigning Clients site how do I avoid losing page rank?

Joined
Oct 23, 2012
Messages
33
Reaction score
9
I am redesigning a clients website that is ranking in google's first page or second page. His site is completely outdated so he wants a new design. I will be recreating the site with the same urls. I will also add a store to a subdomain and will input those links in the new design. So I will use all the file names and wordings that still exists. Can anyone let me know if there is anything I can do to prevent it from losing its ranking? It is html by the way. I will keep the same url and add additional urls pointing to an opencart site.
 
Good question; check the link and do some serious research:
Code:
https://www.google.com/search?q=redesign+website,+google+webmaster
 
You can apply structure changes to make it more appealing to visitors & Google, just make sure to redirect old pages to the new ones. I have a very good response changing "id=8899" to "target-keyword" and also changing the structure to a more organized way.
 
I converted an old static html website into a WP based one so I could add more easily add content and modernize elements of the site. To make sure that urls I changed redirected properly, I used the WP plugin "Redirection"
Code:
http://urbangiraffe.com/plugins/redirection/

This plugin has a really nice 404 log that makes it easy to build redirects directly from the log.
 
Back
Top