Maintenance Mode
Temporarily take your site offline and show a maintenance page to visitors.
Enabling maintenance mode
- Go to your site's Access tab
- Under Maintenance Mode, toggle it on
- Optionally enter a custom message
- Click Save
How it works
When maintenance mode is enabled:
- All requests return a
503 Service Unavailablestatus - A styled maintenance page is shown to visitors
- A
Retry-Afterheader is included (important for SEO — search engines know to come back later) - Your custom message is displayed if provided, otherwise a default message is shown
Custom message
You can set a custom maintenance message to inform visitors. For example:
- "We're upgrading our systems. Back in 30 minutes."
- "Scheduled maintenance in progress. Please check back soon."
SEO impact
Using 503 status code (instead of 404 or 200) tells search engines that the downtime is temporary. This prevents:
- Pages being removed from search indexes
- Loss of page rankings
- Broken link reports
Notes
- Maintenance mode takes effect immediately — no redeployment needed
- When you disable maintenance mode, your site is instantly live again
- The maintenance page is served by WebStadia's edge network, so it loads fast globally