NFTR (Not For The Robots)

Compatible with DokuWiki

2009-12-25

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.

Last updated on
2010-01-10
Provides
Action
Repository
Source

Tagged with http, 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

Download and install the plugin using the Plugin Manager using the URL given above. To install it manually please read instructions on the NFTR page. More information can be found at 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

conf/default.php
FROM
 
$lang['pages'] = '';
$lang['spaces'] = '';
 
TO
 
$conf['pages'] = '';
$conf['spaces'] = '';

Localization

plugin/nftr.txt · Last modified: 2011/12/24 12:43 by Aleksandr
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsGitXRefTranslate