noesac Posted August 13, 2010 Share Posted August 13, 2010 Every week or so, I take my entire website and redeploy it on a physically separate Test server. Is there any risk at all of Google picking up on this second site, thinking "hey there's a site with exactly the same content out there", and penalizing my original site as a result?If so what is the best way to approach this? Should I lock my site behind a password protect? Should I change all the meta data after deploy? etc?Cheers Link to comment Share on other sites More sharing options...
uddhava Posted August 15, 2010 Share Posted August 15, 2010 If the test website is in the same root folder as your production website, then it might be good to block spiders from acessing this subfolder.Just add this line to the robots.txt : Disallow /test-folder And if the test site has a different domain you should not have to worry i think Link to comment Share on other sites More sharing options...
noesac Posted August 15, 2010 Author Share Posted August 15, 2010 Ok thanks will keep in mind for the future. It's on a completely different server right now, do I need to do anything special? Link to comment Share on other sites More sharing options...
noesac Posted August 15, 2010 Author Share Posted August 15, 2010 If the test website is in the same root folder as your production website, then it might be good to block spiders from acessing this subfolder.Just add this line to the robots.txt :Disallow /test-folder And if the test site has a different domain you should not have to worry i think Great thanks for confirming:) Link to comment Share on other sites More sharing options...
Goldmaverick Posted August 18, 2010 Share Posted August 18, 2010 How do I do this. I have been looking for an explanation on how to duplicate prestashop sites. Link to comment Share on other sites More sharing options...
Timpet Posted August 18, 2010 Share Posted August 18, 2010 Just take it out of produktion at the test site, then google will only see the maintains page. Link to comment Share on other sites More sharing options...
Timpet Posted August 18, 2010 Share Posted August 18, 2010 How do I do this. I have been looking for an explanation on how to duplicate prestashop sites. What do you mean by this? Link to comment Share on other sites More sharing options...
noesac Posted August 28, 2010 Author Share Posted August 28, 2010 If the test website is in the same root folder as your production website, then it might be good to block spiders from acessing this subfolder.Just add this line to the robots.txt :Disallow /test-folder And if the test site has a different domain you should not have to worry i think Great thanks for confirming:) I just had a look at the one created by Prestashop, it has a semi-colonDisallow: /test-folder Will both formats work? (with or without a semi colon) Link to comment Share on other sites More sharing options...
jhnstcks Posted August 28, 2010 Share Posted August 28, 2010 If the test website is in the same root folder as your production website, then it might be good to block spiders from acessing this subfolder.Just add this line to the robots.txt :Disallow /test-folder And if the test site has a different domain you should not have to worry i think Thats only useful if the spiders follow robot.txt protocol, and not everyone does.Personally i would probabaly put the site into maintenance mode and add myself as the ip address allowed to see the site. Link to comment Share on other sites More sharing options...
noesac Posted August 28, 2010 Author Share Posted August 28, 2010 If the test website is in the same root folder as your production website, then it might be good to block spiders from acessing this subfolder.Just add this line to the robots.txt :Disallow /test-folder And if the test site has a different domain you should not have to worry i think Thats only useful if the spiders follow robot.txt protocol, and not everyone does.Personally i would probabaly put the site into maintenance mode and add myself as the ip address allowed to see the site. How would I do this? Is this done via CPanel? Link to comment Share on other sites More sharing options...
jhnstcks Posted August 29, 2010 Share Posted August 29, 2010 Its all done through your admin>preferences page 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