add nofollow noindex meta tag
This commit is contained in:
parent
85a3f0f7be
commit
a1dfa1728c
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="<?= url('assets/style.css') ?>?version-cache-prevent<?= rand(0, 1000)?>">
|
<link rel="stylesheet" href="<?= url('assets/style.css') ?>?version-cache-prevent<?= rand(0, 1000)?>">
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
<title>
|
<title>
|
||||||
<?php if ($page->isHomePage() == false): ?>
|
<?php if ($page->isHomePage() == false): ?>
|
||||||
<?= $page->title() ?> |
|
<?= $page->title() ?> |
|
||||||
|
|
@ -12,4 +13,4 @@
|
||||||
</title>
|
</title>
|
||||||
</head>
|
</head>
|
||||||
<body data-template="<?= $page->template() ?>">
|
<body data-template="<?= $page->template() ?>">
|
||||||
|
<h1>Index</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue