Skip to content

Commit e4e404a

Browse files
committed
Prohibit robots!
1 parent d6d67b0 commit e4e404a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpwpinfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ public function get_header( ) {
441441
$output .= '<html lang="en">' . "\n";
442442
$output .= '<head>' . "\n";
443443
$output .= '<meta charset="utf-8">' . "\n";
444+
$output .= '<meta name="robots" content="noindex,nofollow">' . "\n";
444445
$output .= '<title>PHP WordPress Info</title>' . "\n";
445446
$output .= '<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.0/css/bootstrap-combined.min.css" rel="stylesheet">' . "\n";
446447
$output .= '<style>.table tbody tr.warning td{background-color:#FCF8E3;}</style>' . "\n";

0 commit comments

Comments
 (0)