Dean C |
01-13-2006 08:59 PM |
Quote:
Originally Posted by Immortal
If you are adding nofollow to the last post/new post, it is. As soon as a SE comes across a nofollow, it will stop. Meaning, that won't exist, only by forumdisplay, similar etc. But it will not be found by last post/new post. And as I've said before, that is why you rewrite the function so it will not end up at showthread.php?p=id#postpostid.
As I've said before, and I'll say it again, please stop posting false information in my thread.
|
There is only one person posting false information here, and that is you :)
<a href="link1.php?goto=1" rel="nofollow">a</a>
<a href="link1.php">b</a>
Out of those two links b will be entered. Search engines don't remember rel="nofollow". If you have two identical anchors on a page, one with rel="nofollow", it'll still enter the one without rel="nofollow" on it. And in fact, your modification does redirect to showthread.php?p=id#postpostid, as illustrated in the post before yours. So in essence, you're rewriting a link which internally redirects to showthread.php?t=x&goto=neworlastpost and then externall redirects to showthread.php?p=id#postpostid, which is completely pointless.
Edit: - I'm not talking about my modification at the moment, I'm discussing the reasoning behind why lastpost/newpost has no necessity to be rewritten.
|