- Mar 22, 2013
- 9,147
- 10,489
So I'm creating a new Wordpress website, so that I can replace an old website. I can't just do a theme switch, because the old site is old in every sense, from wordpress version to plugins to theme to customizations, so I'm making a new site.
Current site - mysite.com
Current site database - mine_site
New site currently residing in - myname.com/folder111
New site database - mine_folder
The new site is currently set to "noindex" for the entire site.
But I'm unsure about how exactly to make the switch when the time comes.
---
The URLs
So if I just upload my new site folders in the old site's folder in my cPanel, is it automatically gonna switch all the URLs from old to new?
myname.com/folder111/category/whatever
myname.com/folder111/post/something
Are they gonna automatically become:
mysite.com/category/whatever
mysite.com/post/something
?
---
The database
Okay, so I could just empty out the database of mysite.com, and then import the database from myname.com. And also I'll have to open wp-config to change where it's pointing to (from myname.com to mysite.com).
Is this it?
---
The redirects (SEO, link juice, bla bla)
So my new site will have some new URL structure for certain things. I know there's a redirect you do so that you keep all the link juice. Basically you do it in order to tell the search engines that this URL.com is now located at URL1.com, and then they know and you keep the link juice and ranking and whatnot.
This is either done in robots.txt or htaccess. I need to check.
Any advice on this one?
---
As you see, I generally have an idea about what to do and how to do it, but I've never done this before, and I feel like I'm walking on a minefield a little bit. I don't wanna make a mistake.
So give me what you got on the topic? Thanks
Current site - mysite.com
Current site database - mine_site
New site currently residing in - myname.com/folder111
New site database - mine_folder
The new site is currently set to "noindex" for the entire site.
But I'm unsure about how exactly to make the switch when the time comes.
---
The URLs
So if I just upload my new site folders in the old site's folder in my cPanel, is it automatically gonna switch all the URLs from old to new?
myname.com/folder111/category/whatever
myname.com/folder111/post/something
Are they gonna automatically become:
mysite.com/category/whatever
mysite.com/post/something
?
---
The database
Okay, so I could just empty out the database of mysite.com, and then import the database from myname.com. And also I'll have to open wp-config to change where it's pointing to (from myname.com to mysite.com).
Is this it?
---
The redirects (SEO, link juice, bla bla)
So my new site will have some new URL structure for certain things. I know there's a redirect you do so that you keep all the link juice. Basically you do it in order to tell the search engines that this URL.com is now located at URL1.com, and then they know and you keep the link juice and ranking and whatnot.
This is either done in robots.txt or htaccess. I need to check.
Any advice on this one?
---
As you see, I generally have an idea about what to do and how to do it, but I've never done this before, and I feel like I'm walking on a minefield a little bit. I don't wanna make a mistake.
So give me what you got on the topic? Thanks