Add metatag to disallow robots
This commit is contained in:
parent
9194a2604d
commit
e0197cf67e
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
|
||||
<?= Helper\js('assets/js/jquery-1.11.1.min.js') ?>
|
||||
<?= Helper\js('assets/js/jquery-ui-1.10.4.custom.min.js') ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue