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 @@ 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>