Committer: vad
LJSUP-11626: Close friendstimes for indexation in robots.txtU trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2012-03-26 11:52:56 UTC (rev 21543) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2012-03-26 14:34:28 UTC (rev 21544) @@ -1808,6 +1808,7 @@ } else { LJ::Request->print("Disallow: /data/foaf/\n"); LJ::Request->print("Disallow: /tag/\n"); + LJ::Request->print("Disallow: /friendstimes\n"); LJ::Request->print("Disallow: /calendar\n"); # no trailing slash to process not only directory, but file too my $year = (localtime(time))[5] + 1900;