Understanding Staging vs Live
Your live site is what the public sees, while a staging site is a private copy where changes can be tested safely. Knowing which one you are working on prevents costly accidents.
This article explains the purpose of each environment, how they differ, and the safe workflow we recommend for significant changes.
Two Environments, Two Jobs
Keeping testing separate from the public site is one of the simplest ways to avoid embarrassing mistakes.
- Live: the real, public site your customers use.
- Staging: a hidden copy for testing and review.
- Changes on staging do not affect the public until deployed.
- Always confirm which one you are logged into.
A Safe Workflow
For anything beyond a quick text tweak, test on staging first. It is the professional habit.
- Make and review big changes on staging.
- Get sign-off from the relevant people.
- Deploy the approved changes to live.
- Check the live site once the change is applied.
Frequently Asked Questions
Do small text edits need staging?
Usually not. Minor copy fixes are fine directly on live. Reserve staging for structural, design or functional changes that carry more risk.
If you need a hand with any of this, your Progressive Robot delivery team is ready to help. Raise a ticket from the Support area of your client portal or speak to your account manager and we will guide you through the next steps.