Hi all,
I was just wondering what you think is the best method of setting up your build so that the development site doesn't get indexed to a search engine but the live site is.
Thanks in advance.
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi all,
I was just wondering what you think is the best method of setting up your build so that the development site doesn't get indexed to a search engine but the live site is.
Thanks in advance.
You can add
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
to the head of your dev site?
Or
User-agent: *
Disallow: /
to your robots.txt file.
Just don't push either file to your live server.