diff options
author | Rich Bowen <rbowen@apache.org> | 2012-02-28 00:27:39 +0000 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2012-02-28 00:27:39 +0000 |
commit | 8adc96c4ca63b94bb10d3e6d7045f75810435b4e (patch) | |
tree | 3e38f03f1d588c5eb49bbfaee64661ede992d0e9 /htdocs/manual/mod/mod_actions.html.ja.jis | |
parent | 978ed0b3538f9777667e41a8c1344ffa608fc296 (diff) | |
download | httpd-8adc96c4ca63b94bb10d3e6d7045f75810435b4e.tar.gz |
Adds <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> to HTML files so
that they'll expire from search engines.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1294412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'htdocs/manual/mod/mod_actions.html.ja.jis')
-rw-r--r-- | htdocs/manual/mod/mod_actions.html.ja.jis | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htdocs/manual/mod/mod_actions.html.ja.jis b/htdocs/manual/mod/mod_actions.html.ja.jis index dcd0d1fc7c..1dac6f3bbf 100644 --- a/htdocs/manual/mod/mod_actions.html.ja.jis +++ b/htdocs/manual/mod/mod_actions.html.ja.jis @@ -3,6 +3,8 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> +<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> +<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> <title>Module mod_actions</title> |