Table of Contents
NFTR (Not For The Robots) Plugin
Compatible with DokuWiki
Lemming
DokuWiki got a built-in method to hide pages. Those pages have a noindex
in their metadata and they are hidden in feeds and search results but this behaviour is not inherited to sub pages or to whole namespaces.
Not For The Robots provides the possibility to show pages to the user (feeds, search results) but provide metadata to prevent the indexing of pages and namespaces (including all sub pages) by search engines.
Please link to eye48.com/go/nftr.
Download and Installation
Search and install the plugin using the Extension Manager.
To install it manually please read instructions on the NFTR page. More information about manual installation can be found in the Plugins manual.
Changes
- [add] plugin info file (2010-01-09 22:38)
- [add] info file for GPL v2 license (2010-01-09 14:35)
- add plugin: Not For The Robots (2009-07-08 00:29)
Configuration and Usage
Go to the configuration page in your DokuWiki admin and configure the list of wiki pages and namespace which should be not indexed. Please use the colon (:
) for page- and space names, and space to separate them, e.g. en:seo
de:testarea
.
As always ...
… using, testing and bug reporting are appreciated :) Thank you!
Bugs, Feature Requests and Patches
Bugfix
FROM
- conf/default.php
$lang['pages'] = ''; $lang['spaces'] = '';
TO
- conf/default.php
$conf['pages'] = ''; $conf['spaces'] = '';