Added index and nofollow on nochan.php only. Doesn't allow indexing or following on index.php

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-22 14:39:51 +01:00
parent ec6f4ae436
commit 35bc7f5177
3 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
?>
<html lang="en">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<meta name="robots" content="noindex, nofollow" />
<?php include("php/header.php"); ?>
<script type="text/javascript" src="/static/dist/main.min.js"></script>
</head>

View File

@@ -13,7 +13,6 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#2D2D2D" />
<meta name="robots" content="index, nofollow" />
<meta property="og:image" content="https://zoff.no/static/images/favicon.png" />
<meta property="og:url" content="https://zoff.no" />
<meta property="og:title" content="Zöff"/>

View File

@@ -8,6 +8,7 @@ if(isset($_GET['chan'])){
?>
<html lang="en">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<meta name="robots" content="index, nofollow" />
<?php include("header.php"); ?>
<script type="text/javascript" src="/static/dist/main.min.js"></script>
</head>