Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block Google from Indexing our Development Environments #273

Closed
adriancollier opened this issue Aug 20, 2013 · 1 comment
Closed

Block Google from Indexing our Development Environments #273

adriancollier opened this issue Aug 20, 2013 · 1 comment

Comments

@adriancollier
Copy link
Contributor

Test plan

GIVEN all dev environments (Test / UAT)
WHEN looking at the head tag
THEN a meta name="robots" content="none" node should be added

GIVEN the live environment
WHEN looking at the head tag
THEN a meta name="robots" content="none" node should not be added

Issue description

We should add a robots.txt to all NON LIVE machines that prevents Google from indexing the site and displaying the content in search results.

This looks to be pretty simple: https://support.google.com/webmasters/answer/156449?rd=1

@adriancollier adriancollier added this to the 2.3.7 Watermelon milestone Mar 24, 2014
@KasperBrandt
Copy link
Contributor

@adriancollier Added it to the provisioning repo after talk with @carlio, see akvo/akvo-provisioning#79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants