|
Main sidebar
|
PITS /
00563Summary: Don't show ?action= links to web spiders/robots
Created: 2005-10-20 00:31
Status: Closed - added to 2.1.beta8
Category: CoreCandidate
From: Pm
Assigned:
Priority: 55433
Version: 2.0.12
OS:
Description: Currently when a web spider such as Googlebot, Yahoo! Slurp, or others visit a PmWiki site, they tend to follow all of the ?action= links on a page (including ?action=edit, ?action=diff, etc.). PmWiki's default configuration provides a <meta> tag to tell robots not to index pages when ?action= is specified in the link, however by the time this occurs the server has already incurred the expense of generating the page and sending it to the robot. Pm proposes a module that detects when a robot is retrieving a page, and strips all "?action=" parameters from page links within the page. This prevents robots from seeing the ?action= links in the first place, reducing server overhead and bandwidth. Comments?
good luck BrBrBr |