feat(cms): add noindex for bots (#1881)

Adding the noindex tag can prevent Google from indexing the CMS admin page.
This commit is contained in:
Paaz CA 2020-10-08 23:36:20 +03:00 committed by GitHub
commit 77166314c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
<!doctype html>
<html lang="en-us">
<head>
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Wowchemy Content Manager</title>