Inhoud

NFTR (Not For The Robots) Plugin

Compatibel met DokuWiki

Lemming

plugin NFTR is a DokuWiki plugin which tries to prevent the indexing of user configured wiki pages and namespaces by search engines. For those pages the plugin adds a noindex tag for robots to the HTTP- and HTML header.

Laatste update op
2010-01-09
Levert
Action
Centrale opslag
Broncode

Deze uitbreiding is al meer dan 2 jaar niet meer geupdated. Misschien worden hij niet langer onderhouden of ondersteund. Er kunnen compatibiliteitsproblemen zijn.

Vergelijkbaar met hidepages

Gelabeld met header, meta, robots, seo, spiders

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

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'] = '';

Localization