mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added index and nofollow on nochan.php only. Doesn't allow indexing or following on index.php
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
?>
|
?>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
||||||
|
<meta name="robots" content="noindex, nofollow" />
|
||||||
<?php include("php/header.php"); ?>
|
<?php include("php/header.php"); ?>
|
||||||
<script type="text/javascript" src="/static/dist/main.min.js"></script>
|
<script type="text/javascript" src="/static/dist/main.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
<meta name="theme-color" content="#2D2D2D" />
|
<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:image" content="https://zoff.no/static/images/favicon.png" />
|
||||||
<meta property="og:url" content="https://zoff.no" />
|
<meta property="og:url" content="https://zoff.no" />
|
||||||
<meta property="og:title" content="Zöff"/>
|
<meta property="og:title" content="Zöff"/>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ if(isset($_GET['chan'])){
|
|||||||
?>
|
?>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
||||||
|
<meta name="robots" content="index, nofollow" />
|
||||||
<?php include("header.php"); ?>
|
<?php include("header.php"); ?>
|
||||||
<script type="text/javascript" src="/static/dist/main.min.js"></script>
|
<script type="text/javascript" src="/static/dist/main.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user