From: Jeff D. <da...@da...> - 2002-01-22 02:10:31
|
> "Philip J. Hollenback" schrieb: > > I notice that when google indexes my web site www.hollenback.net, it > > finds all the pages, including the info and edit pages. > > > > So, does anyone have any ideas for controlling this? You can't do this in stock PhpWiki yet, but "it's on the task list": Make an AllPages wiki page which lists all the pages in the wiki. (This is a simple variant of TitleSearch.) Adjust the robots <meta> tags as follows: Allow 'index' and 'follow' on the AllPages page. Allow 'index' on all the regular (action = browse) pages (disallow 'follow'). Disallow both on everything else. |