====== NFTR (Not For The Robots) ====== ---- plugin ---- description: 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. author : Michael Haschke email : haschek@eye48.com type : action lastupdate : 2010-01-10 compatible : 2009-12-25 depends : conflicts : similar : tags : seo, http, robots, spiders, meta downloadurl: https://github.com/haschek/DokuWiki-Plugin-NFTR/zipball/stable bugtracker : https://github.com/haschek/DokuWiki-Plugin-NFTR/issues sourcerepo : https://github.com/haschek/DokuWiki-Plugin-NFTR donationurl: ---- 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 [[http://eye48.com/go/nftr|eye48.com/go/nftr]]. ===== Download and Installation ===== Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the URL given above. To install it manually please read instructions on the [[http://eye48.com/dokuwiki/doku.php?id=en:dokuwiki:not-for-the-robots#without-plugin-manager|NFTR page]]. More information can be found at the [[:Plugins]] manual. ===== Changes ===== {{rss>http://github.com/haschek/DokuWiki-Plugin-NFTR/commits/master.atom date}} ===== 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 $lang['pages'] = ''; $lang['spaces'] = ''; TO $conf['pages'] = ''; $conf['spaces'] = ''; ==== Localization ==== * [[http://my.opera.com/alexgearbox/blog/download-nftr-ru-zip|Russian translation]]