Staging environment

Server & Hosting

A staging environment is a complete copy of your website on a separate address, usually protected and blocked from search engines. Updates, new features, and redesigns are tested there before being rolled out to the live site.

The benefit becomes apparent with the first incident. A plugin update breaks the layout, a new PHP version crashes a script: On the staging environment, that's a Tuesday afternoon; on the live site, it's a loss of revenue.

Three things are crucial. The copy must be technically identical to the real page, otherwise your testing will be inaccurate. It must be set to noindex, otherwise it will compete with the original in search results. And the path back to the original must be clearly defined so that changes are applied in a controlled manner and not by chance.

For larger renovations, such as a relaunch, the staging environment is not an accessory, but a prerequisite.

Back to the glossary