Commit c1dc254043c131aea8faecf05e151f468107b773

Authored by André Mácola
1 parent d459e10f
Exists in master

sem necessidade de indexar no google

Showing 2 changed files with 4 additions and 0 deletions   Show diff stats
inc/topo.php
... ... @@ -44,6 +44,8 @@ include("config.php");
44 44 <meta name="doc-class" content="Completed" />
45 45 <meta name="doc-rights" content="Public" />
46 46 <meta http-equiv="X-UA-Compatible" content="IE=8">
  47 +
  48 + <meta name="robots" content="noindex, nofollow">
47 49  
48 50 <!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> -->
49 51 <link rel="stylesheet" type="text/css" href="../css/estilo.css">
... ...
restrito/inc/topo.php
... ... @@ -44,6 +44,8 @@ require_once(&quot;config.php&quot;);
44 44 <meta name="doc-class" content="Completed" />
45 45 <meta name="doc-rights" content="Public" />
46 46 <meta http-equiv="X-UA-Compatible" content="IE=8">
  47 +
  48 + <meta name="robots" content="noindex, nofollow">
47 49  
48 50 <!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> -->
49 51 <link rel="stylesheet" type="text/css" href="../css/estilo.css">
... ...