ttttim Posted May 10, 2016 Share Posted May 10, 2016 Is there a way to hide your development site from search engines? Or is it a simple as adding the following code to the header? <meta name="robots" content="noindex"> Link to comment Share on other sites More sharing options...
arjen Posted May 10, 2016 Share Posted May 10, 2016 Hey Tim, There are several options: Install a module like Protected Mode or Maintenance Mode. This way bots won't crawl into your website since you have to be logged in. Use a robots.txt or the meta tags as you describe. I prefer option 1 since it's a matter of keeping everyone out except clients with an username and password. The disadvantage of option 2 is that you will have to remember to remove both when deploying to live. 3 Link to comment Share on other sites More sharing options...
ttttim Posted May 10, 2016 Author Share Posted May 10, 2016 Hey Arjen, Thanks for the quick reply! Link to comment Share on other sites More sharing options...
szabesz Posted May 10, 2016 Share Posted May 10, 2016 Hi, Or you can just simply Password Protect with htaccess: http://www.htaccesstools.com/articles/password-protection/ 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now