-
Notifications
You must be signed in to change notification settings - Fork 20
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
Milestone
Comments
@adriancollier Added it to the provisioning repo after talk with @carlio, see akvo/akvo-provisioning#79 |
KasperBrandt
added a commit
that referenced
this issue
Mar 24, 2016
KasperBrandt
added a commit
that referenced
this issue
Mar 24, 2016
KasperBrandt
added a commit
that referenced
this issue
Mar 24, 2016
iperdomo
added a commit
that referenced
this issue
Mar 24, 2016
[#273] Add robots.txt for live and dev environments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: