Skip to content

Commit 93ca536

Browse files
committed
Added noindex, nofollow to default page to discourage search engines indexing the back-office
1 parent d4c0ea9 commit 93ca536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Web.UI/umbraco/Views/Default.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2121
<meta name="apple-mobile-web-app-capable" content="yes">
2222
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
23+
<meta name="robots" content="noindex, nofollow">
2324

2425
<title ng-bind="$root.locationTitle">Umbraco</title>
2526

0 commit comments

Comments
 (0)