Best Practice For Website Redesign & Migration
-
Hi,
I'm looking to redesign my current live website to a new Wordpress site using "Studiopress Enterprise Theme".
I'm new to Wordpress and therefore will be embarking on lots of testing & development.
I do not want to hurt my current live website whilst testing the new Wordpress site. However, it would be nice to bring the test site into the current live environment without changing untold urls, etc.Question
What is the best practice to setup this new Wordpress environment for my domain: www.sampledomain.co.ukHow would you restrict Google, Bing, etc from indexing, etc. whilst testing in the live environment.
What other consideration should I be aware of
Thanks
Mark
-
Hi Zach,
Thank you for all your help today.
Regards Mark
-
Ah, you are correct! Sorry I thought you were already on WordPress and just looking to change your theme.
-
Hi Zach,
Your logic of copying same content and setting would only apply if my current website where previously created in Wordpress.
My current website was created in Dreamweaver and tweaked by hand. It currently has not interaction with a database or Wordpress.
In short, I believe my needs would be to create a new instance of Wordpress.
Thanks Mark
-
Sounds like you got it, except I would recommend copying over your current site as a starting point vs. installing a fresh copy of WordPress. That way you are starting with the same content and settings and less likely to cause problems with URLs changing. It's also a lot less work if you have a larger site. Just copy of all the files and create a new database, import the data from your current site and make the couple edits mentioned above and you'll be all set. Good Luck!
-
Thank you Mike & Zach for the feature rich solutions.
With the above information, I will be creating a subdomain along the lines of staging.sampledomain.co.uk
I will further password protect this subdomain using Plesk.
I will tweak the setting of Wordpress to noindex, follow to stop search engines from trying to crawl.I assume Wordpress would be installed in the subdomain staging directory along with all relevant themes and plugins.
Also, I assume for each and every instance of a new domain, a fresh install of Wordpress will be required?
Thanks Mark
-
Hi Mark,
I recommend creating a subdomain like dev.yourdomain.com or staging.yourdomain.com. Password protect the directory so no one ends up on the wrong site and there's no chance search engines will crawl it.
Copy all your files to the subdomains folder, most hosting control panels just create a folder in your main website for subdomains so you can do this in the file manager. Otherwise, download a copy and upload it to the subdomain's folder.
Export your database using PHPmyAdmin, create a new database and import the data into the new database. After you import the data find the wp_options table and edit homeurl and siteurl to be dev.yourdomain.com.
Edit wp-config.php on the dev site to use the new database, user and password.
You should be all set with your dev site at this point and you'll keep your current settings and content so you don't end up with a bunch URL changes.
When you're ready to move the changes to your live site back everything up and do the opposite of the steps above.
I also use the Search and Replace plugin to search the database for http://dev.yoursite.com and replace with http://www.yoursite.com after moving everything over so you don't have any links pointing back to the dev site.
-
I would install your new site on a subdomain and then push it to your live site once all of your redirects are in place. Here is a great article about moving your wordpress site from dev to staging to production. <a>http://codex.wordpress.org/Moving_WordPress </a>
I hope that helps!
-
Hi Mike,
Thank you for the response.
How would I go about creating a staging site? I'm new to this...Mark
-
I would recommend that you work on your new website on a staging site (that is the standard operating procedure for a website redesign) that is locked against robots. You can either inject into the header of everyone of your pages or you can (recommended) install a plugin that will make sure that your site is not indexed until you are ready. A word of caution though, don't forget to change the tag to after you are done. This Q/A is filled with people wondering why Google hadn't indexed them after they failed to do so.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Does changing content and design of the website gonna affect my all the backlinks i have made till now
i have been working on my link profile for a month now, after learning about 5 step moz methodology i have decided that i would like to change all of the content of my site and taylor it to what my customers need, am i gonna loose all the domain authority if make changes? if it gonna affect, hows that gonna come out
Web Design | | calvinkj0 -
Weird Layout on Initial Website Load?
Whenever I open my site from an uncached source, like google incognito, for a split second it displays purple links and a white background while it loads the rest of the content. I've included a screenshot. Is there any way to fix that.? The site is www.kemprugegreen.com. u8P9q
Web Design | | KempRugeLawGroup1 -
Questioning people that left the website?
If we have a pop up on our site and new customers have subscribed to get 5% off (which i believe shows intent) and they do not purchase would you contact them and find out why they have not purchased to get a better understanding of issues with the website, If so I believe it needs to be more than the standard email of further discount (for example receive an extra 10% discount) or standard do you need help email (we need to either talk direct with them or offer something for there help such as 50% off) Any help would be appreciate in finding our pain points on the site www.fastprint.co.uk.
Web Design | | BobAnderson1 -
What to Look for in a Magento Website Developer?
I am considering moving 1 of our sites to a Magento e-commerce platform. If I went down this route we would be keen to find someone who we can hire in-house. However I have never hired a web developer before. What should a developer with experience of launching and building Magento-based e-commerce websites have on their CV? What should I be looking for in terms of knowledge? Any help or advice welcome!
Web Design | | DHS_SH0 -
Best Practice issue: Modx vs Wordpress
Lately I've been working a lot with Modx to create a new site for our own firm as well for other projects. But so far I haven't seen the advantages for SEO purposes other then the fact that with ModX you can manage almost everything yourself including snippets etc without to much effort. Wordpress is a known factor for blogging and since the last 2 years or so for websites. My question is: Which platform is better suited for SEO purposes? Which should I invest my time in? ModX or Wordpress? Hope to hear your thought on the matter
Web Design | | JarnoNijzing0 -
Ecommerce & Responsive design
Hi there, We are thinking to redevelope our ecommerce websites and thinking responsive design. Due to responsive design when the screen gets smaller to fit iphone and ipad we need to hide some content to make it more user friendly. My question is, how Google will treat hiding content with the smaller screens? Will this effect our rankings in a negative way? We really don't want to get punished by Google 🙂 Thank You
Web Design | | Jvalops0 -
How to serve a Mobile & Full Site using one URL?
Hello, Does anyone know of any resources or tutorials that outline how to serve a smartphone-formatted website using the same URL as the full site? I know that one solution is using media-queries to serve a seperate CSS stylesheet, but you still have the full HTML source code. In other words, I might want to serve a smartphone & desktop user different content, but under one URL. WP Touch (Wordpress Plugin) is a perfect example of what I mean, but how is it technically achieved? It serves two different sets of HTML for smartphone & full, but using one URL http://www.bravenewcode.com/store/plugins/wptouch-pro/
Web Design | | petecampbell-bmi0 -
Best way to handle related content links in a sidebar?
My site contains tens of thousands of articles, studies, multimedia files, biographies, etc. To assist users with finding content that might be related to the page they're on, I use a side bar with 'also of interest' links to other, similar content on my site. This is, of course, pretty standard practice. Search engines -- Google in particular -- index these pages and then include the text in the sidebar links in search results. So, for example, on a given page I may have 20 links to related content, and the text in those links might be, 'A story about subject ABC.' When I search for 'A story about subject ABC,' Google returns not only the page titled (and containing the content) 'A story about subject ABC.' but also every page that links to it and happens to have that link text in the sidebar. What is the proper way to handle this kind of thing?
Web Design | | smorrison0