briannz
Junior Member
- Mar 18, 2010
- 119
- 23
Hopefully someone can give me some advice on updating a website.
One of my clients had a web designer create a site for them in Dreamweaver. I have managed to get it to position 4 on Google for their main keyword. (Has been bouncing round a bit but is back in that position today.)
They wanted more exposure in the U.K so I registered a .co.uk domain and created a website for them in Wordpress.
They like my wordpress website better than the main site so now want to replace the main website with the wordpress one.
I have cloned the UK website so it will be easy to move it to the new domain but I am wondering what is the best way to go about it without losing the serp ranking.
This is what I was thinking of doing....
Clone the UK site on to the new (.co) domain and then delete the UK site and just create a wildcard 301 redirect from .co.uk to the .co
Then on the new website create a .htaccess file which will redirect pages from the old Dreamweaver site to the new Wordpress one. (The have similar pages but obviously will have different URL's)
So I would add the pages to the .htaccess like this.....
Redirect 301 /contact.html http://www.example.co/contact-us
I would do this for every page from the old site. There are about 25 pages in total.
Will this work? Is there a better way to do it
Any help would be most appreciated.
One of my clients had a web designer create a site for them in Dreamweaver. I have managed to get it to position 4 on Google for their main keyword. (Has been bouncing round a bit but is back in that position today.)
They wanted more exposure in the U.K so I registered a .co.uk domain and created a website for them in Wordpress.
They like my wordpress website better than the main site so now want to replace the main website with the wordpress one.
I have cloned the UK website so it will be easy to move it to the new domain but I am wondering what is the best way to go about it without losing the serp ranking.
This is what I was thinking of doing....
Clone the UK site on to the new (.co) domain and then delete the UK site and just create a wildcard 301 redirect from .co.uk to the .co
Then on the new website create a .htaccess file which will redirect pages from the old Dreamweaver site to the new Wordpress one. (The have similar pages but obviously will have different URL's)
So I would add the pages to the .htaccess like this.....
Redirect 301 /contact.html http://www.example.co/contact-us
I would do this for every page from the old site. There are about 25 pages in total.
Will this work? Is there a better way to do it
Any help would be most appreciated.