Answer the question
In order to leave comments, you need to log in
How to painlessly redesign a website?
Good day.
The question of how to redesign the site in the most painless way has become very interesting.
Those. not only cosmetic changes are implied, but also editing the code for a shorter and more valid version. In other matters, cosmetic changes are also expected, but without changing the texts, NC and site structure.
I just often see that sites release a new design on a subdomain and only then switch to it as the main one.
Take, for example, the same pikabu.ru. The new design is available at new.pikabu.ru.
Does it have something to do with search engine optimization or just testing usability in this way?
Answer the question
In order to leave comments, you need to log in
Does it have something to do with search engine optimization or just testing usability in this way?
Testing usability
Editing the code - refactoring - this is normal, you just need to test it before releasing it to production.
If you have a major design update, you can, for example, update it gradually, releasing small changes. Once a week - two.
1. Yes, that's right. Just testing it this way. The search engine sees identical sites and considers them copies or affiliates, and most likely does not add a copy to the search database at all.
You can disable indexing on a new subdomain during development by any means convenient for you - the easiest way is through robots.txt
2. Those who do the redesign for themselves and from one workplace usually deploy it on a local machine, for example, through an open server or denver. On the subdomain, those who work either at home or at work, and in order not to synchronize the site, usually do it on the hosting. And also to those who need to show intermediate results for approval.
3. On a subdomain, when redesigning, there are minor inconveniences in the form of absolute paths wired into configs, sprits, css ... Therefore, it is not the most convenient way if you need to quickly do something for yourself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question