Idea of delayed indexing added, source link included
authorRoland Häder <roland@mxchange.org>
Sun, 2 Nov 2008 20:43:54 +0000 (20:43 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 2 Nov 2008 20:43:54 +0000 (20:43 +0000)
docs/TODO

index 175ab2de9e029e7394d08b8139e08719c91fb23b..77521c063579fef275d3bacf90a9a7d701746461 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -5,3 +5,12 @@ TODO:
        + ClassLoader::includeAllClasses() removed
        + FrameworkArrayObject::__construct($className) requires class name
        + $this->generateUniqueId() replaces $this->createUniqueID()
        + ClassLoader::includeAllClasses() removed
        + FrameworkArrayObject::__construct($className) requires class name
        + $this->generateUniqueId() replaces $this->createUniqueID()
+
+- Collected ideas:
+       + Delayed indexing:
+
+Q: Does the <META NAME="ROBOTS" CONTENT="NOINDEX"> in line 2 of the html-source of many WikiPages mean, that these pages are never indexed?
+
+A: No, the line will disappear 10 hours after the last edit. This ensures that only stable (and spam free) pages are indexed by SearchEngines. 
+
+Source: http://c2.com/cgi/wiki?DelayedIndexing