Added noindex, nofollow to default page to discourage search engines indexing the back-office

This commit is contained in:
AndyButland
2015-01-05 21:20:50 +01:00
parent d4c0ea9c48
commit 93ca536b14

View File

@@ -20,6 +20,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="robots" content="noindex, nofollow">
<title ng-bind="$root.locationTitle">Umbraco</title>