mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
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:
parent
e58ee0ffc5
commit
77166314c0
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue