we are working on a new website and we forgot to disallow robots after putting the test version online, on a subdomain. now we are being already referenced by bots (google, yahoo...) and we dont want that for our test version which is not ready and finalized yet. My question is related to indexing:
- is it ok if we disallow robots at this level without having any effect on the live website (same domain) when switching from allow all to disallow all?
- can we use the 307 http status (Temporary Redirect)?
- how long doest it take spiders to refresh their db (either disallow robots or 307 redirect)?
Thanks !!