Dave wrote:Is it correct that the next and previous link in viewtopic.php is not search engine optimized? (see upper right corner)
Yes, even though this board is still using phpBB2, our phpBB3 mod will not rewrite them.
The reason behind it it that these links are duplicates of the next and previous URL.
So it's really not a good idea to have them spidered by bots.
We could imagine to link them directly to the actual next and previous url, but doing this would require 2 (at least one) extra SQL on viewtopic.php as well as some more code.
So all together, and since these are not even displayed on prosilver, it's better to leave them as they are, because this way we can disallow them by robots.txt.
And
NO, disallowing viewtopic.php in robots.txt won't slow indexing, it's the opposite actually, unless you did not read the install file fully and implemented it while your forum already was indexed with the natural urls.
++