DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:nftr

NFTR (Not For The Robots) Plugin

Compatible with 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.

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

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to hidepages

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

plugin/nftr.txt · Last modified: 2023-10-30 23:32 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki