What is Staging Environment?
A non-production copy for testing changes before release. Staging must be authenticated or noindexed so preview URLs never compete with the live site.
Related terms
Staging Site Indexation
Preview or staging hosts accidentally indexed and competing with production. Prevention is authentication plus noindex on non-production hosts; cleanup needs removal requests after the leak is sealed.
Noindex Tag
A directive (meta robots or X-Robots-Tag) asking engines not to index a page. Correct for private, duplicate, staging, and utility pages; catastrophic when leaked onto money pages.
Testing Agent
Automated full-site or feature-focused visual checks run from the workspace, optionally driving a real browser. Catches regressions AI iteration introduces faster than manual clicking.
One-Click Deployment
Publishing a site to production hosting without manual configuration. BYOB deploys to an edge network with rollback to known commits when a release misbehaves.
Custom Domain
Your own address (you.com) instead of a builder subdomain, with automatic SSL. The trust baseline for anything commercial: subdomains convert worse and rank no better.
Visual Editing
Clicking page elements in a live preview and asking the AI to refine text, spacing, or layout. It keeps non-developers in flow while the underlying code stays standard and editable.