diff options
-rw-r--r-- | application/views/file/header.php | 1 | ||||
-rw-r--r-- | robots.txt | 2 |
2 files changed, 3 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> diff --git a/robots.txt b/robots.txt index e69de29bb..c6742d8a8 100644 --- a/robots.txt +++ b/robots.txt @@ -0,0 +1,2 @@ +User-Agent: * +Disallow: / |