Disable search engine indexing out of the box (#1907)
This commit is contained in:
parent
e921ca1d7a
commit
29d9f676c1
1 changed files with 2 additions and 1 deletions
|
@ -3,10 +3,11 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||
<meta name="robots" content="noindex">
|
||||
<title>Saleor e-commerce</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="dashboard-app"></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue