diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-04 13:29:04 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-05 10:27:33 +0200 |
commit | a71ec0f6948140fb3a7f23db3e6751eaed2dc089 (patch) | |
tree | 0f64233981da682438cc61501308769bcd4f6d32 /application/views/file/header.php | |
parent | bb36bbfc158da779a87d57209d1cb110243b2e3d (diff) |
Disable search indexing
All links will become invalid pretty soon so this just leads to lots of
dead links in the bots search index.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/header.php')
-rw-r--r-- | application/views/file/header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/file/header.php b/application/views/file/header.php index a7354cdca..e09f29f61 100644 --- a/application/views/file/header.php +++ b/application/views/file/header.php @@ -5,6 +5,7 @@ <title><?php echo isset($title) ? $title : ''; ?></title> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>data/default.css?<?php echo filemtime(FCPATH."/data/default.css"); ?>" media="screen" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex,nofollow" /> </head> <body> |