We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take site down and return static HTML page. Review best way to manage this.
Need a pre-prepared self contained HTML page.
Need to return a 503 status code and indicate when user should revisit:
header('HTTP/1.1 503 Service Temporarily Unavailable'); header('Status: 503 Service Temporarily Unavailable'); header('Retry-After: 1800');
Nice-to-have: open up site access to a set of IP addresses so we can test site without making it public.
See https://yoast.com/http-503-site-maintenance-seo/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Take site down and return static HTML page. Review best way to manage this.
Need a pre-prepared self contained HTML page.
Need to return a 503 status code and indicate when user should revisit:
header('HTTP/1.1 503 Service Temporarily Unavailable'); header('Status: 503 Service Temporarily Unavailable'); header('Retry-After: 1800');
Nice-to-have: open up site access to a set of IP addresses so we can test site without making it public.
See https://yoast.com/http-503-site-maintenance-seo/
The text was updated successfully, but these errors were encountered: