Commit c4004639 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent 1597c7f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +3,7 @@


<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
    <link rel="canonical" href="http://httpd.apache.org/docs/current/mod/core.html"/> 
    <link rel="canonical" href="http://httpd.apache.org/docs/current/mod/core.html"/> 


+1 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,7 @@


<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
    <meta http-equiv="Content-Type"
    <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1" />
    content="text/html; charset=iso-8859-1" />
+2 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +3,8 @@
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
  <head>
  <head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">


    <title>Apache Core Features</title>
    <title>Apache Core Features</title>
  </head>
  </head>
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +3,7 @@


<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
    <meta name="generator" content="HTML Tidy, see www.w3.org" />


    <title>Definitions of terms used to describe Apache
    <title>Definitions of terms used to describe Apache
+1 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,7 @@


<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
    <meta http-equiv="Content-Type"
    <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1" />
    content="text/html; charset=iso-8859-1" />
Loading