To combat spam, DokuWiki is by default configured to enable what it call Delayed Indexing. Delayed indexing basically try to delay indexing by search engines by adding noindex,nofollow
robots
meta tag to newly added and edited pages.
While this is useful to moderate spam edit of pages, it will cause the page to not be indexed by search engines, and all the links in the page will not be followed. This is a very bad scenario for SEO as not only the page will not be visible in search results but also the PageRank or link juice will not flow to other pages link from it. It will be disastrous if the page affected is the main page itself.
You can find the following meta tag when viewing the source of the page which indexing has been delayed.
<meta name="robots" content="noindex,nofollow" />
Follow these these steps to disable this feature.
Use the following URL if the link is not available in your template.
http://www.yourwiki.com/doku.php?do=admin&page=config
You will need to log in if you're not already are.
Find the option in the Anti-Spam Settings
section.
By default it is set as the following
60*60*24*5
That is in second, and it translates to 5 days. Change it to 0 to disable it completely, or set in second the time you want to disable the indexing till the robots meta tag is set to index,follow
.
Comment anonymously. Login not required.