• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

conf/21-Sep-2024-3026

lang/en/21-Sep-2024-53

README.mdD20-Sep-2024749 84

action.phpD20-Sep-20243.5 KiB8170

help.txtD20-Sep-2024166 52

plugin.info.txtD20-Sep-2024215 76

README.md

1# Dokuwiki robot404 plugin
2
3I see no reason for webcrawlers to visit and index certain actions, such as login and search. The plugin configuration allows you to select which actions should be considered as disallowed for robots. Actions that are disabled in dokuwiki are already considered disallowed for robots.
4
5Disallowed actions will produce 404 code (page not found) when the user agent is detected to be a robot. Actions that are disabled in dokuwiki normally just display a message; webcrawlers will still index the resulting page and also visit these pages again in the future.
6
7Whether the client is a robot is determined using HTTP_USER_AGENT header. For testing purposes, you can add ?isrobot404=1 to the URL to simulate a robot visit.
8