[pmwiki-users] SPAM on AllRecentChanges

Patrick R. Michaud pmichaud at pobox.com
Sun Apr 17 08:45:04 CDT 2005


On Sun, Apr 17, 2005 at 08:03:49AM +0200, Laurent Meister wrote:
> 
> Is it possible to let the googlebot ignore such pages? Making a google 
> search "AllRecentChanges" gives a long list of pmwikis.

Sure, just put (:robots noindex:) on the RecentChanges page.
Or, in config.php:

   if (substr($pagename, -13) == 'RecentChanges'))
     $MetaRobots = 'noindex, follow';

As Jo points out, Google will still find pages that link to 
(All)RecentChanges, even if it doesn't index that page directly.

Pm



More information about the pmwiki-users mailing list