0

I was working on the website and it displayed a maintenance page, which didn't contain a 503 header...

header("HTTP/1.1 503 Service Temporarily Unavailable");
header("Status: 503 Service Temporarily Unavailable");
header("Retry-After: 3600");

Now, when searching for my site on Google it displays the title of the maintenance page, which is "SITENAME: Site under maintenance". I think, this probably because Google indexed my site during the maintenance?!?

How can I remove it as soon as possible?

Gino Mempin
  • 25,369
  • 29
  • 96
  • 135
Perocat
  • 1,481
  • 7
  • 25
  • 48

2 Answers2

2

Quickest way is to register the site under webmaster tools and request a removal then a crawl on the site.

sunshinekitty
  • 2,307
  • 6
  • 19
  • 31
1

Just be patient, Google will re-index it.

SamT
  • 10,374
  • 2
  • 31
  • 39