Is a 302 temporary redirect to a 503 maintenance page (on another domain) acceptable for SEO during site maintenance?

Is a 302 temporary redirect to a 503 maintenance page (on another domain) acceptable for SEO during site maintenance? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Is a 302 temporary redirect to a 503 maintenance page (on another domain) acceptable for SEO during site maintenance? error on your web browser. Problem :


I'm working under an IIS environment. I would like to put up a splash page for our site maintenance, however, the splash page (app_offline.htm) has to be served on a separate site, since our developers still want to be working with the site while the app_offline.htm is up.



My plan: Use URL-Rewrite to separate traffic to two groups by IP, Public and developers. For developers, "None" action is applied, for public, they will be redirected to an app_offline.htm (503) page on a separate server.



Since it is a redirect to app_offline.htm. I'm assuming when Google robots will first pick up a 302, then pick up a 508?



Eventually does the 503 count or does only the 302 count?



I figured I had to put app_offline on another site since it brings down the entire site and beats the purpose of separating the IPs. But any better alternative to my plan will be appreciated too.


Solution :

Redirecting to a maintenance page during a short maintenance window should not cause Google any problems compared to showing a maintenance page directly.



Because so many sites configure redirects to error pages of all types (especially 404), Googlebot has to know how to deal with that situation.



In general, Google is fairly forgiving about maintenance windows. They won't drop your site from the index even if the entire thing is serving up 404 pages for less than a day. The only status code that causes them to drop pages from the index quickly is the "410 Gone" status.


We hope that this article has helped you resolve the seo, 302-redirect, site-maintenance error in your web browsers. Enjoy browsing the internet uninterrupted!

Comments

Popular posts from this blog

Redirected urls show in serp, with the original permalink but with the title and meta of the target page

How can I redirect everything but the index as 410?

How do I redirect traffic only if being accessed from a specific port?