Wartungsseite auf der Website auf der Website, beeinflusst die Google-Indizierung?

StackOverflow https://stackoverflow.com/questions/9024909

  •  14-11-2019
  •  | 
  •  

Frage

Ich denke nicht, dass dies ein Problem ist, aber mein Partner ist besorgt darüber, dass nur 24 Stunden eine Wartungsseite dient (da wir die Datenbank wiederherstellen müssen, wie dies versehentlich gelöscht wurde), dass er einen negativen Auswirkungen auf unser Google haben könnteIndex / Rating?

War es hilfreich?

Lösung

I would follow Google’s recommendations on blacking out your website to protest SOPA. Specifically:

  1. Return a 503 Service Unavailable status code for pages which are unavailable.
  2. Make sure that robots.txt does not return a 503 status code.

Andere Tipps

I believe the best way to deal with this is throwing an error code 503 Service Unavailable and use a custom error document to style it more friendly.

You could exclude it from crawlers like Google's by using a robots.txt file in the root of the site for that 24 hour period.

to be sure that there are no problems, you should serve your page using the 503 Service Temporarily Unavailable status. Retry-After can also be set, but i am not sure if the google crawlers care about that.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top